SAP ABAP Class CL_ATRA_TOOL_BASE (Runtime Analysis: Basis Class for Tool)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-DWB-TOO-RTA (Application Component) Runtime Analysis
     S_ABAP_TRACE (Package) ABAP TRACE
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Inheritance (c INHERITING FROM c_ref)  CL_ATRA_TOOL_DBTABLES Runtime Analysis: Database Tool 20060131
2 Inheritance (c INHERITING FROM c_ref)  CL_ATRA_TOOL_HIERARCHY Runtime Analysis: Hierarchy Tool 20060314
3 Inheritance (c INHERITING FROM c_ref)  CL_ATRA_TOOL_HITLIST Runtime Analysis: Hitlist Tool 20060126
4 Inheritance (c INHERITING FROM c_ref)  CL_ATRA_TOOL_PROCBLOCKS Runtime Analyse: Processing Blocks Tool 20060315
5 Inheritance (c INHERITING FROM c_ref)  CL_ATRA_TOOL_PROFILE2 Runtime Analysis: Profile Tool 20060511
6 Inheritance (c INHERITING FROM c_ref)  CL_ATRA_TOOL_TIMES Runtime Analysis: Times Tool 20060126
Properties
Class CL_ATRA_TOOL_BASE  
Short Description Runtime Analysis: Basis Class for Tool    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package S_ABAP_TRACE   ABAP TRACE 
Created 20060126   SAP 
Last change 20090618   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 CNTB Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class CL_ATRA_TOOL_BASE has no interface implemented.
Friends
Class CL_ATRA_TOOL_BASE has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 CONTAINER Instance attribute Protected Object reference (TYPE REF TO) CL_GUI_CUSTOM_CONTAINER Container for Custom Controls in Screen Area 20060126
2 CONTAINER_NAME Instance attribute Protected Type reference (TYPE) SCRFNAME Name of Custom Container 20060126
3 FCODE__ADDITIONAL_FIELD Constant Protected Type reference (TYPE) UI_FUNC 'ADDFIELD' Function Code 20060309
4 FCODE__BUILD_SUBSET Constant Protected Type reference (TYPE) UI_FUNC 'SUBSET' Function Code 20060321
5 FCODE__FIRST_LINE Constant Protected Type reference (TYPE) UI_FUNC 'TOP' Function Code 20060126
6 FCODE__HIDE_SUBSET Constant Protected Type reference (TYPE) UI_FUNC 'HIDE_SUBSET' Function Code 20060517
7 FCODE__HIERARCHY_FIELDS Constant Protected Type reference (TYPE) UI_FUNC 'HIERFIELDS' Function Code 20060308
8 FCODE__HIER_SEARCH Constant Protected Type reference (TYPE) UI_FUNC 'HIER_SERACH' Function Code 20060914
9 FCODE__LAST_LINE Constant Protected Type reference (TYPE) UI_FUNC 'DOWN' Function Code 20060126
10 FCODE__MEMORY_CONSUMPTION Constant Protected Type reference (TYPE) UI_FUNC 'MEMORY' Function Code 20060524
11 FCODE__NARROW Constant Protected Type reference (TYPE) UI_FUNC 'NARROW' Function Code 20060228
12 FCODE__NARROW_UNDO Constant Protected Type reference (TYPE) UI_FUNC 'UNDO' Function Code 20060306
13 FCODE__POSITION Constant Protected Type reference (TYPE) UI_FUNC 'POSITION' Function Code 20060313
14 FCODE__REFRESH Constant Protected Type reference (TYPE) UI_FUNC 'REFRESH' Function Code 20060515
15 FCODE__SCROLL Constant Protected Type reference (TYPE) UI_FUNC 'SCROLL' Function Code 20060316
16 FCODE__SHOW_ABAP_SOURCE Constant Protected Type reference (TYPE) UI_FUNC 'ABAP' Function Code 20060126
17 FCODE__SHOW_CALL_STACK Constant Protected Type reference (TYPE) UI_FUNC 'CSTACK' Function Code 20060127
18 FCODE__SHOW_DDIC Constant Protected Type reference (TYPE) UI_FUNC 'DDIC' Function Code 20060203
19 FCODE__TOGGLE_ABS_PERCENT Constant Protected Type reference (TYPE) UI_FUNC 'ABSPER' Function Code 20060222
20 FCODE__TOGGLE_STANDARD_EXPERT Constant Protected Type reference (TYPE) UI_FUNC 'TOGGLE' Function Code 20060203
21 REF_TO_MAIN Instance attribute Protected Object reference (TYPE REF TO) CL_ATRA_TOOL_SE30_MAIN Main Class for Container Handling 20060126
22 STATE_ADDFIELD Instance attribute Protected Type reference (TYPE) CHAR1 Show Additional Field 20060309
23 STATE_ADDFIELD__AKHCOMPONENT Constant Protected Type reference (TYPE) CHAR1 '9' Single-Character Indicator 20060309
24 STATE_ADDFIELD__LAYER Constant Protected Type reference (TYPE) CHAR1 '7' Single-Character Indicator 20060309
25 STATE_ADDFIELD__MAINPACKAGE Constant Protected Type reference (TYPE) CHAR1 '4' Single-Character Indicator 20060309
26 STATE_ADDFIELD__NONE Constant Protected Type reference (TYPE) CHAR1 '-' Single-Character Indicator 20060309
27 STATE_ADDFIELD__OBJECT Constant Protected Type reference (TYPE) CHAR1 '5' Single-Character Indicator 20060309
28 STATE_ADDFIELD__PACKAGE Constant Protected Type reference (TYPE) CHAR1 '2' Single-Character Indicator 20060309
29 STATE_ADDFIELD__PROGRAM Constant Protected Type reference (TYPE) CHAR1 '3' Single-Character Indicator 20060309
30 STATE_ADDFIELD__RESPONSIBLE Constant Protected Type reference (TYPE) CHAR1 '1' Single-Character Indicator 20060309
31 STATE_ADDFIELD__SOFTWARECOMP Constant Protected Type reference (TYPE) CHAR1 '8' Single-Character Indicator 20060309
32 STATE_ADDFIELD__SOURCESYSTEM Constant Protected Type reference (TYPE) CHAR1 '6' Single-Character Indicator 20060309
33 STATE_ADDFIELD__STRUCPACKAGE Constant Protected Type reference (TYPE) CHAR1 'A' Single-Character Indicator 20060309
34 STATE_HIERFIELDS Instance attribute Protected Type reference (TYPE) CHAR1 Is Hierarchy Field Divided or Not? 20060308
35 STATE_HIERFIELDS__COMPACT Constant Protected Type reference (TYPE) CHAR1 'C' Hierarchy Field Compact 20060308
36 STATE_HIERFIELDS__SPLIT Constant Protected Type reference (TYPE) CHAR1 'M' Hierarchy Field Divided 20060308
37 SUPPRESSED_ADDFIELDS Instance attribute Private Type reference (TYPE) ADDFIELD_SUPPRESS_TABLE_T Unwanted Additional Fields 20060929
38 TOOL_ID Instance attribute Protected Type reference (TYPE) TPDA_TOOL_ID TPDA: ID of Debugger Tool 20060321
Methods
# Method Level Visibility Method type Description Created on
1 CHECK_GRID_SELECTION_DOUBLE Static method Protected Method 20060203
2 CHECK_GRID_SELECTION_NONEMPTY Static method Protected Method 20060203
3 CHECK_GRID_SELECTION_SINGLE Static method Protected Method 20060203
4 CHECK_TREE_SELECTION_SINGLE Static method Protected Method 20060307
5 CONSTRUCTOR Instance method Public Constructor 20060126
6 CREATE_BUTTON Instance method Protected Method 20060126
7 CREATE_BUTTON_MENU Instance method Protected Method 20060308
8 CREATE_ICON_WITH_TOOLTIP Static method Protected Method 20060713
9 CREATE_INTERACTION_BUTTONS Instance method Protected Method 20060228
10 CREATE_INTERACTION_CTX_MENU Instance method Protected Method 20060307
11 CREATE_INTERACTION_MENU Instance method Protected Method 20060228
12 CREATE_MENU_ITEM Static method Protected Method 20060321
13 DESTROY_CONTAINER Instance method Protected Method 20060126
14 DROP_SELECTION_FROM_GRID_STATE Static method Protected Method 20071010
15 EXCLUDE_BUTTONS Static method Protected Method 20060203
16 EXECUTE_DEFAULT_INTERACTION Instance method Protected Method 20060308
17 EXPOSE Instance method Protected Method 20060302
18 FIELDCAT_ADDFIELD Instance method Protected Method 20060309
19 GET_INTERACTION_TARGETS Instance method Private Method 20060307
20 HIDE Instance method Protected Method 20060302
21 INITIALIZE Instance method Protected Method 20060302
22 OPEN_TOOL Instance method Protected Method 20060302
23 POSITION_GRID_AT_LINE Static method Protected Method 20060216
24 PROCESS_INTERACTION_COMMAND Instance method Protected Method 20060302
25 PROCESS_INTERACTION_REQUEST Instance method Protected Method 20060303
26 REGISTER_TOOLBAR_EVENTS Static method Protected Method 20060228
27 REGISTER_TREE_EVENTS Static method Protected Method 20060307
28 RESTORE_GRID_STATE Static method Protected Method 20060222
29 RETRIEVE_GRID_STATE Static method Protected Method 20060222
30 SHOW_LIST_OF_POSITIONS Instance method Protected Method 20060314
31 SUPPRESS_ADDFIELD Instance method Protected Method 20060929
Events
Class CL_ATRA_TOOL_BASE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 ADDFIELD_SUPPRESS_TABLE_T Private See coding 20060929 addfield_suppress_table_t TYPE SORTED TABLE OF char1 WITH NON-UNIQUE DEFAULT KEY
2 CLASS_NAME_T Private Type reference (TYPE) VSEOIFIMPL-CLSNAME 20060307
3 GRID_STATE_T Protected See coding 20060222 begin of GRID_STATE_T, scrolling_row type lvc_s_row, scrolling_col type lvc_s_col, selection_row type lvc_t_row, selection_col type lvc_t_col, end of grid_state_t
4 TARGET_T Private See coding 20060307 BEGIN OF target_t, class_name TYPE class_name_t, tool_id TYPE tpda_tool_id, tool_exists TYPE abap_bool, is_preferred TYPE abap_bool, END OF target_t
5 TARGET_TABLE_T Private See coding 20060307 target_table_t TYPE STANDARD TABLE OF target_t WITH DEFAULT KEY
Method Signatures

Method CHECK_GRID_SELECTION_DOUBLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20060203
2 Returning OKAY Value transfer Type reference (TYPE) ABAP_BOOL 20060203

Method CHECK_GRID_SELECTION_DOUBLE on class CL_ATRA_TOOL_BASE has no exception.

Method CHECK_GRID_SELECTION_NONEMPTY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20060203
2 Returning OKAY Value transfer Type reference (TYPE) ABAP_BOOL 20060203

Method CHECK_GRID_SELECTION_NONEMPTY on class CL_ATRA_TOOL_BASE has no exception.

Method CHECK_GRID_SELECTION_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20060203
2 Returning OKAY Value transfer Type reference (TYPE) ABAP_BOOL 20060203

Method CHECK_GRID_SELECTION_SINGLE on class CL_ATRA_TOOL_BASE has no exception.

Method CHECK_TREE_SELECTION_SINGLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing COLUMN_TREE Call by reference Object reference (TYPE REF TO) CL_COLUMN_TREE_MODEL Column Tree Control mit Datenhaltung am Backend 20060307
2 Returning OKAY Value transfer Type reference (TYPE) ABAP_BOOL 20060307

Method CHECK_TREE_SELECTION_SINGLE on class CL_ATRA_TOOL_BASE has no exception.

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PROGRAM Call by reference Type reference (TYPE) PROGNAME ABAP-Programmname 20060126

Method CONSTRUCTOR on class CL_ATRA_TOOL_BASE has no exception.

Method CREATE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALTERNATIVE_TEXT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060203
2 Changing BUTTON_TABLE Call by reference Type reference (TYPE) TTB_BUTTON Toolbarbuttons 20060126
3 Importing DISABLED Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE 20060309
4 Importing FCODE Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20060126
5 Importing POSITION Call by reference Type reference (TYPE) I Position 20060515

Method CREATE_BUTTON on class CL_ATRA_TOOL_BASE has no exception.

Method CREATE_BUTTON_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20060308
2 Importing MENU Call by reference Object reference (TYPE REF TO) CL_CTMENU Context Menu 20060308
3 Returning PROCESSED Value transfer Type reference (TYPE) ABAP_BOOL 20060308

Method CREATE_BUTTON_MENU on class CL_ATRA_TOOL_BASE has no exception.

Method CREATE_ICON_WITH_TOOLTIP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ICON Call by reference Type reference (TYPE) C 20060713
2 Returning ICON_WITH_TOOLTIP Value transfer Type reference (TYPE) TV_IMAGE Tree Control: Ikone / Bild 20060713
3 Importing TOOLTIP Call by reference Type reference (TYPE) C 20060713

Method CREATE_ICON_WITH_TOOLTIP on class CL_ATRA_TOOL_BASE has no exception.

Method CREATE_INTERACTION_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing BUTTON_TABLE Call by reference Type reference (TYPE) TTB_BUTTON Toolbarbuttons 20060228

Method CREATE_INTERACTION_BUTTONS on class CL_ATRA_TOOL_BASE has no exception.

Method CREATE_INTERACTION_CTX_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_MENU Call by reference Object reference (TYPE REF TO) CL_CTMENU Context Menu 20060307

Method CREATE_INTERACTION_CTX_MENU on class CL_ATRA_TOOL_BASE has no exception.

Method CREATE_INTERACTION_MENU Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONTEXT_MENU Call by reference Object reference (TYPE REF TO) CL_CTMENU Context Menu 20060301
2 Importing FCODE Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20060228
3 Returning PROCESSED Value transfer Type reference (TYPE) ABAP_BOOL 20060303

Method CREATE_INTERACTION_MENU on class CL_ATRA_TOOL_BASE has no exception.

Method CREATE_MENU_ITEM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20060321
2 Importing MENU Call by reference Object reference (TYPE REF TO) CL_CTMENU Context Menu 20060321

Method CREATE_MENU_ITEM on class CL_ATRA_TOOL_BASE has no exception.

Method DESTROY_CONTAINER Signature

Method DESTROY_CONTAINER on class CL_ATRA_TOOL_BASE has no parameter.
Method DESTROY_CONTAINER on class CL_ATRA_TOOL_BASE has no exception.

Method DROP_SELECTION_FROM_GRID_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing GRID_STATE Call by reference Type reference (TYPE) GRID_STATE_T 20071010

Method DROP_SELECTION_FROM_GRID_STATE on class CL_ATRA_TOOL_BASE has no exception.

Method EXCLUDE_BUTTONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EXCLUDE_TABLE Value transfer Type reference (TYPE) UI_FUNCTIONS Funktionscodestabelle 20060203
2 Importing KEEP_GRAPH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Graphik-Knopf nicht ausblenden 20060221
3 Importing KEEP_LIST Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Listansicht nicht ausblenden 20060510
4 Importing KEEP_SUM Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Summen-Knöpfe nicht ausblenden 20060203
5 Importing NO_EXPORT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Export auf Datei ausblenden 20060928
6 Importing NO_SEARCH Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Suchen ausblenden 20060922
7 Importing NO_SORT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Sortierungs-Knöpfe ausblenden 20060331
8 Importing NO_VARIANT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Varianten-Knöpfe ausblenden 20060331

Method EXCLUDE_BUTTONS on class CL_ATRA_TOOL_BASE has no exception.

Method EXECUTE_DEFAULT_INTERACTION Signature

Method EXECUTE_DEFAULT_INTERACTION on class CL_ATRA_TOOL_BASE has no parameter.
Method EXECUTE_DEFAULT_INTERACTION on class CL_ATRA_TOOL_BASE has no exception.

Method EXPOSE Signature

Method EXPOSE on class CL_ATRA_TOOL_BASE has no parameter.
Method EXPOSE on class CL_ATRA_TOOL_BASE has no exception.

Method FIELDCAT_ADDFIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing FIELDCATALOG Call by reference Type reference (TYPE) LVC_T_FCAT Feldkatalog für ListViewerControl 20060309

Method FIELDCAT_ADDFIELD on class CL_ATRA_TOOL_BASE has no exception.

Method GET_INTERACTION_TARGETS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing SOURCE_INTF Call by reference Type reference (TYPE) CLASS_NAME_T 20060308
2 Importing TARGET_INTF Call by reference Type reference (TYPE) CLASS_NAME_T 20060308
3 Returning TARGET_TABLE Value transfer Type reference (TYPE) TARGET_TABLE_T 20060307

Method GET_INTERACTION_TARGETS on class CL_ATRA_TOOL_BASE has no exception.

Method HIDE Signature

Method HIDE on class CL_ATRA_TOOL_BASE has no parameter.
Method HIDE on class CL_ATRA_TOOL_BASE has no exception.

Method INITIALIZE Signature

Method INITIALIZE on class CL_ATRA_TOOL_BASE has no parameter.
Method INITIALIZE on class CL_ATRA_TOOL_BASE has no exception.

Method OPEN_TOOL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing DESKTOP_CHANGED Call by reference Type reference (TYPE) ABAP_BOOL 20060317
2 Importing TOOL_ID Call by reference Type reference (TYPE) TPDA_TOOL_ID TPDA: ID des Debugger Werkzeugs 20060302
3 Importing VAR_TABLE Call by reference Type reference (TYPE) TPDA_TRANSFER_IT TPDA: Datentransfer zwischen Tools 20060306

Method OPEN_TOOL on class CL_ATRA_TOOL_BASE has no exception.

Method POSITION_GRID_AT_LINE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20060216
2 Importing LINE Call by reference Type reference (TYPE) I 20060216

Method POSITION_GRID_AT_LINE on class CL_ATRA_TOOL_BASE has no exception.

Method PROCESS_INTERACTION_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FCODE Call by reference Type reference (TYPE) UI_FUNC Funktionscode 20060302
2 Returning PROCESSED Value transfer Type reference (TYPE) ABAP_BOOL 20060302

Method PROCESS_INTERACTION_COMMAND on class CL_ATRA_TOOL_BASE has no exception.

Method PROCESS_INTERACTION_REQUEST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning PROCESSED Value transfer Type reference (TYPE) ABAP_BOOL 20060303
2 Importing SENDER_TOOL Call by reference Object reference (TYPE REF TO) IF_TPDA_TOOL TPDA: Schnittstelle für Plug-In 20060303
3 Importing VAR_TABLE Call by reference Type reference (TYPE) TPDA_TRANSFER_IT TPDA: Datentransfer zwischen Tools 20060303

Method PROCESS_INTERACTION_REQUEST on class CL_ATRA_TOOL_BASE has no exception.

Method REGISTER_TOOLBAR_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing GUI_CONTROL Call by reference Object reference (TYPE REF TO) CL_GUI_CONTROL Proxy-Klasse für Control im GUI 20060228

Method REGISTER_TOOLBAR_EVENTS on class CL_ATRA_TOOL_BASE has no exception.

Method REGISTER_TREE_EVENTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CHECKBOX_CHANGE Call by reference Type reference (TYPE) ABAP_BOOL 20060612
2 Importing COLUMN_TREE Call by reference Object reference (TYPE REF TO) CL_COLUMN_TREE_MODEL Column Tree Control mit Datenhaltung am Backend 20060307
3 Importing EVENTS_CTX_MENU Call by reference Type reference (TYPE) ABAP_BOOL 20060307
4 Importing EVENTS_DOUBLE_CLICK Call by reference Type reference (TYPE) ABAP_BOOL 20060307

Method REGISTER_TREE_EVENTS on class CL_ATRA_TOOL_BASE has no exception.

Method RESTORE_GRID_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20060222
2 Importing GRID_STATE Call by reference Type reference (TYPE) GRID_STATE_T 20060222

Method RESTORE_GRID_STATE on class CL_ATRA_TOOL_BASE has no exception.

Method RETRIEVE_GRID_STATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ALV_GRID Call by reference Object reference (TYPE REF TO) CL_GUI_ALV_GRID ALV List Viewer 20060222
2 Returning GRID_STATE Value transfer Type reference (TYPE) GRID_STATE_T 20060222

Method RETRIEVE_GRID_STATE on class CL_ATRA_TOOL_BASE has no exception.

Method SHOW_LIST_OF_POSITIONS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing CONDITION Call by reference Type reference (TYPE) STRING 20060314
2 Importing DATA_TABLE Call by reference Type reference (TYPE) STANDARD TABLE 20060314

Method SHOW_LIST_OF_POSITIONS on class CL_ATRA_TOOL_BASE has no exception.

Method SUPPRESS_ADDFIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ADDFIELD Call by reference Type reference (TYPE) CHAR1 Zusatzfeld 20060929

Method SUPPRESS_ADDFIELD on class CL_ATRA_TOOL_BASE has no exception.
History
Last changed by/on SAP  20090618 
SAP Release Created in 710