SAP ABAP Class CL_UPD_SU24 (Database Update for SU24)
Hierarchy
☛
SAP_BASIS (Software Component) SAP Basis Component
⤷
BC-SEC-AUT-PFC (Application Component) ABAP Authorization and Role Management
⤷
S_PROFGEN (Package) ABAP Role Administration (Profile Generator)
⤷
⤷
Properties
| Class | CL_UPD_SU24 | |
| Short Description | Database Update for SU24 | |
| Super Class | ||
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | S_PROFGEN | ABAP Role Administration (Profile Generator) |
| Created | 20121108 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_UPD_SU24 has no forward declaration.
Interfaces
Class CL_UPD_SU24 has no interface implemented.
Friends
Class CL_UPD_SU24 has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Type reference (TYPE) | SY-TABIX | Index of Internal Tables | 20121108 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | SY-TABIX | Index of Internal Tables | 20121108 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | SY-MSGV1 | Message Variable | 20121108 | |||
| 4 | Instance attribute | Public | Type reference (TYPE) | SY-TABIX | Index of Internal Tables | 20121108 | |||
| 5 | Instance attribute | Public | Type reference (TYPE) | SY-TABIX | Index of Internal Tables | 20121108 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | SY-TCODE | Current Transaction Code | 20121108 | |||
| 7 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_SU25 | General Methods for SU25 | 20121108 | |||
| 8 | Instance attribute | Private | Type reference (TYPE) | USOBKEY_T | Table Type for USOBKEY | 20121108 | |||
| 9 | Instance attribute | Private | Type reference (TYPE) | USOBT_C_T | New USOBT_C entries | 20121108 | |||
| 10 | Instance attribute | Private | Type reference (TYPE) | USOBT_C_T | USOBT_C entries to be changed | 20121108 | |||
| 11 | Instance attribute | Private | Type reference (TYPE) | USOBT_C_T | Obsolete USOBT_C entries | 20121108 | |||
| 12 | Instance attribute | Private | Type reference (TYPE) | USOBT_C_T | Table with Structure USOBT_C | 20121108 | |||
| 13 | Instance attribute | Private | Type reference (TYPE) | USOBT_C_T | Table with Structure USOBT_C | 20121108 | |||
| 14 | Instance attribute | Private | Type reference (TYPE) | USOBX_C_T | New USOBX_C entries | 20121108 | |||
| 15 | Instance attribute | Private | Type reference (TYPE) | USOBX_C_T | USOBX_C entries to be changed | 20121108 | |||
| 16 | Instance attribute | Private | Type reference (TYPE) | USOBX_C_T | Obsolete USOBX_C entries | 20121108 | |||
| 17 | Instance attribute | Private | Type reference (TYPE) | USOBX_C_T | Table with Row Type USOBX_C | 20121108 | |||
| 18 | Instance attribute | Public | Type reference (TYPE) | TT_USOBXC_CD | Application Key (Name and Type) | 20121109 | |||
| 19 | Instance attribute | Private | Type reference (TYPE) | USOBX_C_T | Table with Row Type USOBX_C | 20121108 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Initialization | 20121108 | |
| 2 | Instance method | Public | Method | Write buffer to database | 20121108 | |
| 3 | Instance method | Public | Method | Write status update to table USOBX_CD | 20121109 | |
| 4 | Instance method | Public | Method | Collect application data | 20121108 | |
| 5 | Instance method | Public | Method | Get status update requests | 20121109 |
Events
Class CL_UPD_SU24 has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TS_T_KEY | Public | See coding | Key attributes of USOBT* | 20121108 | BEGIN OF ts_t_key
, name TYPE usobkey-name
, type TYPE usobkey-type
, object TYPE xuobject
, field TYPE xufield
, low TYPE xuval
, END OF ts_t_key
|
|
| 2 | TS_X_KEY | Public | See coding | Key attributes of USOBX* | 20121108 | BEGIN OF ts_x_key
, name TYPE usobkey-name
, type TYPE usobkey-type
, object TYPE xuobject
, END OF ts_x_key
|
|
| 3 | TT_USOBXC_CD | Public | See coding | Table type for updating status | 20121109 | tt_usobxc_cd TYPE STANDARD TABLE OF usobx_cd
|
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_APPL_CNT | Call by reference | Type reference (TYPE) | SY-TABIX | Anzahl zu aktualiserender Anwendungen | 20121108 | |||
| 2 | ID_CD_TCD | Call by reference | Type reference (TYPE) | SY-TCODE | Name der Ändernden Transaktion | 20121108 | |||
| 3 | ID_PACK_SIZE | Call by reference | Type reference (TYPE) | SY-TABIX | Anzahl Anwendung pro DB-Zugriff | 20121108 | |||
| 4 | IR_SU25 | Call by reference | Object reference (TYPE REF TO) | CL_SU25 | Allgemeine Methoden für SU25 | 20121108 |
Method CONSTRUCTOR on class CL_UPD_SU24 has no exception.
Method PUT_DATA_TO_DB Signature
Method PUT_DATA_TO_DB on class CL_UPD_SU24 has no parameter.
Method PUT_DATA_TO_DB on class CL_UPD_SU24 has no exception.
Method PUT_STATUS_TO_DB Signature
Method PUT_STATUS_TO_DB on class CL_UPD_SU24 has no parameter.
Method PUT_STATUS_TO_DB on class CL_UPD_SU24 has no exception.
Method SU24_DATA_COLLECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IT_T_DEL | Call by reference | Type reference (TYPE) | USOBT_C_T | Tabelle Mit Zeilentyp USOBX_C | 20121108 | |||
| 2 | IT_T_INS | Call by reference | Type reference (TYPE) | USOBT_C_T | Tabelle Mit Zeilentyp USOBX_C | 20121108 | |||
| 3 | IT_T_UPD | Call by reference | Type reference (TYPE) | USOBT_C_T | Tabelle Mit Zeilentyp USOBX_C | 20121108 | |||
| 4 | IT_X_DEL | Call by reference | Type reference (TYPE) | USOBX_C_T | Tabelle Mit Zeilentyp USOBX_C | 20121108 | |||
| 5 | IT_X_INS | Call by reference | Type reference (TYPE) | USOBX_C_T | Tabelle Mit Zeilentyp USOBX_C | 20121108 | |||
| 6 | IT_X_UPD | Call by reference | Type reference (TYPE) | USOBX_C_T | Tabelle Mit Zeilentyp USOBX_C | 20121108 |
Method SU24_DATA_COLLECT on class CL_UPD_SU24 has no exception.
Method SU24_STATUS_COLLECT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ID_STEP | Call by reference | Type reference (TYPE) | TCODE | Stepbeschreibung | 20121109 | |||
| 2 | IS_KEY | Call by reference | Type reference (TYPE) | USOBKEY | Anwendungsschlüssel | 20121109 |
Method SU24_STATUS_COLLECT on class CL_UPD_SU24 has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 740 |