SAP ASSEMBLY_OVERVIEW Assembly Overview With One Column Table data and field list

ASSEMBLY_OVERVIEW 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 "Assembly Overview With One Column" 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_ASSEMBLY_OVERVIEW TYPE ASSEMBLY_OVERVIEW.

The ASSEMBLY_OVERVIEW table consists of various fields, each holding specific information or linking keys about Assembly Overview With One Column data available in SAP. These include PVNAME (Variant), AENNR (Change Number in iPPE), DELFLG (Deletion Indicator), CMPID (Internal Identification of the Component (Material/Product))... 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. .

ASSEMBLY_OVERVIEW structure Technical Details:

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


SAP ASSEMBLY_OVERVIEW 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 ASSEMBLY_OVERVIEW 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
PVGUIDInternal Number of the PVS Variant PVS_PVGUIDRAW16SYSUUID
PVNAMEVariant PVS_POSVARCHAR8ALPHAPVS_POSVARPOSV
AENNRChange Number in iPPE PVS_AENNRCHAR12ALPHAPPE_AENNR
DELFLGDeletion Indicator PVS_DELFLGCHAR1XFELD
CMPIDInternal Identification of the Component (Material/Product) PVS_CMPIDCHAR32PVS_CHAR32
CMPEXTLong External Material Number PPE_MATERIAL_LONGCHAR40PPE_MATERIAL_LONG
CMPID_TEXTCharacter field of length 40 CHAR40CHAR40CHAR40
QUANTQuantity (in Component Variant) PVS_QUANTQUAN13(3) MENG13V
QUNITUnit of Measure PVS_QUNITUNIT3Assigned to domainCUNITMEINSH_T006
1Single-Character Indicator CHAR1CHAR1CHAR1

Key field Non-key field



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

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

How to access SAP table ASSEMBLY_OVERVIEW

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

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