SAP ABAP Class CL_S_AUT_CUST_API (Audit Trail (ILM): API Methods (S_AUTCUST01))
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-SRV-ASF-AT (Application Component) Audit trail enhancements (ILM)
     S_AUT (Package) Enhancements Audit Trail (ILM)
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_S_AUT_CUST_TOP Audit Trail (ILM): Global Data and Types 20081210
Properties
Class CL_S_AUT_CUST_API  
Short Description Audit Trail (ILM): API Methods (S_AUTCUST01)    
Super Class CL_S_AUT_CUST_TOP Audit Trail (ILM): Global Data and Types 
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_AUT   Enhancements Audit Trail (ILM) 
Created 20081210   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ICON Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
2 SAUTR Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
3 SLIS Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_S_AUT_CUST_API has no interface implemented.
Friends
Class CL_S_AUT_CUST_API has no friend class.
Attributes
Class CL_S_AUT_CUST_API has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CHANGE_INPUT_ENABLED_200 Instance method Public Method Sets Log Fields to 'Not Ready to Accept Input (Dynpro 200)' 20081211
2 DELETE_FOR_SAVE Instance method Public Method Deletes Already Existing Selections Prior to Saving 20081211
3 FILL_BUFFER_TABS_FROM_DB Instance method Private Method Populates Glogal Buffer Tables of Audit Trail 20081210
4 HANDLE_DOUBLE_CLICK Instance method Public Method Processes Double-Click 20081211
5 HANDLE_EXIT_COMMAND Instance method Public Method Processes Exit Commands (Cancel, Exit, etc.) 20081211
6 INIT_CHECKTABLES Instance method Public Method Initializes Checking Tables 20081210
7 INIT_GLOBAL_DATA_BUFFER Instance method Public Method Initializes Global Tables, Structures, and Variables 20081210
8 LEAVE_PROGRAM Instance method Public Method Exit Program 20081211
9 REFRESH_DATABASE_SELECTIONS Instance method Public Method Resets Database Table Buffer 20081211
10 SAVE_OK_CODE Instance method Public Method Saves Function Code 20081211
11 SELECT_TABLE_FROM_CDO Instance method Public Method Determines Database Table for a Change Document Object 20081211
12 SET_FCODES_FOR_STATUS_200 Instance method Public Method Sets Function Keys and Status Titles (Dynpro 200) 20081211
13 SET_OLD_PF_STATUS Instance method Public Method Sets Old PF Status 20081211
14 SET_SELECTION_100 Instance method Public Method Sets Selected Entries for ALV Grid (Dynpro 100) 20081211
Events
Class CL_S_AUT_CUST_API has no event.
Types
Class CL_S_AUT_CUST_API has no local type.
Method Signatures

Method CHANGE_INPUT_ENABLED_200 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_INPUT Call by reference Type reference (TYPE) C 20081212

Method CHANGE_INPUT_ENABLED_200 on class CL_S_AUT_CUST_API has no exception.

Method DELETE_FOR_SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_AUT_TRANSLOG_TCODE Call by reference Type reference (TYPE) AUT_C_TRANSLOG-TCODE 20081212
2 Changing CV_CDO_TO_TABLE Call by reference Type reference (TYPE) TEXT132 20081212
3 Changing CV_HEAD Call by reference Type reference (TYPE) TEXT80 20081212
4 Changing CV_HEAD1 Call by reference Type reference (TYPE) TEXT80 20081212
5 Changing CV_ICON1 Call by reference Type reference (TYPE) ICONS-TEXT 20081212
6 Changing CV_OK_CODE Call by reference Type reference (TYPE) SY-UCOMM 20081212
7 Changing CV_PROTOCOL Call by reference Type reference (TYPE) C 20081212
8 Changing CV_PROTOCOL_COMMENT Call by reference Type reference (TYPE) TEXT255 20081212
9 Changing CV_TEXT_200 Call by reference Type reference (TYPE) TEXT80 20081212
10 Changing CV_TEXT_201 Call by reference Type reference (TYPE) TEXT80 20081212

Method DELETE_FOR_SAVE on class CL_S_AUT_CUST_API has no exception.

Method FILL_BUFFER_TABS_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_AUT_DTELLOG Call by reference Type reference (TYPE) GTY_T_AUT_DTELLOG Datenelemente mit Protokollierung 20081210
2 Exporting ET_AUT_DTELLOGT Call by reference Type reference (TYPE) GTY_T_AUT_DTELLOGT Texte zu Datenelementen mit Protokollierung 20081210
3 Exporting ET_AUT_TABLOG Call by reference Type reference (TYPE) GTY_T_AUT_TABLOG DB-Tabellen mit Protokollierung 20081210
4 Exporting ET_AUT_TABLOGT Call by reference Type reference (TYPE) GTY_T_AUT_TABLOGT Texte zu DB-Tabellen mit Protokollierung 20081210

Method FILL_BUFFER_TABS_FROM_DB on class CL_S_AUT_CUST_API has no exception.

Method HANDLE_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_AUT_TRANSLOG_TCODE Call by reference Type reference (TYPE) AUT_C_TRANSLOG-TCODE 20081212
2 Changing CV_CDO_TO_TABLE Call by reference Type reference (TYPE) TEXT132 20081212
3 Changing CV_HEAD Call by reference Type reference (TYPE) TEXT80 20081212
4 Changing CV_HEAD1 Call by reference Type reference (TYPE) TEXT80 20081212
5 Changing CV_ICON1 Call by reference Type reference (TYPE) ICONS-TEXT 20081212
6 Changing CV_OK_CODE Call by reference Type reference (TYPE) SY-UCOMM 20081212
7 Changing CV_PROTOCOL Call by reference Type reference (TYPE) C 20081212
8 Changing CV_PROTOCOL_COMMENT Call by reference Type reference (TYPE) TEXT255 20081212
9 Changing CV_TEXT_200 Call by reference Type reference (TYPE) TEXT80 20081212
10 Changing CV_TEXT_201 Call by reference Type reference (TYPE) TEXT80 20081212
11 Exporting EV_LEAVE_SCREEN Call by reference Type reference (TYPE) BOOLE_D 'X' = Leave Screen-Befehl ausführen 20081211
12 Importing IS_NODE_CONN Call by reference Type reference (TYPE) GTY_NODE_CONN 20081211

Method HANDLE_DOUBLE_CLICK on class CL_S_AUT_CUST_API has no exception.

Method HANDLE_EXIT_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_AUT_TRANSLOG_TCODE Call by reference Type reference (TYPE) AUT_C_TRANSLOG-TCODE 20081212
2 Changing CV_CDO_TO_TABLE Call by reference Type reference (TYPE) TEXT132 20081212
3 Changing CV_HEAD Call by reference Type reference (TYPE) TEXT80 20081212
4 Changing CV_HEAD1 Call by reference Type reference (TYPE) TEXT80 20081212
5 Changing CV_ICON1 Call by reference Type reference (TYPE) ICONS-TEXT 20081212
6 Changing CV_OK_CODE Call by reference Type reference (TYPE) SY-UCOMM 20081212
7 Changing CV_PROTOCOL Call by reference Type reference (TYPE) C 20081212
8 Changing CV_PROTOCOL_COMMENT Call by reference Type reference (TYPE) TEXT255 20081212
9 Changing CV_TEXT_200 Call by reference Type reference (TYPE) TEXT80 20081212
10 Changing CV_TEXT_201 Call by reference Type reference (TYPE) TEXT80 20081212
11 Exporting EV_LEAVE_PROGRAM Call by reference Type reference (TYPE) BOOLE_D 'X' = Programm verlassen 20081211
12 Importing IV_OK_CODE Call by reference Attribute reference (LIKE) GV_OK_CODE Funktionscode 20081211

Method HANDLE_EXIT_COMMAND on class CL_S_AUT_CUST_API has no exception.

Method INIT_CHECKTABLES Signature

Method INIT_CHECKTABLES on class CL_S_AUT_CUST_API has no parameter.
Method INIT_CHECKTABLES on class CL_S_AUT_CUST_API has no exception.

Method INIT_GLOBAL_DATA_BUFFER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_AUT_TRANSLOG_TCODE Call by reference Type reference (TYPE) AUT_C_TRANSLOG-TCODE 20081212
2 Changing CV_CDO_TO_TABLE Call by reference Type reference (TYPE) TEXT132 20081212
3 Changing CV_HEAD Call by reference Type reference (TYPE) TEXT80 20081212
4 Changing CV_HEAD1 Call by reference Type reference (TYPE) TEXT80 20081212
5 Changing CV_ICON1 Call by reference Type reference (TYPE) ICONS-TEXT 20081212
6 Changing CV_OK_CODE Call by reference Type reference (TYPE) SY-UCOMM 20081212
7 Changing CV_PROTOCOL Call by reference Type reference (TYPE) C 20081212
8 Changing CV_PROTOCOL_COMMENT Call by reference Type reference (TYPE) TEXT255 20081212
9 Changing CV_TEXT_200 Call by reference Type reference (TYPE) TEXT80 20081212
10 Changing CV_TEXT_201 Call by reference Type reference (TYPE) TEXT80 20081212

Method INIT_GLOBAL_DATA_BUFFER on class CL_S_AUT_CUST_API has no exception.

Method LEAVE_PROGRAM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_AUT_TRANSLOG_TCODE Call by reference Type reference (TYPE) AUT_C_TRANSLOG-TCODE 20081212
2 Changing CV_CDO_TO_TABLE Call by reference Type reference (TYPE) TEXT132 20081212
3 Changing CV_HEAD Call by reference Type reference (TYPE) TEXT80 20081212
4 Changing CV_HEAD1 Call by reference Type reference (TYPE) TEXT80 20081212
5 Changing CV_ICON1 Call by reference Type reference (TYPE) ICONS-TEXT 20081212
6 Changing CV_OK_CODE Call by reference Type reference (TYPE) SY-UCOMM 20081212
7 Changing CV_PROTOCOL Call by reference Type reference (TYPE) C 20081212
8 Changing CV_PROTOCOL_COMMENT Call by reference Type reference (TYPE) TEXT255 20081212
9 Changing CV_TEXT_200 Call by reference Type reference (TYPE) TEXT80 20081212
10 Changing CV_TEXT_201 Call by reference Type reference (TYPE) TEXT80 20081212

Method LEAVE_PROGRAM on class CL_S_AUT_CUST_API has no exception.

Method REFRESH_DATABASE_SELECTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_AUT_TRANSLOG_TCODE Call by reference Type reference (TYPE) AUT_C_TRANSLOG-TCODE 20081212
2 Changing CV_CDO_TO_TABLE Call by reference Type reference (TYPE) TEXT132 20081212
3 Changing CV_HEAD Call by reference Type reference (TYPE) TEXT80 20081212
4 Changing CV_HEAD1 Call by reference Type reference (TYPE) TEXT80 20081212
5 Changing CV_ICON1 Call by reference Type reference (TYPE) ICONS-TEXT 20081212
6 Changing CV_OK_CODE Call by reference Type reference (TYPE) SY-UCOMM 20081212
7 Changing CV_PROTOCOL Call by reference Type reference (TYPE) C 20081212
8 Changing CV_PROTOCOL_COMMENT Call by reference Type reference (TYPE) TEXT255 20081212
9 Changing CV_TEXT_200 Call by reference Type reference (TYPE) TEXT80 20081212
10 Changing CV_TEXT_201 Call by reference Type reference (TYPE) TEXT80 20081212

Method REFRESH_DATABASE_SELECTIONS on class CL_S_AUT_CUST_API has no exception.

Method SAVE_OK_CODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_OK_CODE Call by reference Attribute reference (LIKE) GV_OK_CODE Aktueller Funktionscode 20081211
2 Changing CV_OLD_DYN Call by reference Attribute reference (LIKE) GV_OLD_DYN Alte Dynpro-Nummer 20081211
3 Changing CV_OLD_STATUS Call by reference Attribute reference (LIKE) GV_OLD_STATUS Alter PF-Status 20081211
4 Changing CV_SAVE_OK Call by reference Attribute reference (LIKE) GV_SAVE_OK Alter Funktionscode 20081211
5 Importing IV_PFSTATUS Call by reference Attribute reference (LIKE) GV_PFSTATUS PF-Status 20081211
6 Importing IV_PFSTATUS1 Call by reference Attribute reference (LIKE) GV_PFSTATUS1 PF-Status 20081211

Method SAVE_OK_CODE on class CL_S_AUT_CUST_API has no exception.

Method SELECT_TABLE_FROM_CDO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_AUT_TRANSLOG_TCODE Call by reference Type reference (TYPE) AUT_C_TRANSLOG-TCODE 20081212
2 Changing CV_CDO_TO_TABLE Call by reference Type reference (TYPE) TEXT132 20081212
3 Changing CV_HEAD Call by reference Type reference (TYPE) TEXT80 20081212
4 Changing CV_HEAD1 Call by reference Type reference (TYPE) TEXT80 20081212
5 Changing CV_ICON1 Call by reference Type reference (TYPE) ICONS-TEXT 20081212
6 Changing CV_OK_CODE Call by reference Type reference (TYPE) SY-UCOMM 20081212
7 Changing CV_PROTOCOL Call by reference Type reference (TYPE) C 20081212
8 Changing CV_PROTOCOL_COMMENT Call by reference Type reference (TYPE) TEXT255 20081212
9 Changing CV_TEXT_200 Call by reference Type reference (TYPE) TEXT80 20081212
10 Changing CV_TEXT_201 Call by reference Type reference (TYPE) TEXT80 20081212
11 Importing IV_ROW_ID Call by reference Type reference (TYPE) INT4 Zeilennummer 20081211

Method SELECT_TABLE_FROM_CDO on class CL_S_AUT_CUST_API has no exception.

Method SET_FCODES_FOR_STATUS_200 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_AUT_TRANSLOG_TCODE Call by reference Type reference (TYPE) AUT_C_TRANSLOG-TCODE Zugeordneter Transaktionscode 20081212
2 Changing CV_CDO_TO_TABLE Call by reference Type reference (TYPE) TEXT132 Änderungsbelegobjekt zur Datenbanktabelle 20081212
3 Changing CV_HEAD Call by reference Type reference (TYPE) TEXT80 ALV Grid-Titelkopf 20081212
4 Changing CV_HEAD1 Call by reference Type reference (TYPE) TEXT80 ALV Grid-Titelkopf 1 20081212
5 Changing CV_ICON1 Call by reference Type reference (TYPE) ICONS-TEXT Ikone (Protokollstatus) 20081212
6 Changing CV_OK_CODE Call by reference Type reference (TYPE) SY-UCOMM OK-Code 20081212
7 Changing CV_PROTOCOL Call by reference Type reference (TYPE) C 'X': Protokollierung von Tabellenänderungen 20081212
8 Changing CV_PROTOCOL_COMMENT Call by reference Type reference (TYPE) TEXT255 Kommentar zur Protokollierung 20081212
9 Changing CV_TEXT_200 Call by reference Type reference (TYPE) TEXT80 Text für Dynpro 200 20081212
10 Changing CV_TEXT_201 Call by reference Type reference (TYPE) TEXT80 Text für Dynpro 200 20081212
11 Exporting EV_MODUS_TEXT Call by reference Attribute reference (LIKE) GV_MODUS_TEXT Titeltext Modus 20081214
12 Exporting EV_OBJ_TEXT Call by reference Type reference (TYPE) TABNAME Titeltext Objekt (Änderungsbelegobjekt, Tabelle) 20081214
13 Exporting EV_TEXT_10 Call by reference Type reference (TYPE) GTY_TEXT10 Titeltext 1 20081214

Method SET_FCODES_FOR_STATUS_200 on class CL_S_AUT_CUST_API has no exception.

Method SET_OLD_PF_STATUS Signature

Method SET_OLD_PF_STATUS on class CL_S_AUT_CUST_API has no parameter.
Method SET_OLD_PF_STATUS on class CL_S_AUT_CUST_API has no exception.

Method SET_SELECTION_100 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_SCREEN_NUMBER Call by reference Type reference (TYPE) SY-DYNNR Aktuelle Dynpro-Nummer 20081211
2 Importing IV_FLAG1 Call by reference Type reference (TYPE) C Flag 20081212

Method SET_SELECTION_100 on class CL_S_AUT_CUST_API has no exception.
History
Last changed by/on SAP  20110908 
SAP Release Created in 720