UACC_STEP - Table holding steps with their properties
Table holding steps with their properties information is stored in SAP table UACC_STEP.
It is part of development package UACC_DDIC in software component SV-SMG-ASU. This development package consists of objects that can be grouped under "Upgrade Accelerator Framework (DDIC)".
It is part of development package UACC_DDIC in software component SV-SMG-ASU. This development package consists of objects that can be grouped under "Upgrade Accelerator Framework (DDIC)".
Fields for table UACC_STEP
Field Name | Description | Is Key | Data Element | Data Type | Length | Check Table |
|---|---|---|---|---|---|---|
| STEP_NAME | Step Name | X | UACC_STEP_NAME | CHAR | 50 | |
| USE_CASE | Use case of Check -- 'UPG', 'SPAM', 'ASU' etc.. | X | UACC_USE_CASE | CHAR | 30 | |
| STEP_ORDER | Defines order of execution of steps | UACC_STEP_ORDER | NUMC | 10 | ||
| STEP_GROUP | Group of checks | UACC_STEP_GROUP | CHAR | 30 | ||
| ROLE | Role of recipient | UACC_ROLE | CHAR | 30 | ||
| SW_COMP | Software Component | DLVUNIT | CHAR | 30 | * | |
| AKH_COMP | Software Component | DLVUNIT | CHAR | 30 | * | |
| CLIENT_DEP | Client dependency | UACC_CLIENT_DEP | CHAR | 3 | ||
| CLASS_NAME | Object Type Name | SEOCLSNAME | CHAR | 30 | ||
| TYPE | Type check- 'Mandatory' or 'Optional | UACC_TYPE | CHAR | 1 | ||
| SCENARIO | Scenario - PRE or POST upgrade | UACC_SCENARIO | CHAR | 7 | ||
| FREQUENCY | Frequency of Checks | UACC_FREQUENCY | CHAR | 1 | ||
| SEVERITY | Severity of checks | UACC_SEVERITY | CHAR | 1 | ||
| BATCH_STEP | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | BOOLE_D | CHAR | 1 | ||
| PRE_STEP_NAME | Step Name | UACC_STEP_NAME | CHAR | 50 | ||
| PRE_USE_CASE | Use case of Check -- 'UPG', 'SPAM', 'ASU' etc.. | UACC_USE_CASE | CHAR | 30 |