STPOL_ADD SAP (BOM Reporting - Item Data Displayed) Structure details

Dictionary Type: Structure
Description: BOM Reporting - Item Data Displayed




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




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

STPOL_ADD 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 "BOM Reporting - Item Data Displayed" 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_STPOL_ADD TYPE STPOL_ADD.

The STPOL_ADD table consists of various fields, each holding specific information or linking keys about BOM Reporting - Item Data Displayed data available in SAP. These include OBJIC (Object Type), OVFLS (Indicator: value exceeds maximum length), BOMFL (Indicator: an assembly exists), DSTUF (Explosion level).. 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: Can be enhanced (character-type or numeric)


SAP STPOL_ADD 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
DOBJTObject ID SOBJIDCHAR40CHAR40
OBJICObject Type CS_OBJICONCHAR132SYCHAR132
OVFLSIndicator: value exceeds maximum length OVFLSCHAR1CHAR01
BOMFLIndicator: an assembly exists CSBFLCHAR1XFELD
DSTUFExplosion level AFLSTCHAR2CHAR2
DGLVLExplosion level (formatted) DGLVLCHAR10CHAR10
TLINEText TEXTOCHAR132TEXT132
DUPMGSub-item quantity UPMNGQUAN13(3) MENGV13
CLOBJKey of object to be classified OBJNUMCHAR50OBJEKTOJK
CLOTXText, 40 Characters Long TEXT40CHAR40TEXT40
DOKNRDocument number DOKNRCHAR25Assigned to domainALPHADOKNRCV1
DOKARDocument Type DOKARCHAR3Assigned to domainDOKARCV2
DOKTLDocument Part DOKTL_DCHAR3DOKTLCV4
DOKVRDocument Version DOKVRCHAR2DOKVRCV3
EQUNREquipment Number EQUNRCHAR18Assigned to domainALPHAEQUNREQNEQUI
IWERKMaintenance Planning Plant IWERKCHAR4Assigned to domainWERKSIWK
VBELNSales Order CS_VBELNCHAR10Assigned to domainALPHAVBELNAUN
VBPOSSales order item CS_VBPOSNUMC6Assigned to domainPOSNRAPO
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
REVLVRevision Level REVSTCHAR2NUMCVREVLV
STOBJStandard object STOBJCHAR18CHAR18
TPLNRFunctional Location TPLNRCHAR30Assigned to domainTPLNRTPLNRIFLIFLM
CLASSClass number KLASSE_DCHAR18KLASSEKLA
KLARTClass Type KLASSENARTCHAR3Assigned to domainKLASSENARTKAR
DSTALAlternative BOM STLALCHAR2ALPHAALTNR
DPOSNBOM Item Number SPOSNCHAR4NUMCVSPOSN
DIMNGRequired quantity (displayed) DIMNGCHAR15CHAR15
DRMNGResulting qty DRMNGCHAR15CHAR15
MEOPOUnit of measure (start object for where-used lists) MEOPOUNIT3Assigned to domainCUNITMEINS
DUNITUnit of measure (unit to be displayed) DUNITUNIT3Assigned to domainCUNITMEINS
IMOVFIndicator: required quantity amount exceeds maximum value IMOVFCHAR1CHAR01
RMOVFIndicator: resulting quantity amount exceeds maximum value RMOVFCHAR1CHAR01
COMFXComment field: fixed quantity COMFXCHAR4CHAR4
CLAFGIndicator: indirect where-used list via class CLAFGCHAR1CHAR01
LOEFGDeletion Indicator LKENZCHAR1XFELD
TOKNZCharacter: to (from - to) TOKNZCHAR1CHAR01
KNOFLIndicator: object dependencies exist CS_KZBEZCHAR1XFELD
SELNMDescription of selection parameter SELNMCHAR32CHAR32
SELVLValue entered for selection parameter SELVLCHAR32CHAR32
SLDTVKey date FDEPSTTADATS8DATUM
PSPNRWBS Element PS_POSNRNUMC8Assigned to domainABPSPPS_POSNR

Key field Non-key field



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

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

How to access SAP table STPOL_ADD

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