SAP ABAP Class CL_S_AUT_AT_ALV (Audit Trail (ILM): Methods for ALV (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_ALV  
Short Description Audit Trail (ILM): Methods for ALV (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_ALV has no interface implemented.
Friends
Class CL_S_AUT_AT_ALV has no friend class.
Attributes
Class CL_S_AUT_AT_ALV has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_CDO_NODE Instance method Private Method Adds Node for Change Document Object (ALV Tree) 20090118
2 ADD_TABLE_NODE Instance method Private Method Adds Node for Table (ALV Tree) 20090118
3 BUILD_HIERARCHY_HEADER Instance method Public Method Sets Up ALV Tree Header 20090118
4 BUILD_TITLE_LONGTEXT Instance method Public Method Generates Title for ALV Tree Header 20090118
5 CONVERT_ITF Instance method Public Method Converts Long Text Lines (ITF) 20110426
6 CREATE_ALV_OUT1_FCAT Instance method Public Method Generates ALV Field Catalog for Table Log Entries 20090118
7 CREATE_ALV_OUT2_FCAT Instance method Public Method Generates ALV Field Catalog for Change Document Objects 20090118
8 CREATE_ALV_SEL_FCAT_AREA Instance method Private Method Generates Selection ALV Field Catalog for Scope of Check 20090513
9 CREATE_ALV_SEL_FCAT_CDO Instance method Private Method Generates ALV Field Catalog for Change Document Objects 20090118
10 CREATE_ALV_SEL_FCAT_TAB Instance method Private Method Generates ALV Field Catalog for DB Tables 20090118
11 CREATE_ALV_SEL_FCAT_TC Instance method Private Method Generates ALV Field Catalog for Transactions 20090118
12 CREATE_DOCKING_CONTROL Instance method Public Method Generates Docking Container for ALV Control 20090118
13 CREATE_FIELDCAT Instance method Public Method Generates ALV Field Catalog for ALV Tree 20090118
14 CREATE_HEADER_LINES Instance method Private Method Generates Converted Lines for Long Text Log 20090118
15 CREATE_HIERARCHY Instance method Public Method Generates Hierarchy (ALV Tree) 20090118
16 CREATE_MENU_TREE Instance method Private Method Generates ALV Tree for SAP Menu 20090118
17 EXCLUDE_FC_100 Instance method Public Method Hides Unneeded Function Codes 20090118
18 EXCLUDE_FIELDS Instance method Protected Method Obsolete 20110620
19 EXCLUDE_JOBS Instance method Public Method Hides Function Codes for Background Processing 20090118
20 EXCLUDE_PROTOCOLS Instance method Protected Method Obsolete 20110620
21 EXPAND_CDO_TABLES Instance method Private Method Expands Change Document Object Nodes in ALV Tree 20090118
22 EXPAND_CONNECTION Instance method Private Method Expands Table Nodes in ALV Tree 20090118
23 EXPAND_NODE Instance method Public Method Expands ALV Tree Nodes 20090118
24 EXPAND_PACKAGE_TABLES Instance method Private Method Expanded Audit Package Nodes in ALV Tree 20091209
25 EXPAND_TABLE_KEY Instance method Protected Method Obsolete: (Replaced by EXPAND_TABLE_KEYS) 20110620
26 FILL_ALV_SEL_AREA Instance method Private Method Populates Selection ALV for Scope of Check 20090513
27 FILL_ALV_SEL_CDO Instance method Private Method ALV: Populates Buffer for Change Document Objects 20090118
28 FILL_ALV_SEL_DATA Instance method Public Method Populates ALV Result Lists 20090118
29 FILL_ALV_SEL_TAB Instance method Private Method ALV: Populates Buffer for DB-Tables 20090118
30 FILL_ALV_SEL_TC Instance method Private Method ALV: Populates Buffer for Transactions 20090118
31 FILL_FCAT_ALV_OUTPUT Instance method Public Method Populates Field Catalogs for Output of Tab. Logs/Change Docs 20090528
32 FILL_TCODE_EASY Instance method Public Method Sets Transactions (Simplified Entry) 20090118
33 FILL_TEXT_LINES Instance method Private Method ALV: Populates Long Texts 20110426
34 FREE_GRID Instance method Public Method ALV: Deletes ALV Grid Object and Docking Container Object 20090118
35 HANDLE_NO_INPUT_VALUE_FOUND Instance method Public Method Deals with Missing Assignments for Entries 20090118
36 OPEN_TREE Instance method Public Method Expands ALV Tree 20090118
37 OUTPUT_INSERT_DELETE Instance method Public Method Displays Deleted/Inserted Log Records 20090118
38 OUTPUT_LONG_TEXT Instance method Public Method Passes On Long Texts to Output 20090118
39 REGISTER_EVENTS_FOR_TREE Instance method Public Method ALV Tree: Event Registration 20090118
40 SET_CONTAINER_VISIBLE Instance method Public Method Sets "Visible" Attribute for Docking Container Object 20090118
41 SET_HIERARCHY_TEXT Instance method Private Method Sets Texts for ALV Tree Hierarchy 20110426
42 SET_RATIO_OF_ALVS Instance method Public Method Sets Display Relationship Table Log/Change Document Object 20090118
Events
Class CL_S_AUT_AT_ALV has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 GTY_T_FCODE Public See coding 20110504 gty_t_fcode TYPE STANDARD TABLE OF tab_type WITH NON-UNIQUE DEFAULT KEY
Method Signatures

Method ADD_CDO_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_HIER_TAB_FILLED Call by reference Type reference (TYPE) GTY_T_TREE_HIER ALV Tree-Hierarchie 20090118
2 Changing CV_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree: Knoten 20090118
3 Importing IO_TREE1 Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV-Tree-Control 20090118
4 Importing IS_NODE_CONN Call by reference Type reference (TYPE) GTY_NODE_CONN ALV-Tree: Knoteninformation 20090118
5 Importing IV_RELAT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree: Bezugsknoten 20090118

Method ADD_CDO_NODE on class CL_S_AUT_AT_ALV has no exception.

Method ADD_TABLE_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_HIER_TAB_FILLED Call by reference Type reference (TYPE) GTY_T_TREE_HIER ALV Tree-Hierarchie 20090118
2 Changing CT_NODE_CONN Call by reference Type reference (TYPE) GTY_T_NODE_CONN ALV Tree:Knotendaten 20090118
3 Importing IO_TREE1 Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV-Tree-Control 20090118
4 Importing IV_NAME Call by reference Type reference (TYPE) TABNAME Name der Tabelle 20090118
5 Importing IV_RELAT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree: Bezugsknoten 20090118

Method ADD_TABLE_NODE on class CL_S_AUT_AT_ALV has no exception.

Method BUILD_HIERARCHY_HEADER Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_HIERARCHY_HEADER Call by reference Type reference (TYPE) TREEV_HHDR Tree Control: Eigenschaften des Hierarchie Headers 20090118

Method BUILD_HIERARCHY_HEADER on class CL_S_AUT_AT_ALV has no exception.

Method BUILD_TITLE_LONGTEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_TITLE Call by reference Type reference (TYPE) C Titel (ALV) 20090118
2 Importing IS_ALV_TABLOG_OUT Call by reference Type reference (TYPE) GTY_ALV_OUTPUT_TABLOG ALV-Ausgabe gewählter Tabellenptorokolleintrag 20110426

Method BUILD_TITLE_LONGTEXT on class CL_S_AUT_AT_ALV has no exception.

Method CONVERT_ITF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_LTXT_NEW_STREAM Call by reference Type reference (TYPE) GTY_T_STREAMLINES Konvertierte neue Langtextzeilen 20110426
2 Changing CT_LTXT_OLD_STREAM Call by reference Type reference (TYPE) GTY_T_STREAMLINES Konvertierte alte Langtextzeilen 20110426
3 Changing CT_TMP_LINES_NEW Call by reference Type reference (TYPE) LVC_T_TLIN Neue ITF-Textzeilen (SAPscript) 20110426
4 Changing CT_TMP_LINES_OLD Call by reference Type reference (TYPE) LVC_T_TLIN Alte ITF-Textzeilen (SAPscript) 20110426

Method CONVERT_ITF on class CL_S_AUT_AT_ALV has no exception.

Method CREATE_ALV_OUT1_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCAT_OUT1_LVC Call by reference Type reference (TYPE) LVC_T_FCAT ALV Feldkatalog 20090118

Method CREATE_ALV_OUT1_FCAT on class CL_S_AUT_AT_ALV has no exception.

Method CREATE_ALV_OUT2_FCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCAT_OUT2_LVC Call by reference Type reference (TYPE) LVC_T_FCAT ALV Feldkatalog 20090118

Method CREATE_ALV_OUT2_FCAT on class CL_S_AUT_AT_ALV has no exception.

Method CREATE_ALV_SEL_FCAT_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALV_SEL_FCAT_AREA Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog ALV-Selektion für Prüfumfang 20090528

Method CREATE_ALV_SEL_FCAT_AREA on class CL_S_AUT_AT_ALV has no exception.

Method CREATE_ALV_SEL_FCAT_CDO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALV_SEL_FCAT_CDO Call by reference Type reference (TYPE) LVC_T_FCAT ALV Feldkatalog für Transaktionen 20090528

Method CREATE_ALV_SEL_FCAT_CDO on class CL_S_AUT_AT_ALV has no exception.

Method CREATE_ALV_SEL_FCAT_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALV_SEL_FCAT_TAB Call by reference Type reference (TYPE) LVC_T_FCAT ALV Feldkatalog für DB-Tabellen 20090528

Method CREATE_ALV_SEL_FCAT_TAB on class CL_S_AUT_AT_ALV has no exception.

Method CREATE_ALV_SEL_FCAT_TC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALV_SEL_FCAT_TC Call by reference Type reference (TYPE) LVC_T_FCAT ALV Feldkatalog für ausgewählte Transaktionen 20090528

Method CREATE_ALV_SEL_FCAT_TC on class CL_S_AUT_AT_ALV has no exception.

Method CREATE_DOCKING_CONTROL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EO_CONTAINER_OBJECT Call by reference Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control Container 20090118
2 Importing IV_REPID Call by reference Type reference (TYPE) SY-REPID Reportname 20090118

Method CREATE_DOCKING_CONTROL on class CL_S_AUT_AT_ALV has no exception.

Method CREATE_FIELDCAT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_EXCL_TREE Call by reference Type reference (TYPE) UI_FUNCTIONS Funktionscodestabelle 20090118
2 Changing CT_FIELDCAT_LVC Call by reference Type reference (TYPE) LVC_T_FCAT ALV Tree Feldkatalog 20090118

Method CREATE_FIELDCAT on class CL_S_AUT_AT_ALV has no exception.

Method CREATE_HEADER_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_ADD_INFO_NEW Call by reference Type reference (TYPE) C 'X' = Zusätzliche Informationen vorhanden 20090118
2 Changing CV_ADD_INFO_OLD Call by reference Type reference (TYPE) C 'X' = Zusätzliche Informationen vorhanden 20090118
3 Changing CV_NO_NEW_TEXT_FOUND Call by reference Type reference (TYPE) C 'X' = Keinen neuen Text gefunden 20090118
4 Changing CV_NO_OLD_TEXT_FOUND Call by reference Type reference (TYPE) C 'X' = Keinen alten Text gefunden 20090118
5 Exporting ES_LTXT_HEAD_LINES Call by reference Type reference (TYPE) TLINE SAPscript: Text-Zeilen 20090118
6 Exporting ET_LTXT_HEAD_LINES Call by reference Type reference (TYPE) LVC_T_TLIN Kopfzeilenlangtext 20090118
7 Exporting ET_LTXT_HEAD_LINES_NEW Call by reference Type reference (TYPE) LVC_T_TLIN Neuer Kopfzeilenlangtext 20090118
8 Exporting ET_LTXT_HEAD_LINES_OLD Call by reference Type reference (TYPE) LVC_T_TLIN Alter Kopfzeilenlangtext 20090118
9 Importing IS_ALV_TABLOG_OUT Call by reference Type reference (TYPE) GTY_ALV_OUTPUT_TABLOG ALV-Ausgabe Tabelle mit Protokollierung 20110426
10 Importing IV_NO_TEXT_CHANGE Call by reference Type reference (TYPE) C 'X' = Keine Textänderungen vorhanden 20090118

Method CREATE_HEADER_LINES on class CL_S_AUT_AT_ALV has no exception.

Method CREATE_HIERARCHY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CONNTAB Call by reference Type reference (TYPE) GTY_T_CONN ALV Tree: Informationen zu Knotenverbindungen 20090118
2 Changing CT_HIER_TAB_FILLED Call by reference Type reference (TYPE) GTY_T_TREE_HIER ALV Tree-Hierarchie 20090118
3 Changing CT_NODE_CONN Call by reference Type reference (TYPE) GTY_T_NODE_CONN ALV Tree: Alle Baumknoten 20090118
4 Changing CT_TCDOB Call by reference Type reference (TYPE) GTY_T_TCDOB Änderungsbelegobjekte 20090118
5 Changing CV_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree: Knoten 20090118
6 Exporting ET_TATABCD Call by reference Type reference (TYPE) AUT_T_TRANSLOG Zuordnungen der Navigationshilfe (AUT_C_TRANSLOG) 20090513
7 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
8 Importing IO_TREE1 Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV-Tree-Control 20090118
9 Importing IS_NODE_CONN Call by reference Type reference (TYPE) GTY_NODE_CONN ALV-Tree: Knoteninformation 20090118
10 Importing IS_TOP_NODE Call by reference Type reference (TYPE) SMENSAPNEW Oberster Knoten im ALV Tree 20090118
11 Importing IV_NODE_CONTENT Call by reference Attribute reference (LIKE) GV_NODE_CONTENT ALV Tree-Knoten 20090118
12 Importing IV_RELAT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree: Bezugsknoten 20090118
13 Importing IV_STRUC_ID Call by reference Type reference (TYPE) HIER_GUID ID der Knotenstruktur 20090118

Method CREATE_HIERARCHY on class CL_S_AUT_AT_ALV has no exception.

Method CREATE_MENU_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CONNTAB Call by reference Type reference (TYPE) GTY_T_CONN ALV Tree: Informationen zu Knotenverbindungen 20090118
2 Changing CT_HIER_TAB_FILLED Call by reference Type reference (TYPE) GTY_T_TREE_HIER ALV Tree-Hierarchie 20090118
3 Changing CT_NODE_CONN Call by reference Type reference (TYPE) GTY_T_NODE_CONN ALV Tree: Alle Baumknoten 20090118
4 Exporting EV_NO_SAP_MENU_TREE Call by reference Type reference (TYPE) BOOLE_D 'X' = Kein SAP Easy Access-Menü verfügbar 20091209
5 Importing IO_TREE1 Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV-Tree-Control 20090118
6 Importing IS_TOP_NODE Call by reference Type reference (TYPE) SMENSAPNEW Oberster Knoten im ALV Tree 20090118
7 Importing IT_TATABCD Call by reference Type reference (TYPE) AUT_T_TRANSLOG Audit Trail (ILM): Tabellentyp für Transaktionen mit Protok. 20090118
8 Importing IV_STRUC_ID Call by reference Type reference (TYPE) HIER_GUID ID der Knotenstruktur 20090118
# Exception Resumable Description Created on
1 CX_S_AUT_EXC Audit Trail (ILM): Ausnahmeklasse 20090118

Method EXCLUDE_FC_100 Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_EXCL_ALV Call by reference Type reference (TYPE) UI_FUNCTIONS Funktionscodestabelle 20090118

Method EXCLUDE_FC_100 on class CL_S_AUT_AT_ALV has no exception.

Method EXCLUDE_FIELDS Signature

Method EXCLUDE_FIELDS on class CL_S_AUT_AT_ALV has no parameter.
Method EXCLUDE_FIELDS on class CL_S_AUT_AT_ALV has no exception.

Method EXCLUDE_JOBS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FCODE_TAB Call by reference Type reference (TYPE) GTY_T_FCODE PF-Funktionscodes 20090118
2 Importing IV_BADI_ACTIVE Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20090118
3 Importing IV_CDO_ARCHIVES Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20090118
4 Importing IV_CDO_JOB Call by reference Type reference (TYPE) CHAR1 Hintergrundjob für Änderungsbelegobjekte 20090118
5 Importing IV_DB_ARCHIVES Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20090118
6 Importing IV_DB_JOB Call by reference Type reference (TYPE) CHAR1 Einstelliges Kennzeichen 20090118
7 Importing IV_EASY_ACCESS Call by reference Type reference (TYPE) C 'X' 20090118

Method EXCLUDE_JOBS on class CL_S_AUT_AT_ALV has no exception.

Method EXCLUDE_PROTOCOLS Signature

Method EXCLUDE_PROTOCOLS on class CL_S_AUT_AT_ALV has no parameter.
Method EXCLUDE_PROTOCOLS on class CL_S_AUT_AT_ALV has no exception.

Method EXPAND_CDO_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_HIER_TAB_FILLED Call by reference Type reference (TYPE) GTY_T_TREE_HIER ALV Tree-Hierarchie 20090118
2 Changing CT_NODE_CONN Call by reference Type reference (TYPE) GTY_T_NODE_CONN ALV Tree: Knoteninformationen 20090118
3 Changing CT_TCDOB Call by reference Type reference (TYPE) GTY_T_TCDOB Änderungsbelegobjekte 20090118
4 Importing IO_TREE1 Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV-Tree-Control 20090118
5 Importing IS_NODE_CONN Call by reference Type reference (TYPE) GTY_NODE_CONN ALV-Tree: Knoteninformation 20090118

Method EXPAND_CDO_TABLES on class CL_S_AUT_AT_ALV has no exception.

Method EXPAND_CONNECTION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_HIER_TAB_FILLED Call by reference Type reference (TYPE) GTY_T_TREE_HIER ALV Tree-Hierarchie 20090118
2 Changing CT_NODE_CONN Call by reference Type reference (TYPE) GTY_T_NODE_CONN ALV Tree: Knoteninformationen 20090118
3 Changing CT_TCDOB Call by reference Type reference (TYPE) GTY_T_TCDOB Änderungsbelegobjekte 20090118
4 Importing IO_TREE1 Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV-Tree-Control 20090118
5 Importing IS_NODE_CONN Call by reference Type reference (TYPE) GTY_NODE_CONN ALV-Tree: Knoteninformation 20090118

Method EXPAND_CONNECTION on class CL_S_AUT_AT_ALV has no exception.

Method EXPAND_NODE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_CONNTAB Call by reference Type reference (TYPE) GTY_T_CONN ALV Tree: Informationen zu Knotenverbindungen 20090118
2 Changing CT_HIER_TAB Call by reference Type reference (TYPE) GTY_T_TREE_HIER ALV Tree-Hierarchie 20090118
3 Changing CT_HIER_TAB_FILLED Call by reference Type reference (TYPE) GTY_T_TREE_HIER ALV Tree-Hierarchie 20090118
4 Changing CT_NODE_CONN Call by reference Type reference (TYPE) GTY_T_NODE_CONN ALV Tree: Knoteninformationen 20090118
5 Changing CT_TCDOB Call by reference Type reference (TYPE) GTY_T_TCDOB Änderungsbelegobjekte 20090118
6 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
7 Importing IO_TREE1 Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV-Tree-Control 20090118
8 Importing IS_NODE_CONN Call by reference Type reference (TYPE) GTY_NODE_CONN ALV-Tree: Knoteninformation 20090118
9 Importing IS_TOP_NODE Call by reference Type reference (TYPE) SMENSAPNEW Oberster Knoten im ALV Tree 20090118
10 Importing IT_TATABCD Call by reference Type reference (TYPE) AUT_T_TRANSLOG Audit Trail (ILM): Tabellentyp für Transaktionen mit Protok. 20090118
11 Importing IV_NODE_CONTENT Call by reference Attribute reference (LIKE) GV_NODE_CONTENT ALV Tree-Knoten 20090118
12 Importing IV_NODE_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree: Knoten 20110426
13 Importing IV_RELAT_KEY Call by reference Type reference (TYPE) LVC_NKEY ALV-Tree: Bezugsknoten 20090118
14 Importing IV_STRUC_ID Call by reference Type reference (TYPE) HIER_GUID ID der Knotenstruktur 20090118

Method EXPAND_NODE on class CL_S_AUT_AT_ALV has no exception.

Method EXPAND_PACKAGE_TABLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_HIER_TAB_FILLED Call by reference Type reference (TYPE) GTY_T_TREE_HIER ALV Tree-Hierarchie 20091209
2 Changing CT_NODE_CONN Call by reference Type reference (TYPE) GTY_T_NODE_CONN ALV Tree: Knoteninformationen 20091209
3 Importing IO_TREE1 Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV-Tree-Control 20091209
4 Importing IS_NODE_CONN Call by reference Type reference (TYPE) GTY_NODE_CONN ALV-Tree: Knoteninformation 20091209

Method EXPAND_PACKAGE_TABLES on class CL_S_AUT_AT_ALV has no exception.

Method EXPAND_TABLE_KEY Signature

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

Method FILL_ALV_SEL_AREA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALV_SEL_AREA Call by reference Type reference (TYPE) GTY_T_ALV_SEL_CDO Ergebnistabelle (Prüfergebnis) 20090513
2 Importing IT_TAB_FOR_AREA Call by reference Type reference (TYPE) GTY_T_NODE_CONN Tabellen zu Prüfumfang (S_AUT02) 20090513

Method FILL_ALV_SEL_AREA on class CL_S_AUT_AT_ALV has no exception.

Method FILL_ALV_SEL_CDO Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALV_SEL_CDO Call by reference Type reference (TYPE) GTY_T_ALV_SEL_CDO Ergebnistabelle (Änderungsbelegobjekte) 20090118
2 Importing IS_NODE_CONN Call by reference Type reference (TYPE) GTY_NODE_CONN Ausgewählter Knoten 20090118
3 Importing IT_TCDOB Call by reference Type reference (TYPE) GTY_T_TCDOB DDIC-Objekte mit Änderungsbelegprotokollierung 20090118

Method FILL_ALV_SEL_CDO on class CL_S_AUT_AT_ALV has no exception.

Method FILL_ALV_SEL_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_LAYOUT_ALV Call by reference Type reference (TYPE) LVC_S_LAYO ALV-Control: Layoutstruktur 20090118
2 Changing CT_ALV_SEL_AREA Call by reference Type reference (TYPE) GTY_T_ALV_SEL_CDO Selektions-ALV für Prüfumfang 20090513
3 Changing CT_ALV_SEL_CDO Call by reference Type reference (TYPE) GTY_T_ALV_SEL_CDO ALV-Ergebnisliste Änderungsbelegobjekte 20090118
4 Changing CT_ALV_SEL_TAB Call by reference Type reference (TYPE) GTY_T_ALV_SEL_TAB ALV-Ergebnisliste DDIC-Tabellen 20090118
5 Changing CT_ALV_SEL_TC Call by reference Type reference (TYPE) GTY_T_ALV_SEL_TC ALV-Ergebnisliste Transaktionen 20090118
6 Changing CT_R_OBJCL Call by reference Type reference (TYPE) AUT_T_OBJECTCL_RANGE Audit Trail (ILM): Änderungsbelegobjekte (Sel.-Tab.) 20090118
7 Changing CT_R_TABNA Call by reference Type reference (TYPE) AUT_T_TABNAME_RANGE Audit Trail (ILM): Tabellenname (Sel.-Tab.) 20090118
8 Changing CT_R_TCODE Call by reference Type reference (TYPE) AUT_T_TCODE_RANGE Audit Trail (ILM): Transaktionen (Sel.-Tab.) 20090118
9 Changing CT_TCDOB Call by reference Type reference (TYPE) GTY_T_TCDOB Änderungsbelegobjekte zu DDIC-Tabellen 20090118
10 Changing CV_ACTIVE_TABSTRIP Call by reference Type reference (TYPE) SY-UCOMM Aktiver Tabstrip 20090118
11 Changing CV_ALV_SEL_TABLE Call by reference Type reference (TYPE) GTY_SELECTED_ALV Ausgewählte Slektionskriterien für ALV 20090120
12 Changing CV_SUBSCR Call by reference Type reference (TYPE) SYDYNNR Aktuelle Dynpro-Nummer 20090118
13 Exporting ET_FIELDCAT_ALV_SEL Call by reference Type reference (TYPE) LVC_T_FCAT Ausgewählter Feldkatalog für Vorselektions-ALV 20090528
14 Importing IO_TREE1 Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV-Tree-Control 20090118
15 Importing IS_NODE_CONN Call by reference Type reference (TYPE) GTY_NODE_CONN ALV Tree-Knoten 20090118
16 Importing IT_NODE_CONN Call by reference Type reference (TYPE) GTY_T_NODE_CONN ALV Tree-Knoten 20090118
17 Importing IT_TATABCD Call by reference Type reference (TYPE) AUT_T_TRANSLOG Audit Trail (ILM): Tabellentyp für Transaktionen mit Protok. 20090118
18 Importing IV_FROM_TECH Call by reference Type reference (TYPE) C '' 20090118

Method FILL_ALV_SEL_DATA on class CL_S_AUT_AT_ALV has no exception.

Method FILL_ALV_SEL_TAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALV_SEL_TAB Call by reference Type reference (TYPE) GTY_T_ALV_SEL_TAB Ergebnistabelle (DB-Tabellen) 20090118
2 Importing IS_NODE_CONN Call by reference Type reference (TYPE) GTY_NODE_CONN Ausgewählter Knoten 20090118

Method FILL_ALV_SEL_TAB on class CL_S_AUT_AT_ALV has no exception.

Method FILL_ALV_SEL_TC Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_ALV_SEL_TC Call by reference Type reference (TYPE) GTY_T_ALV_SEL_TC Ergebnistabelle (Transaktionen) 20090118
2 Importing IS_NODE_CONN Call by reference Type reference (TYPE) GTY_NODE_CONN Ausgewählter Knoten 20090118
3 Importing IT_TATABCD Call by reference Type reference (TYPE) AUT_T_TRANSLOG Transaktionen mit Protokollierung 20090118

Method FILL_ALV_SEL_TC on class CL_S_AUT_AT_ALV has no exception.

Method FILL_FCAT_ALV_OUTPUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_FIELDCAT_OUT1_LVC Call by reference Type reference (TYPE) LVC_T_FCAT ALV Feldkatalog 20090528
2 Changing CT_FIELDCAT_OUT2_LVC Call by reference Type reference (TYPE) LVC_T_FCAT ALV Feldkatalog 20090528

Method FILL_FCAT_ALV_OUTPUT on class CL_S_AUT_AT_ALV has no exception.

Method FILL_TCODE_EASY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_R_TCODE Call by reference Type reference (TYPE) AUT_T_TCODE_RANGE Audit Trail (ILM): Transaktionen (Sel.-Tab.) 20090118
2 Changing CV_ALV_SEL_TABLE Call by reference Type reference (TYPE) GTY_SELECTED_ALV Selektion zu ausgewähltem ALV 20090120
3 Importing IS_NODE_CONN Call by reference Type reference (TYPE) GTY_NODE_CONN Knoteninformation (ALV Tree) 20090118

Method FILL_TCODE_EASY on class CL_S_AUT_AT_ALV has no exception.

Method FILL_TEXT_LINES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_LINES_NEW Call by reference Type reference (TYPE) LVC_T_TLIN ALV-Control: Tabelle SAPSCript 20110426
2 Changing CT_LINES_OLD Call by reference Type reference (TYPE) LVC_T_TLIN ALV-Control: Tabelle SAPSCript 20110426
3 Changing CT_TMP_LINES_NEW Call by reference Type reference (TYPE) LVC_T_TLIN Neue ITF-Textzeilen (SAPscript) 20110426
4 Changing CT_TMP_LINES_OLD Call by reference Type reference (TYPE) LVC_T_TLIN Alte ITF-Textzeilen (SAPscript) 20110426
5 Exporting ES_LTXTNEW_RAW Call by reference Type reference (TYPE) STXL STXL-Daten zum ausgewählten neuen Langtextprotokoll 20110426
6 Exporting ES_LTXTOLD_RAW Call by reference Type reference (TYPE) STXL STXL-Daten zum ausgewählten alten Langtextprotokoll 20110426
7 Exporting EV_NO_NEW_TEXT_FOUND Call by reference Type reference (TYPE) C 'X' = Kein neuer Text gefunden 20110426
8 Exporting EV_NO_OLD_TEXT_FOUND Call by reference Type reference (TYPE) C 'X' = Kein alter Text gefunden 20110426
9 Importing IT_LTXTNEW_RAW Call by reference Type reference (TYPE) GTY_T_STXL SAPscript: Text-Zeilen 20110426
10 Importing IT_LTXTOLD_RAW Call by reference Type reference (TYPE) GTY_T_STXL SAPscript: Text-Zeilen 20110426

Method FILL_TEXT_LINES on class CL_S_AUT_AT_ALV has no exception.

Method FREE_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CO_CONTAINER_OBJECT2 Call by reference Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control Container 20090118
2 Changing CO_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20090118

Method FREE_GRID on class CL_S_AUT_AT_ALV has no exception.

Method HANDLE_NO_INPUT_VALUE_FOUND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_R_OBJCL Call by reference Type reference (TYPE) AUT_T_OBJECTCL_RANGE Audit Trail (ILM): Änderungsbelegobjekte (Sel.-Tab.) 20090118
2 Changing CT_R_TABNA Call by reference Type reference (TYPE) AUT_T_TABNAME_RANGE Audit Trail (ILM): Tabellenname (Sel.-Tab.) 20090118
3 Changing CT_R_TCODE Call by reference Type reference (TYPE) AUT_T_TCODE_RANGE Audit Trail (ILM): Transaktionen (Sel.-Tab.) 20090118
4 Importing IV_COMBO_CONTENT Call by reference Type reference (TYPE) GTY_COMBO_CONTENT Inhalt Combo-Box (Selektion) 20090118
5 Importing IV_INPUT_VALUE Call by reference Type reference (TYPE) CLIKE Eingabewert 20090118
6 Importing IV_MSG_TEXT1 Call by reference Type reference (TYPE) CLIKE Nachrichtentext 20090118

Method HANDLE_NO_INPUT_VALUE_FOUND on class CL_S_AUT_AT_ALV has no exception.

Method OPEN_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TREE1 Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV-Tree-Control 20090118
2 Importing IS_NODE_CONN Call by reference Type reference (TYPE) GTY_NODE_CONN ALV Tree: Knoteninformation 20090118
3 Importing IT_NODE_CONN Call by reference Type reference (TYPE) GTY_T_NODE_CONN ALV Tree: Ausgewählte Knoten 20090118
# Exception Resumable Description Created on
1 CX_S_AUT_EXC Audit Trail (ILM): Ausnahmeklasse 20090118

Method OUTPUT_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 Changing CV_NEW_RESULTS Call by reference Type reference (TYPE) C 'X' = Neue Ergebnisse vorhanden 20090118
3 Changing CV_SHOW_INSERT_DELETE Call by reference Type reference (TYPE) BOOLE_D 'X' = Anzeige gelöschter/hinzugefügter Daten 20090118
4 Changing CV_TAB_COUNT Call by reference Type reference (TYPE) I Zähler für DDIC-Tabellen mit Protokollierung 20090118
5 Exporting EV_CREATE_ALV_OUTPUT Call by reference Type reference (TYPE) BOOLE_D 'X' = Aufruf der ALV-Ausgabenmethode 20090118
6 Importing IO_GRID_OUT1 Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer für Tabellenprotokolle 20090118
7 Importing IO_HCL_ARC Call by reference Object reference (TYPE REF TO) CL_S_AUT_ARC Audit Trail (ILM): Archivierung 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 IO_HCL_SEL Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_SEL Audit Trail (ILM): Datenbeschaffung (Audit Trail) 20090118
10 Importing IT_BADI_CONV_ACTIVE Call by reference Type reference (TYPE) GTY_T_ACT_IMP Aktive BAdI-Implementierungen 20090118
11 Importing IT_CODEPAGES Call by reference Type reference (TYPE) AUT_T_CODEPAGE Tabellenprotokollierung: Codepages und Migrationszeitpunkte 20090118
12 Importing IT_DBTABLOG_STEPS Call by reference Type reference (TYPE) AUT_T_DBTABLOG_TAB Schritte des Tabellenprotokolls 20090118
13 Importing IT_EVAL_STEPS Call by reference Type reference (TYPE) GTY_T_EVAL_STEPS Audit Trail Prüfschritte 20090118
14 Importing IV_CHAR_SIZE Call by reference Type reference (TYPE) I Zeichenbreite (unicode/non unicode) 20090118
15 Importing IV_CODEPAGE Call by reference Type reference (TYPE) ABAP_ENCOD Bezeichner für das Zeichenformat (UTF-8, UCS-2, ...) 20090120
16 Importing IV_ICON_CONV Call by reference Type reference (TYPE) GTY_ICON Ikone (ALV): Datensatz konvertiert 20090118

Method OUTPUT_INSERT_DELETE on class CL_S_AUT_AT_ALV has no exception.

Method OUTPUT_LONG_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CS_LTXTNEW_RAW Call by reference Type reference (TYPE) STXL STXD SAPscript Text-Datei Lines 20090118
2 Changing CS_LTXTOLD_NEW Call by reference Type reference (TYPE) STXL STXD SAPscript Text-Datei Lines 20090118
3 Changing CS_LTXTOLD_RAW Call by reference Type reference (TYPE) STXL STXD SAPscript Text-Datei Lines 20090118
4 Changing CT_LINES Call by reference Type reference (TYPE) LVC_T_TLIN ALV-Control: Tabelle SAPSCript 20090118
5 Changing CT_LINES_NEW Call by reference Type reference (TYPE) LVC_T_TLIN ALV-Control: Tabelle SAPSCript 20090118
6 Changing CT_LINES_OLD Call by reference Type reference (TYPE) LVC_T_TLIN ALV-Control: Tabelle SAPSCript 20090118
7 Changing CT_LTXT_NEW_STREAM Call by reference Type reference (TYPE) GTY_T_STREAMLINES Konvertierte neue Langtextzeilen 20090118
8 Changing CT_LTXT_OLD_STREAM Call by reference Type reference (TYPE) GTY_T_STREAMLINES Konvertierte alte Langtextzeilen 20090118
9 Changing CT_STREAM_NEW Call by reference Type reference (TYPE) GTY_T_STREAMLINES Konvertierte neue Textzeilen 20090118
10 Changing CT_STREAM_OLD Call by reference Type reference (TYPE) GTY_T_STREAMLINES Konvertierte alte Textzeilen 20090118
11 Changing CT_TMP_LINES_NEW Call by reference Type reference (TYPE) LVC_T_TLIN Neue ITF-Textzeilen (SAPscript) 20090118
12 Changing CT_TMP_LINES_OLD Call by reference Type reference (TYPE) LVC_T_TLIN Alte ITF-Textzeilen (SAPscript) 20090118
13 Changing CV_ADD_INFO_NEW Call by reference Type reference (TYPE) C 'X' = Zusätzliche Informationen vorhanden 20090118
14 Changing CV_ADD_INFO_OLD Call by reference Type reference (TYPE) C 'X' = Zusätzliche Informationen vorhanden 20090118
15 Changing CV_ENQUEUE_FLAG Call by reference Type reference (TYPE) C 'X' = Setze DB-Sperre (ENQUEUE) 20090118
16 Changing CV_NO_NEW_TEXT_FOUND Call by reference Type reference (TYPE) C 'X' = Keinen neuen Text gefunden 20090118
17 Changing CV_NO_OLD_TEXT_FOUND Call by reference Type reference (TYPE) C 'X' = Keinen alten Text gefunden 20090118
18 Changing CV_NO_TEXT_CHANGE Call by reference Type reference (TYPE) C 'X' = Keine Textänderungen 20090118
19 Exporting ES_LTXT_HEAD_LINES Call by reference Type reference (TYPE) TLINE SAPscript: Text-Zeilen 20090118
20 Exporting ET_LTXT_HEAD_LINES Call by reference Type reference (TYPE) LVC_T_TLIN Kopfzeilenlangtext 20090118
21 Exporting ET_LTXT_HEAD_LINES_NEW Call by reference Type reference (TYPE) LVC_T_TLIN Neuer Kopfzeilenlangtext 20090118
22 Exporting ET_LTXT_HEAD_LINES_OLD Call by reference Type reference (TYPE) LVC_T_TLIN Alter Kopfzeilenlangtext 20090118
23 Exporting EV_ADD_INFO Call by reference Type reference (TYPE) CLIKE 'X' = Zusätzliche Informationen vorhanden 20090118
24 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
25 Importing IO_HCL_EVAL Call by reference Object reference (TYPE REF TO) CL_S_AUT_EVAL Audit Trail (ILM): Evaluierung 20090118
26 Importing IO_HCL_SEL Call by reference Object reference (TYPE REF TO) CL_S_AUT_AT_SEL Audit Trail (ILM): Selektion (Audit Trail) 20090118
27 Importing IS_ALV_TABLOG_OUT Call by reference Type reference (TYPE) GTY_ALV_OUTPUT_TABLOG ALV-Ausgabe 20110426
28 Importing IT_LTXTNEW_RAW Call by reference Type reference (TYPE) GTY_T_STXL SAPscript: Text-Zeilen 20090118
29 Importing IT_LTXTOLD_RAW Call by reference Type reference (TYPE) GTY_T_STXL SAPscript: Text-Zeilen 20090118

Method OUTPUT_LONG_TEXT on class CL_S_AUT_AT_ALV has no exception.

Method REGISTER_EVENTS_FOR_TREE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TREE1 Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_TREE ALV-Tree-Control 20090118
2 Importing IV_SELECTED Call by reference Type reference (TYPE) C 'X' 'X' = Event ausgewählt 20090118

Method REGISTER_EVENTS_FOR_TREE on class CL_S_AUT_AT_ALV has no exception.

Method SET_CONTAINER_VISIBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CV_NAV_TREE_VISIBLE Call by reference Type reference (TYPE) C 'X' = Navigationsbaum sichtbar 20090118
2 Importing IO_CONTAINER_OBJECT Call by reference Object reference (TYPE REF TO) CL_GUI_DOCKING_CONTAINER Docking Control Container 20090118

Method SET_CONTAINER_VISIBLE on class CL_S_AUT_AT_ALV has no exception.

Method SET_HIERARCHY_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing CT_HIER_TAB_FILLED Call by reference Type reference (TYPE) GTY_T_TREE_HIER ALV Tree-Hierarchie 20110426
2 Importing IV_NAME Call by reference Type reference (TYPE) CLIKE Name 20110426
3 Importing IV_NODE_CONTENT Call by reference Attribute reference (LIKE) GV_NODE_CONTENT ALV Tree-Knoten 20110426

Method SET_HIERARCHY_TEXT on class CL_S_AUT_AT_ALV has no exception.

Method SET_RATIO_OF_ALVS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 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
2 Importing IO_OUT_SPLITTER_CONTAINER Call by reference Object reference (TYPE REF TO) CL_GUI_SPLITTER_CONTAINER Splitter Control 20090118
3 Importing IT_ALV_CDO_OUT Call by reference Type reference (TYPE) GTY_T_ALV_OUTPUT_CDO ALV-Ausgabe Änderungsbelegobjekte 20110427
4 Importing IT_ALV_TABLOG_OUT Call by reference Type reference (TYPE) GTY_T_ALV_OUTPUT_TABLOG ALV-Ausgabe Tabellenprotokolle 20110427
5 Importing IT_EVAL_STEPS Call by reference Type reference (TYPE) GTY_T_EVAL_STEPS Audit Trail Prüfschritte 20090118

Method SET_RATIO_OF_ALVS on class CL_S_AUT_AT_ALV has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 740