SAP ANONYMSDLS Delta Report 3: Container Structure for Sales Sched. Agmnts Table data and field list

ANONYMSDLS 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 "Delta Report 3: Container Structure for Sales Sched. Agmnts" 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_ANONYMSDLS TYPE ANONYMSDLS.

The ANONYMSDLS table consists of various fields, each holding specific information or linking keys about Delta Report 3: Container Structure for Sales Sched. Agmnts data available in SAP. These include ITM_NUMBER (Item Number of Document (Purchasing, Sales...)), REL_TYPE (Release type), SCHED_LINE (Delivery Schedule Line Number), REQ_DATE (Runtime Start)... 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. .

ANONYMSDLS structure Technical Details:

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


SAP ANONYMSDLS 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 ANONYMSDLS 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
DOC_NUMBERDocument Number (Purchasing/Sales...) CIFDOCCHAR12CIFDELNR
ITM_NUMBERItem Number of Document (Purchasing, Sales...) CIFITEMNUMC6CIFDELPS
REL_TYPERelease type ABARTCHAR1ABART
SCHED_LINEDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
REQ_DATERuntime Start CIFDATEFDEC15DECV15
DATE_TYPEDate type (day, week, month, interval) PRGRSCHAR1PRGRS
REQ_QTYOrder quantity in sales units WMENGQUAN13(3) MENG13
CUMDELQTYCumulative qty for delivery/MAIS in base unit of measure MC_LIEFFZQUAN15(3) MENGV15_3
CUMDELQTYCCumulative qty for delivery/MAIS in base unit of measure MC_LIEFFZQUAN15(3) MENGV15_3
CUMGIQTYCumulative issued quantity WAGFZQUAN15(3) MENGV15
CUMIEAQTYCumulative quantity for goods withdrawal in base unit MC_ENTNFZQUAN15(3) MENGV15_3
CUMIEAQTYCCumulative quantity for goods withdrawal in base unit MC_ENTNFZQUAN15(3) MENGV15_3
SCO_ACTIVESales Scheduling Agreement Item Active/Inactive SCO_ACTIVECHAR1CHAR1_X
PRODUCTMaterial Number CIFMATNRCHAR40CIFMATNR
LOCATIONPlant CIFPLANTCHAR20CIFPLANT
UPDCNTRCIF Update Counter for Execution Objects CIFUPDCNTRNUMC5CIFUPDCNTR

Key field Non-key field



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

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

How to access SAP table ANONYMSDLS

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

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