ANONYMSLS SAP (Delta Report 3: Cont. Structure for Data Transfer Sales Ord.) Structure details

Dictionary Type: Structure
Description: Delta Report 3: Cont. Structure for Data Transfer Sales Ord.




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




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

ANONYMSLS 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: Cont. Structure for Data Transfer Sales Ord." 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_ANONYMSLS TYPE ANONYMSLS.

The ANONYMSLS table consists of various fields, each holding specific information or linking keys about Delta Report 3: Cont. Structure for Data Transfer Sales Ord. data available in SAP. These include ITM_NUMBER (Item number of the SD document), SCHED_LINE (Delivery Schedule Line Number), ATPCAT (ATP Category in APO), PRODUCT (Material Number).. 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: Cannot Be Enhanced


SAP ANONYMSLS 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
DOC_NUMBERDocument Number (Purchasing/Sales...) CIFDOCCHAR12CIFDELNR
ITM_NUMBERItem number of the SD document POSNRNUMC6Assigned to domainPOSNR
SCHED_LINEDelivery Schedule Line Number ETENRNUMC4Assigned to domainETENR
ATPCATATP Category in APO CIFATPCATCHAR2CIFATPCAT
PRODUCTMaterial Number CIFMATNRCHAR40CIFMATNR
LOCATIONPlant CIFPLANTCHAR20CIFPLANT
STORE_LOCStorage Location CIFSTORLOCCHAR4Assigned to domainLGORT
BATCHBatch Number CHARG_DCHAR10Assigned to domainCHARGCHA
MS_DATERequirements Date CIFREQTSTDEC15DECV15
REQ_QTYOpen Qty in Stockkeeping Units for Transfer of Reqmts to MRP OMENGQUAN15(3) MENG15
AVA_QTYConfirmed quantity for availability check in SKU VMENGQUAN15(3) MENG15
ALLOC_QTYPlanned allocation quantity for independent requirements PZMNGQUAN15(3) MENG15
UNITOFMEASBase Unit of Measure MEINSUNIT3Assigned to domainCUNITMEINS
SPECSTOKEYKey for Special Stock Section CIFSSKEYCHAR16CIFSSKEY
SPECIALSTOSpecial Stock Indicator SOBKZCHAR1Assigned to domainSOBKZ
ORDIDGUID for Order Headers (CHAR32) CIFORDID32CHAR32CIFGUID32
SCHEDIDGUID for Schedule Lines (CHAR32) CIFSCHED32CHAR32CIFGUID32
REQPRFATP: Profile at Requirements Level for APO APOREQPRFCHAR6Assigned to domainAPOREQPRF
CUOBJ_IDExternal Identification of CUOBJ CIFCUOBJIDCHAR32CIFGUID32
CUOBJ_CHInternal object number of the batch classification CUOBJ_CHNUMC18CUOBJ

Key field Non-key field



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

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

How to access SAP table ANONYMSLS

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