ECH_S_ORDER_ACCESS_SCREEN SAP (Selection Structure (Screen) for ECH Orders) Structure details

Dictionary Type: Structure
Description: Selection Structure (Screen) for ECH Orders




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




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

ECH_S_ORDER_ACCESS_SCREEN 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 "Selection Structure (Screen) for ECH Orders" 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_ECH_S_ORDER_ACCESS_SCREEN TYPE ECH_S_ORDER_ACCESS_SCREEN.

The ECH_S_ORDER_ACCESS_SCREEN table consists of various fields, each holding specific information or linking keys about Selection Structure (Screen) for ECH Orders data available in SAP. These include ESR_NAMESPACE (Namespace), ESR_SERVICEINTERFACE (Service Interface), ESR_SERVICEOPERATION (Service Operation), ECH_COMPONENT (Component).. 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 ECH_S_ORDER_ACCESS_SCREEN 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
ESR_CALLTYPCall Type FEH_OA_CALLTYPCHAR1FEH_DOM_OA_CALLTYP
ESR_NAMESPACENamespace FEH_ESR_NAMESPACECHAR255FEH_ESR_NAMESPACESH_FEH_OA_NAMESPACE
ESR_SERVICEINTERFACEService Interface FEH_ESR_INTERFACECHAR120FEH_ESR_INTERFACESH_FEH_OA_SERV_INTERFACE
ESR_SERVICEOPERATIONService Operation FEH_ESR_OPERATIONCHAR120FEH_ESR_OPERATIONSH_FEH_OA_SERV_OPERATION
ECH_COMPONENTComponent ECH_DTE_COMPONENTCHAR30ECH_DOM_COMPONENT
ECH_PROCESSBusiness Process ECH_DTE_PROCESSCHAR30ECH_DOM_PROCESS
COMPONENTSoftware Component /SAPPO/DTE_COMPONENTCHAR30CHAR30/SAPPO/COMPONENT
OBJ_CATEGORYObject Category /SAPPO/DTE_OBJCATNUMC1/SAPPO/DOM_OBJCAT
OBJ_TYPEObject Type /SAPPO/DTE_OBJTYPECHAR10Assigned to domainOJ_NAME/SAPPO/OBJECT
OBJ_LOGSYSLogical System /SAPPO/DTE_OBJLOGSYSCHAR10Assigned to domainALPHALOGSYS
OBJ_KEYObject Key /SAPPO/DTE_OBJKEYCHAR70SWO_TYPEID
OBJ_ROLEObject Role /SAPPO/DTE_OBJECT_ROLECHAR1/SAPPO/OBJECT_ROLE
PROCESSORCurrent Processor /SAPPO/DTE_PROCESSORCHAR12USNAM
STATUSOrder Status /SAPPO/DTE_STATUSCHAR1/SAPPO/DOM_STATUS
WORKLIST_MODEOrder Assignment /SAPPO/DTE_WORKLIST_MODECHAR1/SAPPO/WORKLIST_MODE
ERROR_CATEGORYError Category /SAPPO/DTE_ERROR_CATEGORYCHAR15Assigned to domain/SAPPO/DOM_ERROR_CATEGORY
MSGIDMessage Class SYMSGIDCHAR20T100AARBGB
MSGNOMessage number MSGNRCHAR3T100MSGNR
ORDER_LOGSYSLogical System of Order /SAPPO/DTE_ORDER_LOGSYSCHAR10Assigned to domainALPHALOGSYS
PROCMETHMode of Postprocessing Order /SAPPO/DTE_PROCMETHNUMC1/SAPPO/DOM_PROCMETH
CREATE_DATETechnical Creation Date /SAPPO/DTE_DIALOG_CREADATEDATS8
CREATE_TIMETechnical Creation Time /SAPPO/DTE_DIALOG_CREATIMETIMS6
MAX_COUNTMaximum Number of Postprocessing Orders /SAPPO/DTE_MAXCOUNTINT410INT4
PLA_ATTR_1_IDAttribute ID ECH_PLA_ATTRIBUTE_IDCHAR30Assigned to domainECH_PLA_ATTRIBUTE_ID
PLA_ATTR_1_VALUEValue Extracted from Payload ECH_PLA_VALUECHAR40ECHPVECH_PLA_VALUE
PLA_ATTR_2_IDAttribute ID ECH_PLA_ATTRIBUTE_IDCHAR30Assigned to domainECH_PLA_ATTRIBUTE_ID
PLA_ATTR_2_VALUEValue Extracted from Payload ECH_PLA_VALUECHAR40ECHPVECH_PLA_VALUE
PLA_ATTR_3_IDAttribute ID ECH_PLA_ATTRIBUTE_IDCHAR30Assigned to domainECH_PLA_ATTRIBUTE_ID
PLA_ATTR_3_VALUEValue Extracted from Payload ECH_PLA_VALUECHAR40ECHPVECH_PLA_VALUE
PLA_PAYLOAD_MODIFIEDModified Payloads Only ECH_PAYLOAD_MODIFIEDCHAR1XFELD
COLLECTION_GUIDCollection ID (Internal/External Representation) FEH_COLLECTION_ID_UICHAR36COLIDFEH_COLLECTION_ID_UI

Key field Non-key field



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

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

How to access SAP table ECH_S_ORDER_ACCESS_SCREEN

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