/ASU/STEP_SCR SAP (ASU Step screen structure) Structure details

Dictionary Type: Structure
Description: ASU Step screen structure




ABAP Code to SELECT data from /ASU/STEP_SCR
Related tables to /ASU/STEP_SCR
Access table /ASU/STEP_SCR




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

/ASU/STEP_SCR 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 "ASU Step screen structure" 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_/ASU/STEP_SCR TYPE /ASU/STEP_SCR.

The /ASU/STEP_SCR table consists of various fields, each holding specific information or linking keys about ASU Step screen structure data available in SAP. These include OBJ_TYPE (ASU: Step Type), OBJ_NAME (ASU: Step Name / Instance), OBJ_ID (ASU: Additional option. ID to distinguish same OBJ_TYPE/NAME), EXEC_TYPE (ASU: Execution Type).. 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: Can be enhanced (character-type or numeric)


SAP /ASU/STEP_SCR 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
INDXASU Step index /ASU/STEPINDEXNUMC6/ASU/STEPINDEX
OBJ_TYPEASU: Step Type /ASU/OBJ_TYPECHAR4ASUST/ASU/OBJ_TYPE
OBJ_NAMEASU: Step Name / Instance /ASU/OBJ_NAMECHAR40CHAR40
OBJ_IDASU: Additional option. ID to distinguish same OBJ_TYPE/NAME /ASU/OBJ_IDCHAR20CHAR20
EXEC_TYPEASU: Execution Type /ASU/EXEC_TYPECHAR1ASUET/ASU/EXEC_TYPE
EXEC_PHASEASU: Execution Phase /ASU/EXEC_PHASECHAR1ASUEP/ASU/EXEC_PHASE
EXEC_SEVERITYASU: Execution Severity /ASU/EXEC_SEVERITYNUMC1ASUSY/ASU/EXEC_SEVERITY
EXEC_RUNTIMEASU: Execution Runtime /ASU/EXEC_RUNTIMENUMC1ASURT/ASU/EXEC_RUNTIME
EXEC_ORDERASU: Execution Level /ASU/EXEC_ORDERNUMC3/ASU/EXEC_ORDER
DESCR_FILENAMEBusiness Document Service: File names BDS_FILENACHAR255CHAR255
DESCR_MIMETYPEBusiness Document Service: MIME type BDS_MIMETPCHAR128W3_CONTTYP
BDS_DOC_IDBusiness Document Service: Document ID BDS_DOCIDCHAR42CHAR42
NOTEASU: Note Number /ASU/CWBNTNUMMNUMC10/ASU/CWBNTNUMM
NOTE_SP_LEVELSupport Package Level of a Software Component SAPPATCHLVCHAR10CHAR10
RELFROMSAP R/3 Release - From /ASU/SAPRELEASE_FROMCHAR10CHAR10
RELFROM_LEVELOBSOLETE - Support Package Level From: new /ASU/PATCHLV_FROM /ASU/SAPPATCHLV_FROMCHAR10CHAR10
RELTOSAP R/3 Release - To /ASU/SAPRELEASE_TOCHAR10CHAR10
RELTO_LEVELOBSOLETE Support Package Level-To: -> new /ASU/PATCHLV_TO /ASU/SAPPATCHLV_TOCHAR10CHAR10
APPLICATIONApplication component ID UFPS_POSIDCHAR24UFPS_POSID
COMPONENTSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
DEP_OBJ_TYPEASU: Dependant Step Type /ASU/DEP_OBJ_TYPECHAR4ASUST/ASU/OBJ_TYPE
DEP_OBJ_NAMEASU: Dependant Step Name /ASU/DEP_OBJ_NAMECHAR40CHAR40
CLIENT_DEPASU: Client dependency supported control categories PTCDES /ASU/CLIENT_DEP_CCCATEGORYCHAR6CHAR6
EXEC_CLIENTASU: Client in which an ASU step is executed /ASU/EXEC_CLIENTCHAR3CHAR3
ADHOC_STEPASU: AdHoc-Step - domain BOOLE: TRUE (='X') and FALSE (=' ') /ASU/ADHOC_STEPCHAR1BOOLE
EXEC_ORDER_POSASU: Position/Sequence No. within Execution Level /ASU/EXEC_ORDER_POSNUMC10NUM10
CHECKCLASSASU: Class to check activation state of corr. ASU step /ASU/CHECKCLASSCHAR30SEOCLSNAME
BFUNCTIONASU: Business Function assigned to ASU Step /ASU/BUSINESS_FUNCTIONCHAR30CHAR30
DESCRIPTIONText for a Task in the Schedule Manager SCMATEXTCHAR60TEXT60
CLIENT_DEPENDENCYASU: Client dependency /ASU/CLIENT_DEP_FLAGCHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP structure /ASU/STEP_SCR using ABAP code?

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

How to access SAP table /ASU/STEP_SCR

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