SAP ABAP Class CL_S_AUT_AT_SEL (Audit Trail (ILM): Selection (Audit Trail))
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_AT_TOP Audit Trail (ILM): Global Data and Types 20090118
Properties
Class CL_S_AUT_AT_SEL  
Short Description Audit Trail (ILM): Selection (Audit Trail)    
Super Class CL_S_AUT_AT_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 20090116   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP 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)
Interfaces
Class CL_S_AUT_AT_SEL has no interface implemented.
Friends
Class CL_S_AUT_AT_SEL has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GT_SELECTIONS_CD Instance attribute Public See coding Selected Change Documents (Including Selection Criteria) 20100420
2 GT_SELECTIONS_TL Instance attribute Public See coding Selected Table Logs (Including Selection Criteria) 20110601
3 GV_SEL_INDEX_CD Instance attribute Public Type reference (TYPE) I 0 Index for Block Processing (Change Documents) 20100420
4 GV_SEL_INDEX_TL Instance attribute Public Type reference (TYPE) I 0 Index for Block Processing (Table Logs) 20100420
Methods
# Method Level Visibility Method type Description Created on
1 BUILD_SELECTION_TABLE Instance method Protected Method Obsolete 20110620
2 BUILD_VERSION_TABKEY Instance method Public Method Generates Version for Table Key 20090118
3 CHECK_VALID_TABNAME Instance method Private Method Checks whether Table Name Belongs to a Valid DDIC Table 20110413
4 CONVERT_FIELD Instance method Public Method Carries Out Field Conversion (Code Page/Endian) 20090118
5 CONVERT_FIELD_WITH_TYPE Instance method Protected Method Obsolete 20110620
6 CONVERT_ITF Instance method Protected Method Obsolete 20110620
7 CONVERT_KEY Instance method Protected Method Obsolete 20110620
8 DELETE_OLD_STXL Instance method Protected Method Obsolete 20110620
9 DELETE_OLD_STXL_NEW Instance method Protected Method Obsolete 20110620
10 ENHANCE_TL_RES Instance method Private Method Completes Information for Selected Table Logs 20110615
11 EXPAND_TABLE_KEY Instance method Protected Method Obsolete 20110620
12 EXTRACT_DETAILS Instance method Protected Method Obsolete 20110620
13 EXTRACT_FIELD_VALUES Instance method Private Method Reads Out Old and New Values for Table Fields 20090528
14 EXTRACT_INSERT_DELETE Instance method Public Method Extracts and Converts Log Records (Insert/Delete) 20090118
15 FILL_EVALUATION_STEPS Instance method Public Method Populates Audit Trail Checking Steps from Selection Data 20090118
16 FILL_TABLE_NAME Instance method Private Method Populates DDIC Table Name 20090118
17 FILL_TEXT_LINES Instance method Protected Method Obsolete 20110620
18 FIND_LONG_TEXT Instance method Protected Method Obsolete 20110620
19 GET_LOG_KEY_VIA_FREE_SEL Instance method Protected Method Obsolete 20110620
20 HANDLE_LONG_TEXT Instance method Public Method Processing of Long Text Logs (Tables) 20090118
21 INIT_ICON Instance method Public Method Initializes Icons for ALV Grid 20090118
22 INIT_TEXT Instance method Public Method Initializes SAPscript Long Text 20090118
23 INSERT_CHANGE_DOCUMENTS Instance method Private Method Adds Change Documents 20090118
24 INSERT_DFIES Instance method Protected Method Obsolete 20110620
25 INSERT_FIELD_TEXT Instance method Public Method Adds Field Information 20090118
26 INSERT_OPERATION_TEXT Instance method Public Method ALV: Supplements Texts for Object Changes (Ins./Upd./Del.) 20090120
27 INSERT_TABLE_DETAILS Instance method Protected Method Obsolete 20110620
28 INSERT_TCODE_TEXT Instance method Public Method ALV: Supplements Texts for Transactions 20090118
29 INSERT_THEAD Instance method Protected Method Obsolete 20110620
30 INSERT_USER_NAMES Instance method Public Method ALV: Supplements Texts for User 20090118
31 PRINT Instance method Public Method Prints Audit Trail Check Results 20090118
32 PRINT_LONG_TEXT Instance method Public Method Prints Long Text 20090118
33 PRINT_SELECTION Instance method Private Method Prints Selection Options 20090118
34 READ_CHANGE_DOCUMENTS Instance method Public Method Reads Out Change Documents 20090118
35 READ_DBLOGS Instance method Public Method Reads Table Logs 20090118
36 READ_DBLOG_PACKS Instance method Private Method Reads Table Logs from the Database by Package 20110513
37 READ_DBLOG_UNPACK Instance method Private Method Reads Table Logs (Not as Individual Data Packages) 20110615
38 SELECT_VALUE_WITH_KEY_FROM_DB Instance method Private Method DB Selection of a Value with Key Access 20090118
39 SET_DATE_AND_TIME Instance method Public Method Sets Start and End Date/Time 20090118
40 SET_EXTRACTED_FIELD_VALUES Instance method Protected Method Obsolete 20110620
41 SET_LOG_KEY_SELECTION Instance method Public Method Sets Log Key Value (Dynpro Selection) 20090118
42 SET_SELECT_OPTIONS Instance method Public Method Supplements Selection Options of Audit Trail Checking Steps 20090118
43 SET_TAB_BY_SCREEN Instance method Protected Method Obsolete 20110620
Events
Class CL_S_AUT_AT_SEL has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_CDHDR_SEL Public See coding 20100420 BEGIN OF gty_cdhdr_sel, objectclas TYPE cdobjectcl, objectid TYPE cdobjectv, changenr TYPE cdchangenr, new TYPE boole_d, END OF gty_cdhdr_sel
2 GTY_DBTABLOG_KEY Public See coding 20100420 BEGIN OF gty_dbtablog_key, logdate TYPE sydats, logtime TYPE sytime, logid TYPE logid, END OF gty_dbtablog_key
3 GTY_DBTABLOG_SEL Public See coding 20100420 BEGIN OF gty_dbtablog_sel, fr TYPE gty_dbtablog_key, to TYPE gty_dbtablog_key, END OF gty_dbtablog_sel
4 GTY_SELECTION_CD Public See coding 20100420 BEGIN OF gty_selection_cd, sel_step_index TYPE i, eval_step_index TYPE i, cdhdr TYPE gty_cdhdr_sel, END OF gty_selection_cd
5 GTY_SELECTION_TL Public See coding 20110601 BEGIN OF gty_selection_tl, sel_step_index TYPE i, eval_step_index TYPE i, log TYPE gty_dbtablog_sel, END OF gty_selection_tl
6 GTY_SEL_TL Public See coding 20110615 BEGIN OF gty_sel_tl, sel_step_index TYPE i, eval_step_index TYPE i, logdate TYPE sydats, logtime TYPE sytime, logid TYPE logid, END OF gty_sel_tl
7 GTY_T_DBTABLOG Public See coding 20110513 gty_t_dbtablog TYPE STANDARD TABLE OF dbtablog
8 GTY_T_MISSING_FIELDS Public See coding 20110504 gty_t_missing_fields TYPE SORTED TABLE OF gty_missing_fields WITH UNIQUE KEY fieldname
Method Signatures

Method BUILD_SELECTION_TABLE Signature

Method BUILD_SELECTION_TABLE on class CL_S_AUT_AT_SEL has no parameter.
Method BUILD_SELECTION_TABLE on class CL_S_AUT_AT_SEL has no exception.

Method BUILD_VERSION_TABKEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_NEW_VERS Call by reference Type reference (TYPE) DBTABLOG-VERSNO Neue Version 20090118
2 Changing CV_NTAB_TIMESTMP Call by reference Type reference (TYPE) CRSTAMP Zeitstempel Nametab-Objekt 20090118
3 Exporting EV_NEW_LOG_DATA_KEY Call by reference Type reference (TYPE) DBTABLOG-LOGDATA Neue Daten zu Protokolschlüssel 20090118
4 Exporting EV_NEW_LOG_KEY Call by reference Type reference (TYPE) DBTABLOG-LOGKEY Neuer Protokollschlüssel 20090118
5 Importing IO_HCL_ARC Call by reference Object reference (TYPE REF TO) CL_S_AUT_ARC Audit Trail (ILM): Archivierung 20090118
6 Importing IS_DBTABLOG Call by reference Type reference (TYPE) AUT_S_DBTABLOG_ARC Tabellenprotokoll 20090118
7 Importing IT_CODEPAGES Call by reference Type reference (TYPE) AUT_T_CODEPAGE Codepage-Tabelle 20090118
8 Importing IV_ACTUAL_TIMESTMP Call by reference Type reference (TYPE) CRSTAMP Aktueller Zeitstempel 20090118
9 Importing IV_CHAR_SIZE Call by reference Type reference (TYPE) I Zeichenbreite 20090118
10 Importing IV_CODEPAGE Call by reference Type reference (TYPE) ABAP_ENCOD Codepage 20090118
11 Importing IV_OLD_CRTIMESTMP Call by reference Type reference (TYPE) CRSTAMP Alter Zeitstempel (Nametab-Erzeugung) 20090118

Method BUILD_VERSION_TABKEY on class CL_S_AUT_AT_SEL has no exception.

Method CHECK_VALID_TABNAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_VALID_TAB_NAME Call by reference Type reference (TYPE) DBTABLOG-TABNAME Tabellenname (gültig) 20110413
2 Importing IV_TAB_NAME Call by reference Type reference (TYPE) DBTABLOG-TABNAME Tabellenname 20110413
# Exception Resumable Description Created on
1 CX_S_AUT_EXC PCo Suite Integration: Ausnahmeklasse 20110413

Method CONVERT_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_REF_DATA Call by reference Object reference (TYPE REF TO) DATA Datenreferenz mit konvertiertem Feldinhalt 20090118
2 Importing IO_CONVERTER Call by reference Object reference (TYPE REF TO) CL_ABAP_CONV_IN_CE Codepage-/Endiankonverter 20090118
3 Importing IS_TABDETAILS Call by reference Type reference (TYPE) GTY_TABDETAILS Technische Informationen zur DB-Tabelle 20090118
4 Importing IV_VERSNO Call by reference Type reference (TYPE) DBTABLOG-VERSNO Versionsnummer 20090118

Method CONVERT_FIELD on class CL_S_AUT_AT_SEL has no exception.

Method CONVERT_FIELD_WITH_TYPE Signature

Method CONVERT_FIELD_WITH_TYPE on class CL_S_AUT_AT_SEL has no parameter.
Method CONVERT_FIELD_WITH_TYPE on class CL_S_AUT_AT_SEL has no exception.

Method CONVERT_ITF Signature

Method CONVERT_ITF on class CL_S_AUT_AT_SEL has no parameter.
Method CONVERT_ITF on class CL_S_AUT_AT_SEL has no exception.

Method CONVERT_KEY Signature

Method CONVERT_KEY on class CL_S_AUT_AT_SEL has no parameter.
Method CONVERT_KEY on class CL_S_AUT_AT_SEL has no exception.

Method DELETE_OLD_STXL Signature

Method DELETE_OLD_STXL on class CL_S_AUT_AT_SEL has no parameter.
Method DELETE_OLD_STXL on class CL_S_AUT_AT_SEL has no exception.

Method DELETE_OLD_STXL_NEW Signature

Method DELETE_OLD_STXL_NEW on class CL_S_AUT_AT_SEL has no parameter.
Method DELETE_OLD_STXL_NEW on class CL_S_AUT_AT_SEL has no exception.

Method ENHANCE_TL_RES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_AUTHORITY Call by reference Type reference (TYPE) GTY_T_AUTHORITY_TYPE Berechtigungen 20110615
2 Changing CT_DBTABLOG_STEPS Call by reference Type reference (TYPE) AUT_T_DBTABLOG_TAB Schritte (Tabellenprotokolle) 20110615
3 Changing CV_AUTHORITY_COUNT Call by reference Type reference (TYPE) I Zähler für Transaktionen, für die Berechtigung existiert 20110615
4 Changing CV_CRTIMESTAMP Call by reference Type reference (TYPE) CRSTAMP Zeitstempel (Nametab-Erzeugung) 20110615
5 Changing CV_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statischer Puffer für Tabellen/Views ungültig 20110615
6 Changing CV_TAB_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statische Puffer für Tabellen/Views ungültig 20110615
7 Changing CV_TIME Call by reference Type reference (TYPE) DBTABLOG-LOGTIME Zeit des Tabellenprotokolls 20110615
8 Changing CV_VIEW_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statische Puffer für Views ungültig 20110615
9 Importing IO_HCL_ARC Call by reference Object reference (TYPE REF TO) CL_S_AUT_ARC Audit Trail (ILM): Archivierung 20110615
10 Importing IO_HCL_CHK Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_CHK Audit Trail (ILM): Prüfmethoden (Audit Trail) 20110615
11 Importing IO_HCL_GET Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_GET Audit Trail (ILM): Datenbeschaffung (Audit Trail) 20110615
12 Importing IO_HCL_SEL Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_SEL Audit Trail (ILM): Selektion (Audit Trail) 20110615
13 Importing IT_BADI_CONV_ACTIVE Call by reference Type reference (TYPE) GTY_T_ACT_IMP Tabelle aktiver BAdI Implementierungen 20110615
14 Importing IT_CODEPAGES Call by reference Type reference (TYPE) AUT_T_CODEPAGE Tabellenprotokollierung: Codepages und Migrationszeitpunkte 20110615
15 Importing IT_DBTABLOG_STEPS Call by reference Type reference (TYPE) AUT_T_DBTABLOG_TAB aktuelle Auswerteschritte (Tabellenprotokolle) 20110615
16 Importing IV_CHAR_SIZE Call by reference Type reference (TYPE) I Zeichenbreite (unicode/non-unicode) 20110615
17 Importing IV_CODEPAGE Call by reference Type reference (TYPE) ABAP_ENCOD Codepage 20110615
18 Importing IV_EVAL_STEPS Call by reference Type reference (TYPE) I Anzahl der Anwenderselektionsschritte 20110615
19 Importing IV_FIRST_CALL Call by reference Type reference (TYPE) C 'X' = Erster Aufruf der Methode 20110615
20 Importing IV_ICON Call by reference Type reference (TYPE) GTY_ICON Ikone 20110615
21 Importing IV_ICON_CONV Call by reference Type reference (TYPE) GTY_ICON ALV: Ikone (Konvertierung) 20110615
22 Importing IV_OLD_CRTIMESTMP Call by reference Type reference (TYPE) CRSTAMP Alter Zeitstempel (Nametab-Erzeugung) 20110615

Method ENHANCE_TL_RES on class CL_S_AUT_AT_SEL has no exception.

Method EXPAND_TABLE_KEY Signature

Method EXPAND_TABLE_KEY on class CL_S_AUT_AT_SEL has no parameter.
Method EXPAND_TABLE_KEY on class CL_S_AUT_AT_SEL has no exception.

Method EXTRACT_DETAILS Signature

Method EXTRACT_DETAILS on class CL_S_AUT_AT_SEL has no parameter.
Method EXTRACT_DETAILS on class CL_S_AUT_AT_SEL has no exception.

Method EXTRACT_FIELD_VALUES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CR_OLD_LOGDATA Call by reference Object reference (TYPE REF TO) DATA Alter Feldwert 20090601
2 Changing CV_OLD_LOG_KEY Call by reference Type reference (TYPE) LOGKEY variabler Schlüsselteil einer Tabelle 20090528
3 Exporting EV_NO_EXTRACT Call by reference Type reference (TYPE) BOOLE_D 'X' = Keine Extraktion des Feldwertes 20090601
4 Importing IO_HCL_ARC Call by reference Object reference (TYPE REF TO) CL_S_AUT_ARC Audit Trail (ILM): Archivierung 20090528
5 Importing IO_OLD_CONV Call by reference Object reference (TYPE REF TO) CL_ABAP_CONV_IN_CE Codepage- und Endian Konvertierung (Extern -> Systemformat) 20090528
6 Importing IS_TABDETAILS Call by reference Type reference (TYPE) GTY_TABDETAILS Details zum ausgewählten Tabellenfeld 20090528
7 Importing IV_CHAR_SIZE Call by reference Type reference (TYPE) I Zeichenbreite (unicode/non-unicode) 20090528
8 Importing IV_OLD_VERS Call by reference Type reference (TYPE) DBTABLOG-VERSNO Alte Version 20090528

Method EXTRACT_FIELD_VALUES on class CL_S_AUT_AT_SEL has no exception.

Method EXTRACT_INSERT_DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_ALV_INS_DEL1 Call by reference Type reference (TYPE) GTY_T_ALV_OUTPUT_TABLOG Ausgabentabelle der Tabellen mit Protokollierung 20090118
2 Importing IO_HCL_ARC Call by reference Object reference (TYPE REF TO) CL_S_AUT_ARC Audit Trail (ILM): Archivierung 20090118
3 Importing IO_HCL_GET Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_GET Audit Trail (ILM): Datenbeschaffung (Audit Trail) 20090118
4 Importing IO_HCL_SEL Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_SEL Audit Trail (ILM): Selektion (Audit Trail) 20090118
5 Importing IS_ALV_TABLOG_OUT Call by reference Type reference (TYPE) GTY_ALV_OUTPUT_TABLOG Ergebniszeile Tabellenprotokoll 20110426
6 Importing IT_BADI_CONV_ACTIVE Call by reference Type reference (TYPE) GTY_T_ACT_IMP Aktive BAdI-Implementierungen 20090118
7 Importing IT_CODEPAGES Call by reference Type reference (TYPE) AUT_T_CODEPAGE Tabellenprotokollierung: Codepages und Migrationszeitpunkte 20090118
8 Importing IT_DBTABLOG_STEPS Call by reference Type reference (TYPE) AUT_T_DBTABLOG_TAB Schritte des Tabellenprotokolls 20090118
9 Importing IV_CHAR_SIZE Call by reference Type reference (TYPE) I Zeichenbreite (unicode/non unicode) 20090118
10 Importing IV_CODEPAGE Call by reference Type reference (TYPE) ABAP_ENCOD Bezeichner für das Zeichenformat (UTF-8, UCS-2, ...) 20090120
11 Importing IV_ICON_CONV Call by reference Type reference (TYPE) GTY_ICON Ikone (ALV): Datensatz konvertiert 20090118

Method EXTRACT_INSERT_DELETE on class CL_S_AUT_AT_SEL has no exception.

Method FILL_EVALUATION_STEPS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EVAL_STEPS Call by reference Type reference (TYPE) GTY_T_EVAL_STEPS Audit Trail Prüfschritte 20090620
2 Changing CV_DATE_FR Call by reference Type reference (TYPE) S_AUT_SYDATS Audit Trail (ILM): Startdatum des Suchbereichs 20090118
3 Changing CV_DATE_TO Call by reference Type reference (TYPE) S_AUT_SYDATS Audit Trail (ILM): Enddatum des Suchbereichs 20090118
4 Changing CV_TAB_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statische Puffer für Tabellen/Views ungültig 20090118
5 Changing CV_TIME_FR Call by reference Type reference (TYPE) S_AUT_SYTIME Audit Trail (ILM): Startzeit des Suchbereichs 20090118
6 Changing CV_TIME_TO Call by reference Type reference (TYPE) S_AUT_SYTIME Audit Trail (ILM): Endzeit des Suchbereichs 20090118
7 Changing CV_VIEW_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statische Puffer für Views ungültig 20090118
8 Importing IO_HCL_GET Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_GET Audit Trail (ILM): Datenbeschaffung (Audit Trail) 20090118
9 Importing IT_R_ACCNR Call by reference Type reference (TYPE) AUT_T_ACCNR_RANGE Audit Trail (ILM): Erzeugte Änderungsbelege (Sel-Tab.). 20090118
10 Importing IT_R_CHGNR Call by reference Type reference (TYPE) AUT_T_CHANGENR_RANGE Audit Trail (ILM): Belege zur Änderungsnummern (Sel.-Tab.) 20090118
11 Importing IT_R_FIELD Call by reference Type reference (TYPE) AUT_T_FIELD_RANGE Audit Trail (ILM): Feldnamen (Sel.-Tab.) 20090118
12 Importing IT_R_HOSTN Call by reference Type reference (TYPE) AUT_T_HOSTN_RANGE Audit Trail (ILM): Rechnernamen (Sel.-Tab.) 20090118
13 Importing IT_R_LOGID Call by reference Type reference (TYPE) AUT_T_LOGID_RANGE Audit Trail (ILM): Protokoll-IDs (Sel.-Tab.) 20090118
14 Importing IT_R_LOGKY Call by reference Type reference (TYPE) AUT_T_LOGKEY_RANGE Audit Trail (ILM): Protokollschlüssel (Sel.-Tab.) 20090118
15 Importing IT_R_OBJCL Call by reference Type reference (TYPE) AUT_T_OBJECTCL_RANGE Audit Trail (ILM): Änderungsbelegobjekte (Sel.-Tab.) 20090118
16 Importing IT_R_OBJID Call by reference Type reference (TYPE) AUT_T_OBJECTID_RANGE Audit Trail (ILM): Objektwerte (Sel.-Tab.) 20090118
17 Importing IT_R_OPTYP Call by reference Type reference (TYPE) AUT_T_OPTYPE_RANGE Audit Trail (ILM): Objekttypen (Sel.-Tab.) 20090118
18 Importing IT_R_PLCNR Call by reference Type reference (TYPE) AUT_T_PLCNR_RANGE Audit Trail (ILM): Geplante Änderungen (Sel.-Tab.) 20090118
19 Importing IT_R_PROGN Call by reference Type reference (TYPE) AUT_T_PROGN_RANGE Audit Trail (ILM): Programmnamen (Sel.-Tab.) 20090118
20 Importing IT_R_TABKY Call by reference Type reference (TYPE) AUT_T_TABKEY_RANGE Audit Trail (ILM): Tabellenschlüssel (Sel.-Tab.) 20090118
21 Importing IT_R_TABNAME Call by reference Type reference (TYPE) AUT_T_TABNAME_RANGE Audit Trail (ILM): Tabellenname (Sel.-Tab.) 20090118
22 Importing IT_R_TCODE Call by reference Type reference (TYPE) AUT_T_TCODE_RANGE Audit Trail (ILM): Transaktionen (Sel.-Tab.) 20090118
23 Importing IT_R_USER Call by reference Type reference (TYPE) AUT_T_XUBNAME_RANGE Audit Trail (ILM): Ändernde Personen (Sel.-Tab.) 20090118
24 Importing IT_R_WPCNR Call by reference Type reference (TYPE) AUT_T_WPCNR_RANGE Audit Trail (ILM): Umgesetzte geplante Änder. (Sel.-Tab.) 20090118
25 Importing IV_ACTIVE_TABSTRIP Call by reference Type reference (TYPE) SY-UCOMM Ausgewählter Tabstrip (Dynpro 100) 20090118
26 Importing IV_SHOW_TABLOG_DETAILS Call by reference Type reference (TYPE) C 'X' = Anzeige von Detailinformationen 20090118
27 Importing IV_TDID Call by reference Type reference (TYPE) TTXID-TDID Text-ID 20090118
28 Importing IV_TDNAME Call by reference Type reference (TYPE) STXH-TDNAME Name (Langtext) 20090118
29 Importing IV_TDOBJ Call by reference Type reference (TYPE) TTXID-TDOBJECT Texte: Anwendungsobjekt 20090118

Method FILL_EVALUATION_STEPS on class CL_S_AUT_AT_SEL has no exception.

Method FILL_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_R_EVAL_STEPS_TABNAME Call by reference Type reference (TYPE) AUT_T_TABNAME_RANGE Audit Trail (ILM): Tabellenname (Sel.-Tab.) 20090118
2 Changing CV_TAB_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statische Puffer für Tabellen/Views ungültig 20090118
3 Changing CV_VIEW_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statische Puffer für Views ungültig 20090118
4 Importing IO_HCL_GET Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_GET Audit Trail (ILM): Datenbeschaffung (Audit Trail) 20090118
5 Importing IT_R_TABNAME Call by reference Type reference (TYPE) AUT_T_TABNAME_RANGE Audit Trail (ILM): Tabellenname (Sel.-Tab.) 20090118

Method FILL_TABLE_NAME on class CL_S_AUT_AT_SEL has no exception.

Method FILL_TEXT_LINES Signature

Method FILL_TEXT_LINES on class CL_S_AUT_AT_SEL has no parameter.
Method FILL_TEXT_LINES on class CL_S_AUT_AT_SEL has no exception.

Method FIND_LONG_TEXT Signature

Method FIND_LONG_TEXT on class CL_S_AUT_AT_SEL has no parameter.
Method FIND_LONG_TEXT on class CL_S_AUT_AT_SEL has no exception.

Method GET_LOG_KEY_VIA_FREE_SEL Signature

Method GET_LOG_KEY_VIA_FREE_SEL on class CL_S_AUT_AT_SEL has no parameter.
Method GET_LOG_KEY_VIA_FREE_SEL on class CL_S_AUT_AT_SEL has no exception.

Method HANDLE_LONG_TEXT Signature

Method HANDLE_LONG_TEXT on class CL_S_AUT_AT_SEL has no parameter.
Method HANDLE_LONG_TEXT on class CL_S_AUT_AT_SEL has no exception.

Method INIT_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_ICON Call by reference Type reference (TYPE) GTY_ICON ALV: Ikone 20090118
2 Changing CV_ICON_CONV Call by reference Type reference (TYPE) GTY_ICON ALV: Ikone (Konvertierung) 20090118

Method INIT_ICON on class CL_S_AUT_AT_SEL has no exception.

Method INIT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXPORT_LTXT Call by reference Type reference (TYPE) LVC_T_TLIN ALV-Control: Tabelle SAPscript 20090118
2 Exporting ES_THEAD Call by reference Type reference (TYPE) THEAD SAPscript: Text-Header 20090118
3 Importing IO_CONTROL_FOCUS Call by reference Object reference (TYPE REF TO) CL_GUI_CONTROL Proxy-Klasse für Control im GUI 20090118
4 Importing IO_EDITOR_NEW Call by reference Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20090118
5 Importing IO_EDITOR_OLD Call by reference Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20090118
6 Importing IS_THEAD_NEW Call by reference Type reference (TYPE) THEAD SAPscript: Text-Header 20090118
7 Importing IS_THEAD_OLD Call by reference Type reference (TYPE) THEAD SAPscript: Text-Header 20090118

Method INIT_TEXT on class CL_S_AUT_AT_SEL has no exception.

Method INSERT_CHANGE_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_CDHDR Call by reference Type reference (TYPE) CDHDR Kopf Änderungsbeleg 20090118
2 Importing IV_ICON Call by reference Type reference (TYPE) GTY_ICON Ikone 20090118
3 Importing IV_SEL_NR Call by reference Type reference (TYPE) GTY_INDEX Index (dreistellig) 20090118

Method INSERT_CHANGE_DOCUMENTS on class CL_S_AUT_AT_SEL has no exception.

Method INSERT_DFIES Signature

Method INSERT_DFIES on class CL_S_AUT_AT_SEL has no parameter.
Method INSERT_DFIES on class CL_S_AUT_AT_SEL has no exception.

Method INSERT_FIELD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_CRTIMESTAMP Call by reference Type reference (TYPE) CRSTAMP Zeitstempel (Nametab-Erzeugung) 20090118
2 Changing CV_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statischer Puffer für Tabellen/Views ungültig 20090118
3 Changing CV_TAB_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statische Puffer für Tabellen/Views ungültig 20090118
4 Changing CV_TIME Call by reference Type reference (TYPE) DBTABLOG-LOGTIME Zeit des Tabellenprotokolls 20090118
5 Changing CV_VIEW_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statische Puffer für Views ungültig 20090118
6 Importing IO_HCL_ARC Call by reference Object reference (TYPE REF TO) CL_S_AUT_ARC Audit Trail (ILM): Archivierung 20090118
7 Importing IO_HCL_GET Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_GET Audit Trail (ILM): Datenbeschaffung (Audit Trail) 20090118
8 Importing IO_HCL_SEL Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_SEL Audit Trail (ILM): Selektion (Audit Trail) 20090118
9 Importing IT_BADI_CONV_ACTIVE Call by reference Type reference (TYPE) GTY_T_ACT_IMP Tabelle aktiver BAdI Implementierungen 20090118
10 Importing IT_CODEPAGES Call by reference Type reference (TYPE) AUT_T_CODEPAGE Tabellenprotokollierung: Codepages und Migrationszeitpunkte 20090118
11 Importing IT_DBTABLOG_STEPS Call by reference Type reference (TYPE) AUT_T_DBTABLOG_TAB Audit Trail Prüfschritte Tabellenprotokollierung 20090118
12 Importing IV_CHAR_SIZE Call by reference Type reference (TYPE) I Zeichenbreite (unicode/non-unicode) 20090118
13 Importing IV_CODEPAGE Call by reference Type reference (TYPE) ABAP_ENCOD Codepage 20090118
14 Importing IV_FIRST_CALL Call by reference Type reference (TYPE) C 'X' = Erster Aufruf der Methode 20090118
15 Importing IV_ICON Call by reference Type reference (TYPE) GTY_ICON Ikone 20090118
16 Importing IV_ICON_CONV Call by reference Type reference (TYPE) GTY_ICON ALV: Ikone (Konvertierung) 20090118
17 Importing IV_OLD_CRTIMESTMP Call by reference Type reference (TYPE) CRSTAMP Alter Zeitstempel (Nametab-Erzeugung) 20090118

Method INSERT_FIELD_TEXT on class CL_S_AUT_AT_SEL has no exception.

Method INSERT_OPERATION_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALV_CHOICE Call by reference Type reference (TYPE) C Auswahl ALV: Tabellenprotokolle/Änderungsbelege 20090120

Method INSERT_OPERATION_TEXT on class CL_S_AUT_AT_SEL has no exception.

Method INSERT_TABLE_DETAILS Signature

Method INSERT_TABLE_DETAILS on class CL_S_AUT_AT_SEL has no parameter.
Method INSERT_TABLE_DETAILS on class CL_S_AUT_AT_SEL has no exception.

Method INSERT_TCODE_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALV_CHOICE Call by reference Type reference (TYPE) C Auswahl ALV: Tabellenprotokolle/Änderungsbelege 20090120

Method INSERT_TCODE_TEXT on class CL_S_AUT_AT_SEL has no exception.

Method INSERT_THEAD Signature

Method INSERT_THEAD on class CL_S_AUT_AT_SEL has no parameter.
Method INSERT_THEAD on class CL_S_AUT_AT_SEL has no exception.

Method INSERT_USER_NAMES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ALV_CHOICE Call by reference Type reference (TYPE) C Auswahl ALV: Tabellenprotokolle/Änderungsbelege 20090120

Method INSERT_USER_NAMES on class CL_S_AUT_AT_SEL has no exception.

Method PRINT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_AUTHORITY Call by reference Type reference (TYPE) GTY_T_AUTHORITY_TYPE Berechtigungen 20090118
2 Importing IT_EVAL_STEPS Call by reference Type reference (TYPE) GTY_T_EVAL_STEPS Audit Trail Prüfschritte 20090118
3 Importing IV_AUTHORITY_COUNT Call by reference Type reference (TYPE) I Zähler für Transaktionen, für die keine Berechtigung exis. 20090118
4 Importing IV_BADI_ACTIVE Call by reference Type reference (TYPE) CHAR1 'X' = BAdI (Konvertierung) aktiv 20090118
5 Importing IV_SAVE_OK_CODE Call by reference Type reference (TYPE) SY-UCOMM Funktionscode, der PAI ausgelöst hat 20090118
6 Importing IV_TIME Call by reference Type reference (TYPE) SY-UZEIT Aktuelle Uhrzeit des Applikationsservers 20090118

Method PRINT on class CL_S_AUT_AT_SEL has no exception.

Method PRINT_LONG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXPORT_LTXT Call by reference Type reference (TYPE) LVC_T_TLIN ALV-Control: Tabelle SAPscript 20090118
2 Exporting ES_LTXT_HEAD_LINES Call by reference Type reference (TYPE) TLINE SAPscript: Text-Zeilen 20090118
3 Exporting ES_LTXT_RAW Call by reference Type reference (TYPE) STXL STXD SAPscript Text-Datei Lines 20090118
4 Exporting ES_THEAD Call by reference Type reference (TYPE) THEAD SAPscript: Text-Header 20090118
5 Exporting ET_LTXT_HEAD_LINES Call by reference Type reference (TYPE) LVC_T_TLIN Kopfzeilenlangtext 20090118
6 Importing IO_CONTROL_FOCUS Call by reference Object reference (TYPE REF TO) CL_GUI_CONTROL Proxy-Klasse für Control im GUI 20090118
7 Importing IO_EDITOR_NEW Call by reference Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20090118
8 Importing IO_EDITOR_OLD Call by reference Object reference (TYPE REF TO) CL_GUI_TEXTEDIT SAP TextEdit Control 20090118
9 Importing IO_HCL_CRE Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_CRE Audit Trail (ILM): API-Methoden (Audit Trail) 20090118
10 Importing IS_LTXTNEW_RAW Call by reference Type reference (TYPE) STXL STXD SAPscript Text-Datei Lines 20090118
11 Importing IS_LTXTOLD_RAW Call by reference Type reference (TYPE) STXL STXD SAPscript Text-Datei Lines 20090118
12 Importing IS_THEAD_NEW Call by reference Type reference (TYPE) THEAD SAPscript: Text-Header 20090118
13 Importing IS_THEAD_OLD Call by reference Type reference (TYPE) THEAD SAPscript: Text-Header 20090118
14 Importing IT_LINES_NEW Call by reference Type reference (TYPE) LVC_T_TLIN ALV-Control: Tabelle SAPSCript 20090118
15 Importing IT_LINES_OLD Call by reference Type reference (TYPE) LVC_T_TLIN ALV-Control: Tabelle SAPSCript 20090118

Method PRINT_LONG_TEXT on class CL_S_AUT_AT_SEL has no exception.

Method PRINT_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_R_STEPS Call by reference Type reference (TYPE) AUT_S_SEL_RANGE Audit Trail (ILM): Range-Struktur für Selektionsoptionen 20090118
2 Changing CV_TEXT3 Value transfer Type reference (TYPE) CLIKE 20090118
3 Importing IS_R_OLD_SEL Call by reference Type reference (TYPE) AUT_S_SEL_RANGE Audit Trail (ILM): Range-Struktur für Selektionsoptionen 20090118
4 Importing IV_TOPIC Value transfer Type reference (TYPE) CLIKE 20090118

Method PRINT_SELECTION on class CL_S_AUT_AT_SEL has no exception.

Method READ_CHANGE_DOCUMENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_AUTHORITY Call by reference Type reference (TYPE) GTY_T_AUTHORITY_TYPE Tabelle mit vorhandenen Berechtigungen 20090118
2 Changing CT_CDHDR Call by reference Type reference (TYPE) AUT_T_CDHDR Kopfsätze Änderungsbelege 20090118
3 Changing CT_CDPOS_PART Call by reference Type reference (TYPE) GTY_T_CDPOS_PART Änderungsbelegobjektpositionen 20090220
4 Changing CT_EVAL_STEPS Call by reference Type reference (TYPE) GTY_T_EVAL_STEPS Audit Trail Prüfschritte 20090118
5 Changing CV_AUTHORITY_COUNT Call by reference Type reference (TYPE) I Zähler für Transaktionen, für die Berechtigung existiert 20090118
6 Changing CV_BROWSE_IND_CD Call by reference Type reference (TYPE) N Indikator für Blätter-Buttons 20110615
7 Changing CV_SELECTION_LIMIT Call by reference Type reference (TYPE) I Anzahl der Treffermenge bei Block-Selektion 20100420
8 Importing IO_HCL_CHK Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_CHK Audit Trail (ILM): Prüfmethoden (Audit Trail) 20090118
9 Importing IO_HCL_GET Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_GET Audit Trail (ILM): Datenbeschaffung (Audit Trail) 20090118
10 Importing IV_ICON Call by reference Type reference (TYPE) GTY_ICON Ikone 20090118

Method READ_CHANGE_DOCUMENTS on class CL_S_AUT_AT_SEL has no exception.

Method READ_DBLOGS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_AUTHORITY Call by reference Type reference (TYPE) GTY_T_AUTHORITY_TYPE Berechtigungen 20090118
2 Changing CT_DBTABLOG_STEPS Call by reference Type reference (TYPE) AUT_T_DBTABLOG_TAB Schritte (Tabellenprotokolle) 20090118
3 Changing CT_EVAL_STEPS Call by reference Type reference (TYPE) GTY_T_EVAL_STEPS Audit Trail Prüfschritte 20090118
4 Changing CV_AUTHORITY_COUNT Call by reference Type reference (TYPE) I Zähler für Transaktionen, für die Berechtigung existiert 20090118
5 Changing CV_BROWSE_IND_TL Call by reference Type reference (TYPE) N Indikator für Blätter-Buttons 20110615
6 Changing CV_CRTIMESTAMP Call by reference Type reference (TYPE) CRSTAMP Zeitstempel (Nametab-Erzeugung) 20090118
7 Changing CV_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statischer Puffer für Tabellen/Views ungültig 20090118
8 Changing CV_TAB_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statische Puffer für Tabellen/Views ungültig 20090118
9 Changing CV_TIME Call by reference Type reference (TYPE) DBTABLOG-LOGTIME Zeit des Tabellenprotokolls 20090118
10 Changing CV_VIEW_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statische Puffer für Views ungültig 20090118
11 Exporting EV_SUBRC Call by reference Type reference (TYPE) SY-SUBRC Rückgabewert von ABAP-Anweisungen 20090118
12 Importing IO_HCL_ARC Call by reference Object reference (TYPE REF TO) CL_S_AUT_ARC Audit Trail (ILM): Archivierung 20090118
13 Importing IO_HCL_CHK Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_CHK Audit Trail (ILM): Prüfmethoden (Audit Trail) 20090118
14 Importing IO_HCL_GET Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_GET Audit Trail (ILM): Datenbeschaffung (Audit Trail) 20090118
15 Importing IO_HCL_SEL Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_SEL Audit Trail (ILM): Selektion (Audit Trail) 20090118
16 Importing IT_BADI_CONV_ACTIVE Call by reference Type reference (TYPE) GTY_T_ACT_IMP Tabelle aktiver BAdI Implementierungen 20090118
17 Importing IT_CODEPAGES Call by reference Type reference (TYPE) AUT_T_CODEPAGE Tabellenprotokollierung: Codepages und Migrationszeitpunkte 20090118
18 Importing IV_CHAR_SIZE Call by reference Type reference (TYPE) I Zeichenbreite (unicode/non-unicode) 20090118
19 Importing IV_CODEPAGE Call by reference Type reference (TYPE) ABAP_ENCOD Codepage 20090118
20 Importing IV_FIRST_CALL Call by reference Type reference (TYPE) C 'X' = Erster Aufruf der Methode 20090118
21 Importing IV_ICON Call by reference Type reference (TYPE) GTY_ICON Ikone 20090118
22 Importing IV_ICON_CONV Call by reference Type reference (TYPE) GTY_ICON ALV: Ikone (Konvertierung) 20090118
23 Importing IV_OLD_CRTIMESTMP Call by reference Type reference (TYPE) CRSTAMP Alter Zeitstempel (Nametab-Erzeugung) 20090118
24 Importing IV_SELECTION_LIMIT Call by reference Type reference (TYPE) I Anzahl der Treffermenge bei Block-Selektion 20110427

Method READ_DBLOGS on class CL_S_AUT_AT_SEL has no exception.

Method READ_DBLOG_PACKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_EVAL_STEP Call by reference Type reference (TYPE) GTY_EVAL_STEPS Audit Trail Prüfschritte 20110615
2 Changing CT_AUTHORITY Call by reference Type reference (TYPE) GTY_T_AUTHORITY_TYPE Berechtigungen 20110615
3 Changing CT_DBTABLOG_STEPS Call by reference Type reference (TYPE) AUT_T_DBTABLOG_TAB aktuelle Auswerteschritte (Tabellenprotokolle) 20110615
4 Changing CV_AUTHORITY_COUNT Call by reference Type reference (TYPE) I Zähler für Transaktionen, für die Berechtigung existiert 20110615
5 Changing CV_BROWSE_IND_TL Call by reference Type reference (TYPE) N Indikator für Blätter-Buttons 20110615
6 Changing CV_CRTIMESTAMP Call by reference Type reference (TYPE) CRSTAMP Zeitstempel (Nametab-Erzeugung) 20110615
7 Changing CV_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statischer Puffer für Tabellen/Views ungültig 20110615
8 Changing CV_TAB_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statische Puffer für Tabellen/Views ungültig 20110615
9 Changing CV_TIME Call by reference Type reference (TYPE) DBTABLOG-LOGTIME Zeit des Tabellenprotokolls 20110615
10 Changing CV_VIEW_STATICS_INVALID Call by reference Type reference (TYPE) C 'X' = Statische Puffer für Views ungültig 20110615
11 Importing IO_HCL_ARC Call by reference Object reference (TYPE REF TO) CL_S_AUT_ARC Audit Trail (ILM): Archivierung 20110615
12 Importing IO_HCL_CHK Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_CHK Audit Trail (ILM): Prüfmethoden (Audit Trail) 20110615
13 Importing IO_HCL_GET Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_GET Audit Trail (ILM): Datenbeschaffung (Audit Trail) 20110615
14 Importing IO_HCL_SEL Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_SEL Audit Trail (ILM): Selektion (Audit Trail) 20110615
15 Importing IT_BADI_CONV_ACTIVE Call by reference Type reference (TYPE) GTY_T_ACT_IMP Tabelle aktiver BAdI Implementierungen 20110615
16 Importing IT_CODEPAGES Call by reference Type reference (TYPE) AUT_T_CODEPAGE Tabellenprotokollierung: Codepages und Migrationszeitpunkte 20110615
17 Importing IV_CHAR_SIZE Call by reference Type reference (TYPE) I Zeichenbreite (unicode/non-unicode) 20110615
18 Importing IV_CODEPAGE Call by reference Type reference (TYPE) ABAP_ENCOD Codepage 20110615
19 Importing IV_EVAL_STEPS Call by reference Type reference (TYPE) I Anzahl der Anwenderselektionsschritte 20110615
20 Importing IV_FIRST_CALL Call by reference Type reference (TYPE) C 'X' = Erster Aufruf der Methode 20110615
21 Importing IV_ICON Call by reference Type reference (TYPE) GTY_ICON Ikone 20110615
22 Importing IV_ICON_CONV Call by reference Type reference (TYPE) GTY_ICON ALV: Ikone (Konvertierung) 20110615
23 Importing IV_OLD_CRTIMESTMP Call by reference Type reference (TYPE) CRSTAMP Alter Zeitstempel (Nametab-Erzeugung) 20110615
24 Importing IV_SEL_LIMIT Call by reference Type reference (TYPE) I Anzahl der Treffermenge bei Block-Selektion 20110513

Method READ_DBLOG_PACKS on class CL_S_AUT_AT_SEL has no exception.

Method READ_DBLOG_UNPACK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_DBTABLOG_STEPS Call by reference Type reference (TYPE) AUT_T_DBTABLOG_TAB aktuelle Auswerteschritte (Tabellenprotokolle) 20110615
2 Importing IT_EVAL_STEPS Call by reference Type reference (TYPE) GTY_T_EVAL_STEPS Audit Trail Prüfschritte 20110615

Method READ_DBLOG_UNPACK on class CL_S_AUT_AT_SEL has no exception.

Method SELECT_VALUE_WITH_KEY_FROM_DB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_INT_TAB Call by reference Type reference (TYPE) STANDARD TABLE Tabellen mit Protokollierung (Merker) 20090118
2 Importing IO_HCL_ARC Call by reference Object reference (TYPE REF TO) CL_S_AUT_ARC Audit Trail (ILM): Archivierung 20090118
3 Importing IS_ALV_TABLOG_OUT Call by reference Type reference (TYPE) GTY_ALV_OUTPUT_TABLOG Ergebniszeile Tabelle mit Protokollierung 20110427
4 Importing IT_CODEPAGES Call by reference Type reference (TYPE) AUT_T_CODEPAGE Audit Trail (ILM): Codepages 20090120
5 Importing IV_CHAR_SIZE Call by reference Type reference (TYPE) I CHAR- Länge 20090118
6 Importing IV_CODEPAGE Call by reference Type reference (TYPE) ABAP_ENCOD Bezeichner für das Zeichenformat (UTF-8, UCS-2, ...) 20090120
7 Importing IV_OLD_CRTIMESTMP Call by reference Type reference (TYPE) CRSTAMP Alter kritischer Zeitstempel 20090118
8 Importing IV_OLD_LOGDATA Call by reference Type reference (TYPE) LOGDATA Alte Protokolldaten 20090118
9 Importing IV_OLD_VERS Call by reference Type reference (TYPE) DBTABLOG-VERSNO Alte Version 20090118

Method SELECT_VALUE_WITH_KEY_FROM_DB on class CL_S_AUT_AT_SEL has no exception.

Method SET_DATE_AND_TIME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_DATE_FROM Call by reference Type reference (TYPE) S_AUT_SYDATS Audit Trail (ILM): Startdatum des Suchbereichs 20090118
2 Changing CV_DATE_TO Call by reference Type reference (TYPE) S_AUT_SYDATS Audit Trail (ILM): Enddatum des Suchbereichs 20090118
3 Changing CV_TIME_FROM Call by reference Type reference (TYPE) S_AUT_SYTIME Audit Trail (ILM): Startzeit des Suchbereichs 20090118
4 Changing CV_TIME_TO Call by reference Type reference (TYPE) S_AUT_SYTIME Audit Trail (ILM): Endzeit des Suchbereichs 20090118
5 Exporting EV_TS_FROM Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel Startdatum/-Uhrzeit 20110513
6 Exporting EV_TS_TO Call by reference Type reference (TYPE) TIMESTAMP UTC-Zeitstempel Enddatum/-Uhrzeit 20110513

Method SET_DATE_AND_TIME on class CL_S_AUT_AT_SEL has no exception.

Method SET_EXTRACTED_FIELD_VALUES Signature

Method SET_EXTRACTED_FIELD_VALUES on class CL_S_AUT_AT_SEL has no parameter.
Method SET_EXTRACTED_FIELD_VALUES on class CL_S_AUT_AT_SEL has no exception.

Method SET_LOG_KEY_SELECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_R_LOG_KEY Call by reference Type reference (TYPE) AUT_S_LOGKEY_RANGE Ausgewählter Protokollschlüssel (Range) 20090118
2 Importing IV_DYNAME Call by reference Type reference (TYPE) D020S-PROG Name des aktuellen Dynpros 20090118
3 Importing IV_DYNUMB Call by reference Type reference (TYPE) D020S-DNUM Dynpro-Nummer 20090118
4 Importing IV_FREE_SELECT Call by reference Type reference (TYPE) C 'X' = Freie Selektion 20090118

Method SET_LOG_KEY_SELECTION on class CL_S_AUT_AT_SEL has no exception.

Method SET_SELECT_OPTIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ENHAT_TAB Call by reference Type reference (TYPE) SAUTR_EVAL_TAB Audit Trail Prüfschritte (erweitert) 20090118
2 Importing IT_EVAL_STEPS Call by reference Type reference (TYPE) GTY_T_EVAL_STEPS Audit Trail Prüfschritte 20090118

Method SET_SELECT_OPTIONS on class CL_S_AUT_AT_SEL has no exception.

Method SET_TAB_BY_SCREEN Signature

Method SET_TAB_BY_SCREEN on class CL_S_AUT_AT_SEL has no parameter.
Method SET_TAB_BY_SCREEN on class CL_S_AUT_AT_SEL has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 732