/ASU/NAVI_BOX_ENTRY SAP (ASU: Entry structure in navigation box) Structure details

Dictionary Type: Structure
Description: ASU: Entry structure in navigation box




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




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

/ASU/NAVI_BOX_ENTRY 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: Entry structure in navigation box" 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/NAVI_BOX_ENTRY TYPE /ASU/NAVI_BOX_ENTRY.

The /ASU/NAVI_BOX_ENTRY table consists of various fields, each holding specific information or linking keys about ASU: Entry structure in navigation box data available in SAP. These include NODE_ID (Node ID), TASKLIST (Schedule Manager: Task List), ID (ASU - General ID f.g. sequence number), OBJ_TYPE (ASU: Step 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/NAVI_BOX_ENTRY 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
TEXTText for a Task in the Schedule Manager SCMATEXTCHAR60TEXT60
NODE_IDNode ID SCMA_NODECHAR12SCMA_NODE
TASKLISTSchedule Manager: Task List PEPPROFILECHAR10Assigned to domainPEPPROFILESCMAPROFILEH_PEPPROFILE
IDASU - General ID f.g. sequence number /ASU/IDCHAR12CHAR12
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
USER_STATUS_ICONASU: The status as icon that the user has defined /ASU/USER_STATUS_ICONCHAR50SCHEDMAN_ICON
EXEC_LOG_ICONASU Icon /ASU/ICONCHAR50SCHEDMAN_ICON
APLSTAT_ICONASU Icon /ASU/ICONCHAR50SCHEDMAN_ICON
JOB_LOG_ICONASU Icon /ASU/ICONCHAR50SCHEDMAN_ICON

Key field Non-key field



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

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

How to access SAP table /ASU/NAVI_BOX_ENTRY

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