/ASU/UACC_STEP SAP (Upgrade Accelerator Steps) Table details

Dictionary Type: Table
Description: Upgrade Accelerator Steps




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




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

/ASU/UACC_STEP is a standard SAP Table which is used to store Upgrade Accelerator Steps data and is available within R/3 SAP systems depending on the version and release level.

The /ASU/UACC_STEP table consists of various fields, each holding specific information or linking keys about Upgrade Accelerator Steps data available in SAP. These include STEP_NAME (Upgrade Accelerator Step Name), USE_CASE (Use case of UACC Step -- 'UPG', 'SPAM', 'ASU' etc..), STEP_ORDER (Execution order of UACC Step), STEP_GROUP (Group of UACC Steps).. 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: L - Table for storing temporary data, is delivered empty
Display/Maintenance via tcode SM30: Display/Maintenance Allowed but with Restrictions
SAP enhancement categories: Can be enhanced (character-type or numeric)


SAP /ASU/UACC_STEP table 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
UPG_SCENARIOUpgrade Scenario /ASU/UACC_UPG_SCENARIOCHAR40/ASU/UACC_SCEN/ASU/UACC_UPG_SCENARIO
STEP_NAMEUpgrade Accelerator Step Name /ASU/UACC_STEP_NAMECHAR50/ASU/UACC_STEP_NAME
USE_CASEUse case of UACC Step -- 'UPG', 'SPAM', 'ASU' etc.. /ASU/UACC_USE_CASECHAR30/ASU/UACC_USE_CASE
STEP_ORDERExecution order of UACC Step /ASU/UACC_STEP_ORDERNUMC10/ASU/UACC_STEP_ORDER
STEP_GROUPGroup of UACC Steps /ASU/UACC_STEP_GROUPCHAR30/ASU/UACC_STEP_GROUP
ROLERole of recipient /ASU/UACC_ROLECHAR30/ASU/UACC_ROLE
SW_COMPSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
AKH_COMPSoftware Component DLVUNITCHAR30Assigned to domainDLVUNITH_CVERS
CLIENT_DEPClient dependency /ASU/UACC_CLIENT_DEPCHAR3/ASU/UACC_CLIENT_DEP
CLASS_NAMEObject Type Name SEOCLSNAMECHAR30SEOCLSNAMECLASS
TYPEUACC Step Type - 'Mandatory' or 'Optional /ASU/UACC_TYPECHAR1/ASU/UACC_TYPE
SCENARIOUpgrade Accelerator Scenario - PRE or POST upgrade /ASU/UACC_SCENARIOCHAR1/ASU/UACC_SCENARIO
FREQUENCYUpgrade Accelerator Step Execution Frequency /ASU/UACC_FREQUENCYCHAR1/ASU/UACC_FREQUENCY
SEVERITYSeverity of UACC Step /ASU/UACC_SEVERITYCHAR1/ASU/UACC_SEVERITY
BATCH_STEPIndicator for Batch processing /ASU/UACC_BATCHCHAR1BOOLE

Key field Non-key field



How do I retrieve data from SAP table /ASU/UACC_STEP using ABAP code

The following ABAP code Example will allow you to do a basic selection on /ASU/UACC_STEP to SELECT all data from the table
DATA: WA_/ASU/UACC_STEP TYPE /ASU/UACC_STEP.

SELECT SINGLE *
FROM /ASU/UACC_STEP
INTO CORRESPONDING FIELDS OF WA_/ASU/UACC_STEP
WHERE...

How to access SAP table /ASU/UACC_STEP

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