/ASU/SSM_ALV_TREE SAP (ASU SImple Schedule Manager: Display Structure for ALV-TREE) Structure details

Dictionary Type: Structure
Description: ASU SImple Schedule Manager: Display Structure for ALV-TREE




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




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

/ASU/SSM_ALV_TREE 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 SImple Schedule Manager: Display Structure for ALV-TREE" 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/SSM_ALV_TREE TYPE /ASU/SSM_ALV_TREE.

The /ASU/SSM_ALV_TREE table consists of various fields, each holding specific information or linking keys about ASU SImple Schedule Manager: Display Structure for ALV-TREE data available in SAP. These include TASK_DOCU (Schedule Manager: Storing a text document), USER_STATUS (The status that the user has defined), EXEC_LOG (ASU: Execution Log), APLSTAT (Job Status from a Business View).. 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/SSM_ALV_TREE 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
TASK_LONGTEXTASU: Long Description /ASU/SSM_DESC_LCHAR1CHAR1
TASK_DOCUSchedule Manager: Storing a text document SCMA_TASK_DOCUCHAR1CHAR1
USER_STATUSThe status that the user has defined SCHEDMAN_USER_STATICHAR1SCHEDMAN_USER_STATI
EXEC_LOGASU: Execution Log /ASU/SSM_EXEC_LOGCHAR1CHAR1
APLSTATJob Status from a Business View SCHEDMAN_JOB_STATICHAR1SCHEDMAN_JOB_STATI
USER_REMARKASU: User Remark (SAP Script) /ASU/SSM_USER_REMARKCHAR1CHAR1
JOB_LOGASU:Job Log /ASU/SSM_JOB_LOGCHAR1CHAR1
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
TASK_OWNERSchedule Manager: Task Owner SCMATASK_OWNERCHAR12UNAME
LAST_RUNSchedule Manager: Date and time of the last run SCMALAST_RUNCHAR17CHAR17
RTA_CUST_RUNSchedule Manager: Estimated Runtime (Customer) SCMA_RTA_CUSTCHAR17CHAR17
RTA_AVE_RUNSchedule Manager: Average Runtime SCMA_RTA_AVECHAR17CHAR17
RELFROM_LEVEL_LONGSupport Package Level of a Software Component - From /ASU/PATCHLV_FROMCHAR20Assigned to domainPATCH
RELTO_LEVEL_LONGSupport Package Level of a Software Component - To /ASU/PATCHLV_TOCHAR20Assigned to domainPATCH

Key field Non-key field



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

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

How to access SAP table /ASU/SSM_ALV_TREE

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