import { Entity, DefaultDeSerializers, DeSerializers, DeserializedType } from '@sap-cloud-sdk/odata-v2'; /** * This class represents the entity "A_ProductPlantIntlTrd" of service "API_PRODUCT_SRV". */ export declare class ProductPlantIntlTrd extends Entity implements ProductPlantIntlTrdType { /** * Technical entity name for ProductPlantIntlTrd. */ static _entityName: string; /** * Default url path for the according service. */ static _defaultServicePath: string; /** * All key fields of the ProductPlantIntlTrd entity */ static _keys: string[]; /** * Product Number. * Alphanumeric key uniquely identifying the product. * Maximum length: 40. */ product: DeserializedType; /** * Plant. * Key uniquely identifying a plant. * Maximum length: 4. */ plant: DeserializedType; /** * Country/Region of Origin of Product. * Key of the country/region in which the product has been produced. * You are legally required to specify the country/region of origin both for export and import.ExportYou prove the origin of a product by presenting the certificate of origin. This is issued and controlled by the relevant authority of the issuing country/region.This authority confirms the origin of a product and the required information with the certificate of origin.ImportThe relevant authority of the importing country/region - usually the Ministry of Economic Affairs - stipulates which regulations regarding customs and foreign trade law have to be observed for the certificates of origin accompanying goods.This information is used for foreign trade processing in different areas, such as:Foreign trade lawCustoms lawExample for Europe:Article 9 of the EU origin regulation is the legal regulation for the certificate of origin.The responsible authorities in Germany include:Chamber of Commerce (Industrie- und Handelskammer)Chamber of Handicrafts (Handwerkskammer)Customs office. * Maximum length: 3. * @nullable */ countryOfOrigin?: DeserializedType | null; /** * Region of Origin. * Describes more precisely the origin of goods. * You can enter a region of the country from which the goods originate.This information is required for the declarations regarding goods dispatches/imports and goods receipts/exports which are made to the authorities. Declarations to the authorities for foreign trade are a legal requirement in many countries.INTRASTAT - Declaration in the European UnionEXTRASTAT - Declaration in the European UnionIn the products management document, the 'region of destination' field indicates the region of the receiving plant. * Maximum length: 3. * @nullable */ regionOfOrigin?: DeserializedType | null; /** * Control code for consumption taxes in foreign trade. * Maximum length: 16. * @nullable */ consumptionTaxCtrlCode?: DeserializedType | null; /** * CAS number for pharmaceutical products in foreign trade. * Key from the list of descriptions given by the World Health Organization (WHO) for customs-free pharmaceutical materials. * Customs exemption applies for the following categories of pharmaceutical products:Pharmaceutical productsSalt, ester, hydrateProducts for manufacturing pharmaceutical materialsThe electronic customs tariff (Europe) displays additional codes for these pharmaceutical materials:2500 - Customs-free pharmaceutical materials2501 - All other goodsKN-Code : 2903 6990CAS-RN : 3312-04-7Description: 1-chlor-4.4-to(4-flourphenyl)butan. * Maximum length: 15. * @nullable */ productCasNumber?: DeserializedType | null; /** * Production statistics: PRODCOM number for foreign trade. * Alphanumeric key which allows a systematic categorization of goods for production statistics. * In order to harmonize the production statistics in the EU member states, the Council of Ministers of the European Communities drew up EEC regulation No. 3429/91 on December 19, 1991. This regulation introduced a Community survey on the production of goods (EC No. L 374 of December 1991) and represents a legal basis which specifies the procedure to be used as well as the nomenclature of goods.The PRODCOM (PRODuction COMmunautaire) list items have been defined and classified according to the Harmonized System for describing and coding goods (HS) and the Combined Nomenclature for foreign trade.This allows a direct comparison of production and foreign trade statistics. * Maximum length: 9. * @nullable */ prodIntlTradeClassification?: DeserializedType | null; /** * Material Group for Intrastat. * A grouping of materials with similar Intrastat requirements. * The system can use material groups during automatic creation of data for Intrastat declarations to determine business transaction types, procedures, and movement codes. * Maximum length: 4. * @nullable */ exportAndImportProductGroup?: DeserializedType | null; } export interface ProductPlantIntlTrdType { product: DeserializedType; plant: DeserializedType; countryOfOrigin?: DeserializedType | null; regionOfOrigin?: DeserializedType | null; consumptionTaxCtrlCode?: DeserializedType | null; productCasNumber?: DeserializedType | null; prodIntlTradeClassification?: DeserializedType | null; exportAndImportProductGroup?: DeserializedType | null; } //# sourceMappingURL=ProductPlantIntlTrd.d.ts.map