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 GD_APPL_CNT Instance attribute Private Type reference (TYPE) SY-TABIX Index of Internal Tables 20121108
2 GD_CNT_CURR Instance attribute Private Type reference (TYPE) SY-TABIX Index of Internal Tables 20121108
3 GD_MSG_TX Instance attribute Private Type reference (TYPE) SY-MSGV1 Message Variable 20121108
4 GD_PACK_CNT Instance attribute Public Type reference (TYPE) SY-TABIX Index of Internal Tables 20121108
5 GD_PACK_SIZE Instance attribute Public Type reference (TYPE) SY-TABIX Index of Internal Tables 20121108
6 GD_STEP_TCD Instance attribute Private Type reference (TYPE) SY-TCODE Current Transaction Code 20121108
7 GO_SU25 Instance attribute Private Object reference (TYPE REF TO) CL_SU25 General Methods for SU25 20121108
8 GT_KEY Instance attribute Private Type reference (TYPE) USOBKEY_T Table Type for USOBKEY 20121108
9 GT_T_01 Instance attribute Private Type reference (TYPE) USOBT_C_T New USOBT_C entries 20121108
10 GT_T_02 Instance attribute Private Type reference (TYPE) USOBT_C_T USOBT_C entries to be changed 20121108
11 GT_T_06 Instance attribute Private Type reference (TYPE) USOBT_C_T Obsolete USOBT_C entries 20121108
12 GT_T_BEF Instance attribute Private Type reference (TYPE) USOBT_C_T Table with Structure USOBT_C 20121108
13 GT_T_NEW Instance attribute Private Type reference (TYPE) USOBT_C_T Table with Structure USOBT_C 20121108
14 GT_X_01 Instance attribute Private Type reference (TYPE) USOBX_C_T New USOBX_C entries 20121108
15 GT_X_02 Instance attribute Private Type reference (TYPE) USOBX_C_T USOBX_C entries to be changed 20121108
16 GT_X_06 Instance attribute Private Type reference (TYPE) USOBX_C_T Obsolete USOBX_C entries 20121108
17 GT_X_BEF Instance attribute Private Type reference (TYPE) USOBX_C_T Table with Row Type USOBX_C 20121108
18 GT_X_CD Instance attribute Public Type reference (TYPE) TT_USOBXC_CD Application Key (Name and Type) 20121109
19 GT_X_NEW 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 CONSTRUCTOR Instance method Public Constructor Initialization 20121108
2 PUT_DATA_TO_DB Instance method Public Method Write buffer to database 20121108
3 PUT_STATUS_TO_DB Instance method Public Method Write status update to table USOBX_CD 20121109
4 SU24_DATA_COLLECT Instance method Public Method Collect application data 20121108
5 SU24_STATUS_COLLECT 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 Importing ID_APPL_CNT Call by reference Type reference (TYPE) SY-TABIX Anzahl zu aktualiserender Anwendungen 20121108
2 Importing ID_CD_TCD Call by reference Type reference (TYPE) SY-TCODE Name der Ändernden Transaktion 20121108
3 Importing ID_PACK_SIZE Call by reference Type reference (TYPE) SY-TABIX Anzahl Anwendung pro DB-Zugriff 20121108
4 Importing 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 Importing IT_T_DEL Call by reference Type reference (TYPE) USOBT_C_T Tabelle Mit Zeilentyp USOBX_C 20121108
2 Importing IT_T_INS Call by reference Type reference (TYPE) USOBT_C_T Tabelle Mit Zeilentyp USOBX_C 20121108
3 Importing IT_T_UPD Call by reference Type reference (TYPE) USOBT_C_T Tabelle Mit Zeilentyp USOBX_C 20121108
4 Importing IT_X_DEL Call by reference Type reference (TYPE) USOBX_C_T Tabelle Mit Zeilentyp USOBX_C 20121108
5 Importing IT_X_INS Call by reference Type reference (TYPE) USOBX_C_T Tabelle Mit Zeilentyp USOBX_C 20121108
6 Importing 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 Importing ID_STEP Call by reference Type reference (TYPE) TCODE Stepbeschreibung 20121109
2 Importing 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