SAP BAPIPRODUCTADDS PRICAT: Material basic data extras Table data and field list

BAPIPRODUCTADDS is a standard SAP Structure so does not store data like a database table does. It can be used to define the fields of other actual tables or to process "PRICAT: Material basic data extras" Information within sap ABAP programs.

This is done by declaring abap internal tables, work areas or database tables based on this Structure. These can then be used to store and process the required data appropriately.

i.e. DATA: wa_BAPIPRODUCTADDS TYPE BAPIPRODUCTADDS.

The BAPIPRODUCTADDS table consists of various fields, each holding specific information or linking keys about PRICAT: Material basic data extras data available in SAP. These include EAN_UPC_BASE (PRICAT: EAN/UPC Code of Base Unit of Measure), SIZE_DIM (Size/dimensions), BASIC_MATL (Basic Material), STD_DESCR (Industry Standard Description (such as ANSI or ISO))... See below for full list along with technical details, documentation, text table, check tables, foreign key relationships, conversion routines, relevant tcodes and example ABAP select code etc. .

BAPIPRODUCTADDS structure Technical Details:

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type)


SAP BAPIPRODUCTADDS structure fields - Full list of fields found in SAP data dictionary

Looking for S/4HANA specific information? Click here to explore the details, fields and extensibility available for this table in the SAP S/4HANA version of the BAPIPRODUCTADDS table. Also check whether the table still exists or has been transformed into a CDS view as part of the HANA simplifications.
Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
PRODUCTGROUPPRICAT: PGI or assortment module from Pricat IDoc PRIPRODUCTGROUPCHAR18Assigned to domainPRIPRODUCTGROUP
EAN_UPC_BASEPRICAT: EAN/UPC Code of Base Unit of Measure PRIEANBASISCHAR35PRIEAN
SIZE_DIMSize/dimensions GROESCHAR32CHAR32
BASIC_MATLBasic Material WRKSTCHAR48Assigned to domainWRKST
STD_DESCRIndustry Standard Description (such as ANSI or ISO) NORMTCHAR18NORMT
DSN_OFFICELaboratory/design office LABORCHAR3Assigned to domainLABOR
COMPETITORCompetitor WETTBCHAR10Assigned to domainALPHAKUNNRKUN
MANUFACTURPRICAT: International Location No. Manufacturer (CHAR 35) PRIILNMCHAR35PRICHAR35
GENETIC_INFOPRICAT: Information on genetic modification PRIGENETICCHAR18PRICHAR18
ALCOHOL_PERC_VOLPRICAT: Alcohol volume as percentage (measured value) PRIALCVOLCHAR18PRICHAR18
FAT_CONTENTPRICAT: Fat content PRIFATCONTCHAR18PRICHAR18
KEEP_REFRIGPRICAT: Keep refrigerated PRIKEEPREFRIGCHAR3PRICHAR3
KEEP_FROZENPRICAT: Keep frozen PRIKEEPFROZENCHAR3PRICHAR3
GREEN_DOTPRICAT: Recyling indicator on goods PRIGREENDOTCHAR3PRICHAR3
EXPIR_MARKINGPRICAT: Expiration date shown on goods PRIEXPIRDATECHAR3PRICHAR3
PRICE_MARKINGPRICAT: Price marked on goods PRIPRICEMARKCHAR3PRICHAR3
KEEP_DRYPRICAT: Keep dry PRIKEEPDRYCHAR3PRICHAR3
HEAT_SENSITIVEPRICAT: Heat-sensitive PRIHEATSENSCHAR3PRICHAR3
COMM_CODEPRICAT: Customs tariff number PRICOMMCODECHAR35PRICHAR35
PREDECES_MAT_IDPRICAT: Preceding EAN/UPC PRIPREDECCHAR35PRICHAR35
FOLLOW_UPFollow-Up Material NFMATCHAR18Assigned to domainMATN1MATNRMAT
HAZARD_CLASSPRICAT: Dangerous Goods Classification PRIHAZCLASSCHAR4PRICHAR4
HAZARD_DESCRIPTPRICAT: Dangerous goods general description PRIHAZDESCHAR35PRICHAR35
HAZARD_DESCR_2PRICAT: Dangerous goods general description field 2 PRIHAZDES2CHAR35PRICHAR35
HAZARD_DESCR_3PRICAT: Dangerous goods general description field 3 PRIHAZDES3CHAR35PRICHAR35
SAISON_PERIODPRICAT: Seasonal ordering (from to) PRISAISONCHAR35PRICHAR35
VALIDITY_BASEPrice Catalog Inbound Start of Validity Period PRIVALIDITYDATS8DATUM
FOLLOW_UP_EXTERNALLong Material Number for field FOLLOW_UP MGV_FOLLOW_UP_EXTERNALCHAR40MATNR_EXT
FOLLOW_UP_GUIDExternal GUID for FOLLOW_UP Field MGV_FOLLOW_UP_GUIDCHAR32MATNR_EGUID
FOLLOW_UP_VERSIONVersion Number for FOLLOW_UP Field MGV_FOLLOW_UP_VERSIONCHAR10MATNWMATNR_VERS

Key field Non-key field



How do I retrieve data from SAP structure BAPIPRODUCTADDS using ABAP code?

As BAPIPRODUCTADDS is a database structure and not a table it does not store any data in the SAP data dictionary. The ABAP SELECT statement is therefore not appropriate and can not be performed on BAPIPRODUCTADDS as there is no data to select.

How to access SAP table BAPIPRODUCTADDS

Within an ECC or HANA version of SAP you can also view further information about BAPIPRODUCTADDS and the data within it using relevant transactions such as

SE11 (ABAP Dictionary Maintenance)
SM30 (Maintain Table Data)
SE80 (Object Navigator)
SE16 (Data Browser).