BAPI1078_PACK_REQUIREMENT SAP (BAPI Structure Dangerous Goods Packing Requirement) Structure details

Dictionary Type: Structure
Description: BAPI Structure Dangerous Goods Packing Requirement




ABAP Code to SELECT data from BAPI1078_PACK_REQUIREMENT
Related tables to BAPI1078_PACK_REQUIREMENT
Access table BAPI1078_PACK_REQUIREMENT




Structure field list including key, data, relationships and ABAP select examples

BAPI1078_PACK_REQUIREMENT 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 "BAPI Structure Dangerous Goods Packing Requirement" 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_BAPI1078_PACK_REQUIREMENT TYPE BAPI1078_PACK_REQUIREMENT.

The BAPI1078_PACK_REQUIREMENT table consists of various fields, each holding specific information or linking keys about BAPI Structure Dangerous Goods Packing Requirement data available in SAP. These include PRIMARYKEY (Artificial Primary Key for Specification Tables in BAPIs), FOREIGNKEY (Artificial Foreign Key in Specification Tables for BAPIs), FLGPRIMKEY (Data Record Created with Artificial Primary Key), FLGFRGNKEY (New Parent Record Was Created).. 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. .

Delivery Class:
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Cannot Be Enhanced


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

Field Description Data Element Data Type length (Dec) Check table Conversion Routine Domain Name MemoryID SHLP
FUNCTIONFunction MSGFNCHAR3MSGFN
PRIMARYKEYArtificial Primary Key for Specification Tables in BAPIs ESEPKEYNUMC20ESDPKEY
FOREIGNKEYArtificial Foreign Key in Specification Tables for BAPIs ESEFKEYNUMC20ESDPKEY
FLGPRIMKEYData Record Created with Artificial Primary Key ESEFLGPKEYCHAR1ESDFLAG
FLGFRGNKEYNew Parent Record Was Created ESEFLGFKEYCHAR1ESDFLAG
RECORD_NOSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
CHNGSTATUSSequential Number of the Change State ESEACTNNUMC20ALPHAESDACTN
VALID_FROMValid-From Date ESEVALFRDATS8DATUM
VALID_TOValid-To Date ESEVALTODATS8DATUM
CHANG_NOChange Number ESEAENNRCHAR12Assigned to domainAENNRAENNRAEN
DEL_INDDeletion Indicator ESEDELFLGCHAR1ESDFLAG
PARK_INDData Record Is Inactive ESEPARKFLGCHAR1ESDFLAG
CREATED_ONCreated On ESECRDATDATS8DATUM
CREATED_BYCreated By ESECRNAMCHAR12USNAM
CHANGD_ONChanged On ESEUPDDATDATS8DATUM
CHANGD_BYLast Changed By ESEUPDNAMCHAR12USNAM
DATAORIGINSource of Data ESESRSIDCHAR10TCG56ESDSRSID
DATA_PROVData Provider ESEVENDRIDCHAR10Assigned to domainALPHAAD_ADDRNUM
RECNO_ROOTSequential Number of Data Record ESERECNNUMC20ALPHAESDRECN
INSTRUCT_ENCLOSUREInstruction for Enclosure CBUNE_INSTR_ENCLCHAR10CCUNC115CBUND_INSTR_ENCL
PACK_CODE_INPackaging Code Inner Packaging CBDUE_PACOD_INCHAR10CCUNC121CBUND_PACOD
PACK_CODE_OUTPackaging Code Outer Packaging CBDUE_PACOD_OUTCHAR10CCUNC121CBUND_PACOD
PACK_CODE_SGLPackaging Code Single Packaging CBDUE_PACOD_SGLCHAR10CCUNC121CBUND_PACOD
IPACK_MAXInner Packaging: Maximum Quantity / Volume THME_IPMQUQUAN8(2) HMD_QUAN
UNIT_MAXIPUnit of measure for inner packaging: max. quantity/volume THME_UIPMQUNIT3Assigned to domainCUNITMEINS
UISO_MAXIPISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
FLAG_IPACK_MAXValue Entered for Maximum Quantity Inner Packaging CBDUE_FLG_MAX_QU_INCHAR1CBUND_FLG
OPACK_MAXOuter Packaging: Maximum Quantity / Volume THME_OPMQUQUAN8(2) HMD_QUAN
UNIT_MAXOPUnit for maximum quantity / volume of outer package THME_UOPMQUNIT3Assigned to domainCUNITMEINS
UISO_MAXOPISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
FLAG_OPACK_MAXValue Entered for Maximum Quantity Outer Packaging CBDUE_FLG_MAX_QU_OUTCHAR1CBUND_FLG
SPACK_MAXSingle Packaging: Maximum Quantity / Volume THME_SPAQUQUAN8(2) HMD_QUAN
UNIT_MAXSPUnit for single packaging: max. quantity / volume THME_USPAQUNIT3Assigned to domainCUNITMEINS
UISO_MAXSPISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
FLAG_SPACK_MAXValue Entered for Maximum Quantity Single Packaging CBDUE_FLG_MAX_QU_SGLCHAR1CBUND_FLG
GR_WEIGHTMaximum Gross Weight THME_TOGWEQUAN8(2) HMD_QUAN
UNIT_GRWGTUnit for packaging gross weight THME_UTOGWUNIT3Assigned to domainCUNITMEINS
UISO_GRWGTISO code for unit of measurement ISOCD_UNITCHAR3Assigned to domainISOCD_UNIT
FLAG_GR_WEIGHTValue Entered for Maximum Gross Weight CBDUE_FLG_MAX_GRS_WGHTCHAR1CBUND_FLG
PALETTEPallet / Skeleton Container THME_IPALLCHAR1X
AGREE_AUTHAgreement of Authorities Required THME_AGAUNCHAR1X
REG_NOApproval no. ADGE_REGNOCHAR30CHAR30
AGREE_NOException and Agreement Number ADGE_AGRNOCHAR30CHAR30
DATA_ORIGINData Origin (Filling and Distribution) ADGE_DAORCHAR1ADGD_DAOR

Key field Non-key field



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

As BAPI1078_PACK_REQUIREMENT 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 BAPI1078_PACK_REQUIREMENT as there is no data to select.

How to access SAP table BAPI1078_PACK_REQUIREMENT

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

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


Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!