/ASU/CONTENT_OBJECT SAP (ASU: Single ASU Content Object/Step) Structure details

Dictionary Type: Structure
Description: ASU: Single ASU Content Object/Step




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




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

/ASU/CONTENT_OBJECT 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: Single ASU Content Object/Step" 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/CONTENT_OBJECT TYPE /ASU/CONTENT_OBJECT.

The /ASU/CONTENT_OBJECT table consists of various fields, each holding specific information or linking keys about ASU: Single ASU Content Object/Step 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 (Deep)


SAP /ASU/CONTENT_OBJECT 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
GUIDGUID in 'CHAR' Format in Uppercase GUID_32CHAR32SYSUUID_C
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
TEXTS 0
ATTRIBUTES 0

Key field Non-key field



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

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

How to access SAP table /ASU/CONTENT_OBJECT

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