J_7LSUSTAIN_PRIM_PACK SAP (Primary Packaging in Sustainability Reporting) Structure details

Dictionary Type: Structure
Description: Primary Packaging in Sustainability Reporting




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




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

J_7LSUSTAIN_PRIM_PACK 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 "Primary Packaging in Sustainability Reporting" 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_J_7LSUSTAIN_PRIM_PACK TYPE J_7LSUSTAIN_PRIM_PACK.

The J_7LSUSTAIN_PRIM_PACK table consists of various fields, each holding specific information or linking keys about Primary Packaging in Sustainability Reporting data available in SAP. These include PRIM_PACK_WGT (Weight of Primary Packaging), PRIM_PACK_UNIT (Weight Unit), PRIM_PACK_DESCR (Description of Primary Packaging), PRIM_PACK_PAPER_WGT (Paper Fraction Weight of Primary Packaging).. 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 J_7LSUSTAIN_PRIM_PACK 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
PRIM_PACK_MATPrimary Packaging Fraction - Sustainability Reporting J_7LSUSTAIN_PRIM_PACK_MATCHAR6Assigned to domainJ_7LSTOFFE
PRIM_PACK_WGTWeight of Primary Packaging J_7LSUSTAIN_PRIM_PACK_WGTQUAN17(6) J_7LMENGV17_6
PRIM_PACK_UNITWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
PRIM_PACK_DESCRDescription of Primary Packaging J_7LSUSTAIN_PRIM_PACK_DESCRCHAR40TEXT40
PRIM_PACK_PAPER_WGTPaper Fraction Weight of Primary Packaging J_7LSUSTAIN_PRIM_PACK_PA_WGTQUAN17(6) J_7LMENGV17_6
PRIM_PACK_PAPER_UNITWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
PRIM_PACK_PLASTICS_WGTPlastic Fraction Weight of Primary Packaging J_7LSUSTAIN_PRIM_PACK_PL_WGTQUAN17(6) J_7LMENGV17_6
PRIM_PACK_PLASTICS_UNITWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
PRIM_PACK_ALU_WGTAluminum Fraction Weight of Primary Packaging J_7LSUSTAIN_PRIM_PACK_ALU_WGTQUAN17(6) J_7LMENGV17_6
PRIM_PACK_ALU_UNITWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
PRIM_PACK_STEEL_WGTSteel Fraction Weight of Primary Packaging J_7LSUSTAIN_PRIM_PACK_ST_WGTQUAN17(6) J_7LMENGV17_6
PRIM_PACK_STEEL_UNITWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
PRIM_PACK_GLASS_WGTGlass Fraction Weight of Primary Packaging J_7LSUSTAIN_PRIM_PACK_GL_WGTQUAN17(6) J_7LMENGV17_6
PRIM_PACK_GLASS_UNITWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
PRIM_PACK_WOOD_WGTWood Fraction Weight of Primary Packaging J_7LSUSTAIN_PRIM_PACK_WD_WGTQUAN17(6) J_7LMENGV17_6
PRIM_PACK_WOOD_UNITWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
PRIM_PACK_OTHER_WGTRemaining Fraction Weights of Primary Packaging J_7LSUSTAIN_PRIM_PACK_OT_WGTQUAN17(6) J_7LMENGV17_6
PRIM_PACK_OTHER_UNITWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
PRIM_PACK_TYPEPackaging Type of Primary Packaging J_7LSUSTAIN_PRIM_PACK_TYPECHAR5Assigned to domainJ_7LINFOK
PRIM_PACK_TYPE_DESCRPrimary Packaging Type J_7LSUSTAIN_PRIM_PACK_TYPE_TXCHAR40TEXT40
PRIM_PACK_BOM_QTYComponent quantity KMPMGQUAN13(3) MENGV13
PRIM_PACK_BOM_UNITWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
PRIM_PACK_REC_WGTRecycled Material: Fraction Weight of Primary Packaging J_7LSUSTAIN_PRIM_PACK_RC_WGTQUAN17(6) J_7LMENGV17_6
PRIM_PACK_REC_UNITWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
PRIM_PACK_RECPC_WGTRecycled Waste: Fraction Weight of Primary Packaging J_7LSUSTAIN_PRIM_PACK_RCPC_WGTQUAN17(6) J_7LMENGV17_6
PRIM_PACK_RECPC_UNITWeight Unit GEWEIUNIT3Assigned to domainCUNITMEINS
PRIM_PACK_PAPER_ACCPaper Primary Packaging from Accredited Manufacturers J_7LSUSTAIN_PRIM_PACK_ACCCHAR1XFELD
PRIM_PACK_TRANSITTransport Packaging J_7LSUSTAIN_PRIM_PACK_TRANCHAR1XFELD
PRIM_PACK_COUNTRYCountry Name LANDXCHAR15TEXT15
PRIM_PACK_SUPPLIERPrimary Packaging Supplier J_7LSUSTAIN_PRIM_PACK_SUPPLIERCHAR35NAME

Key field Non-key field



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

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

How to access SAP table J_7LSUSTAIN_PRIM_PACK

Within an ECC or HANA version of SAP you can also view further information about J_7LSUSTAIN_PRIM_PACK 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!