KABC_SOP_LIST SAP (Output Structure of SOP Transfer for Business Processes) Structure details

Dictionary Type: Structure
Description: Output Structure of SOP Transfer for Business Processes




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




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

KABC_SOP_LIST 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 "Output Structure of SOP Transfer for Business Processes" 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_KABC_SOP_LIST TYPE KABC_SOP_LIST.

The KABC_SOP_LIST table consists of various fields, each holding specific information or linking keys about Output Structure of SOP Transfer for Business Processes data available in SAP. These include PLNUM (Planned order number), MATNR (Material Number), TEMPLATE (Template), S_OBJNR (Sender Object).. 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: Not classified


SAP KABC_SOP_LIST 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
SAFNRSOP order number SAFNRCHAR10SAFNR
PLNUMPlanned order number PLNUMCHAR10Assigned to domainALPHAPLNUMPAF
MATNRMaterial Number MATNRCHAR18Assigned to domainMATN1MATNRMATS_MAT1
TEMPLATETemplate ABC_TEMPLCHAR10Assigned to domainABC_TEMPLABT
S_OBJNRSender Object S_OBJNRCHAR22OBJEXJ_OBJNREXT
S_LTEXTText (30 Characters) TEXT30CHAR30TEXT30
R_OBJNRObject number J_OBJNRCHAR22Assigned to domainJ_OBJNRONR
R_LTEXTText (30 Characters) TEXT30CHAR30TEXT30
MEGTotal Quantity MEGXXXQUAN15(3) MENGV8
MEG001Total Quantity MEGXXXQUAN15(3) MENGV8
MEG002Total Quantity MEGXXXQUAN15(3) MENGV8
MEG003Total Quantity MEGXXXQUAN15(3) MENGV8
MEG004Total Quantity MEGXXXQUAN15(3) MENGV8
MEG005Total Quantity MEGXXXQUAN15(3) MENGV8
MEG006Total Quantity MEGXXXQUAN15(3) MENGV8
MEG007Total Quantity MEGXXXQUAN15(3) MENGV8
MEG008Total Quantity MEGXXXQUAN15(3) MENGV8
MEG009Total Quantity MEGXXXQUAN15(3) MENGV8
MEG010Total Quantity MEGXXXQUAN15(3) MENGV8
MEG011Total Quantity MEGXXXQUAN15(3) MENGV8
MEG012Total Quantity MEGXXXQUAN15(3) MENGV8
MEG013Total Quantity MEGXXXQUAN15(3) MENGV8
MEG014Total Quantity MEGXXXQUAN15(3) MENGV8
MEG015Total Quantity MEGXXXQUAN15(3) MENGV8
MEG016Total Quantity MEGXXXQUAN15(3) MENGV8
MEINHUnit of Measure for Display MEINHUNIT3Assigned to domainCUNITMEINS

Key field Non-key field



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

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

How to access SAP table KABC_SOP_LIST

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