SAP SDLSTPSCO Transfer Structure for Sales Scheduling Agreement Items Table data and field list

SDLSTPSCO 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 "Transfer Structure for Sales Scheduling Agreement Items" 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_SDLSTPSCO TYPE SDLSTPSCO.

The SDLSTPSCO table consists of various fields, each holding specific information or linking keys about Transfer Structure for Sales Scheduling Agreement Items data available in SAP. These include TDSCO (Single-Character Indicator), AUART (Sales Document Type), DOC_NUMBER (Document Number (Purchasing/Sales...)), ITM_NUMBER (Item Number of Document (Purchasing, Sales...))... 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. .

SDLSTPSCO structure Technical Details:

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


SAP SDLSTPSCO 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 SDLSTPSCO 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
METHODMethod to be Executed During the Transfer of an Object CIFMETHODCHAR1CIFMETHOD
TDSCOSingle-Character Indicator CHAR1CHAR1CHAR1
AUARTSales Document Type AUARTCHAR4Assigned to domainAUARTAUARTAAT
DOC_NUMBERDocument Number (Purchasing/Sales...) CIFDOCCHAR12CIFDELNR
ITM_NUMBERItem Number of Document (Purchasing, Sales...) CIFITEMNUMC6CIFDELPS
VKORGSales Organization VKORGCHAR4Assigned to domainVKORGVKOC_VKORG
VTWEGDistribution Channel VTWEGCHAR2Assigned to domainVTWEGVTWC_VTWEG
SPARTDivision SPARTCHAR2Assigned to domainSPARTSPAC_SPART
MATNRMaterial Number CIFMATNRCHAR40CIFMATNR
LOCFRPlant CIFPLANTCHAR20CIFPLANT
LOCTOSold-to party with length 20 for APO KUNAG_20CHAR20CHAR20
VALFRRuntime Start CIFDATEFDEC15DECV15
VALTORuntime End CIFDATETDEC15DECV15
ABDISMRP for delivery schedule types ABDISCHAR1ABRAB
PLAVOPlanning delivery schedule instruction PLAVOCHAR4Assigned to domainPLAVO
SP_STK_INDSpecial Stock Indicator CIFSPECSTOCHAR1Assigned to domainSOBKZ
SPEC_STOCKKey for Special Stock Section CIFSSKEYCHAR16CIFSSKEY
APOMSSingle-Character Indicator CHAR1CHAR1CHAR1
COUNTERInternal Counter CIFCOUNTINT410INT4
SCO_ACTIVESales Scheduling Agreement Item Active/Inactive SCO_ACTIVECHAR1CHAR1_X
VRKMESales unit VRKMEUNIT3Assigned to domainCUNITMEINS
MEINSBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
UMVKZNumerator (factor) for conversion of sales quantity into SKU UMVKZDEC5UMBSZ
UMVKNDenominator (Divisor) for Conversion of Sales Qty into SKU UMVKNDEC5UMBSN
POSEXItem Number of the Underlying Purchase Order POSEXCHAR6ALPHAPOSEX
KDMATCustomer Material Number in APO KDMAT_APOCHAR40CIFMATNR
KNREFCustomer description of partner (plant, storage location) KNREFCHAR30KNREFKNREF
ABLADUnloading Point ABLADCHAR25TEXT25
KTEXTSearch term for product proposal KTEXT_VCHAR40TEXT40
BSTKDCustomer Purchase Order Number CIFBSTKDCHAR35CIFBSTKD
BSTZDPurchase order number supplement BSTZDCHAR4BSTZD
ABRVWUsage Indicator ABRVWCHAR3Assigned to domainABRVW
IHREZYour Reference IHREZCHAR12TEXT12
KUNAGSold-to party with length 20 for APO KUNAG_20CHAR20CHAR20
INCO1Incoterms (Part 1) INCO1CHAR3Assigned to domainINCO1
INCO2Incoterms (Part 2) INCO2CHAR28INCO2
KDGRPCustomer group KDGRPCHAR2Assigned to domainKDGRPVKD
LPRIODelivery Priority LPRIONUMC2Assigned to domainLPRIO
MATKLMaterial Group MATKLCHAR9Assigned to domainMATKLMKLS_WBWG
ROUTERoute ROUTECHAR6Assigned to domainROUTE
VSBEDShipping Conditions VSBEDCHAR2Assigned to domainVSBED
VSTELShipping Point/Receiving Point VSTELCHAR4Assigned to domainVSTELVST
VPZUOAllocation Indicator VPZUOCHAR1ZUVKZ
ABLFZRounding quantity for delivery ABLFZQUAN13(3) ABLFZ
USR01Text (length 35) TEXT35CHAR35TEXT35
USR02Text (length 35) TEXT35CHAR35TEXT35
USR03Text (length 35) TEXT35CHAR35TEXT35
USR04Text (10 Characters) TEXT10CHAR10TEXT10
USR05Text (10 Characters) TEXT10CHAR10TEXT10
RESET_CDQSingle-Character Indicator CHAR1CHAR1CHAR1
VBTYPSD document category VBTYPCHAR1VBTYP
VBKLTSD document indicator VBKLTCHAR1VBKLT

Key field Non-key field



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

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

How to access SAP table SDLSTPSCO

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

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