SAP ABAP Class CL_RECA_GUI_F4_POPUP (F4 Help Popup)
Hierarchy
EA-FIN (Software Component) EA-FIN
   RE-FX (Application Component) Flexible Real Estate Management
     RE_CA_BC (Package) RE: Base (Technical Objects - Library)
Properties
Class CL_RECA_GUI_F4_POPUP  
Short Description F4 Help Popup    
Super Class    
Instantiability of a Class 0  Private 
Final    
General Data
Message Class    
Program status     
Category 0   
Package RE_CA_BC   RE: Base (Technical Objects - Library) 
Created 20060721   SAP 
Last change 20100310   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)
Interfaces
Class CL_RECA_GUI_F4_POPUP has no interface implemented.
Friends
Class CL_RECA_GUI_F4_POPUP has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 MD_CHECKBOX_FIELD Instance attribute Private Type reference (TYPE) RECAFIELDNAME Selection Options: Field Name 20060721
2 MD_CHECKBOX_FIELD_REF Instance attribute Private Type reference (TYPE) RECAFIELDNAME Selection Options: Field Name 20060721
3 MD_COLTAB_FIELD Instance attribute Private Type reference (TYPE) RECAFIELDNAME Field Name COLTAB in Table 20061114
4 MD_REPID Instance attribute Private Type reference (TYPE) SYREPID ABAP Program: Current Main Program 20060721
5 MD_REPID_HANDLE Instance attribute Private Type reference (TYPE) SALV_S_LAYOUT_KEY-HANDLE Management ID for Repeated Calls from the Same Program 20060721
6 MD_STYLETAB_FIELD Instance attribute Private Type reference (TYPE) RECAFIELDNAME Field Name STYLETAB in Table 20061114
7 MD_TITLE Instance attribute Private Type reference (TYPE) STRING Title of List 20060721
8 MF_CANCELLED Instance attribute Private Type reference (TYPE) ABAP_BOOL 20061123
9 MF_CLASSIC_LAYOUT Instance attribute Private Type reference (TYPE) ABAP_BOOL Use Classic Layout 20060721
10 MF_MULTI Instance attribute Private Type reference (TYPE) ABAP_BOOL Multiple selection is possible 20060721
11 MF_READONLY Instance attribute Private Type reference (TYPE) ABAP_BOOL Display Mode (No Selection) 20060721
12 MO_TABLE Instance attribute Private Object reference (TYPE REF TO) CL_SALV_TABLE Basis Class for Simple Tables 20060721
13 MS_POPUP_POSITION Instance attribute Private Type reference (TYPE) MTYPE_S_POPUP_POSITION Position of Popup 20060721
14 MS_REFERENCES Instance attribute Private Type reference (TYPE) MTYPE_S_REFERENCES References to Tables 20060721
15 MT_COL_HIDE Instance attribute Private Type reference (TYPE) RE_T_FIELDNAME Field Names for Hidden Fields 20060721
16 MT_COL_KEY Instance attribute Private Type reference (TYPE) RE_T_FIELDNAME Field Names for Key Fields 20060721
17 MT_COL_POSITION Instance attribute Private Type reference (TYPE) MTYPE_T_POSITION Field Names for Positions 20061016
18 MT_COL_SORT Instance attribute Private Type reference (TYPE) RE_T_FIELDNAME Field Names for Sort Fields 20060721
19 MT_FIELDTEXT Instance attribute Private Type reference (TYPE) MTYPE_T_FIELDTEXT Alternative Titles for Fields 20060721
20 MT_SEL_ROW Instance attribute Private Type reference (TYPE) SALV_T_ROW Rows 20060721
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor CONSTRUCTOR 20060721
2 DISPLAY Instance method Public Method Display Input Help 20060721
3 FACTORY_GRID Static method Public Method Generate Input Help Instance 20060721
4 FREE Instance method Public Method Cleanup of Instance 20060724
5 SET_CHECKBOX_FIELDS Instance method Public Method Setting of Additional Checkboxes 20060721
6 SET_CLASSIC_LAYOUT Instance method Public Method Sets Classic Layout 20060721
7 SET_FIELD_COLTAB Instance method Public Method Sets COLTAB Field for Color of Field 20061114
8 SET_FIELD_HIDDEN Instance method Public Method Show/Hide Field of Table 20060724
9 SET_FIELD_KEY Instance method Public Method Field of Table as Key Field (Blue) 20060724
10 SET_FIELD_POSITION Instance method Public Method Set Field of Table at a Given Position 20061016
11 SET_FIELD_SORT Instance method Public Method Field of Table as Sort Field 20060724
12 SET_FIELD_STYLETAB Instance method Public Method Sets STYLETAB Field for Appearance of Field 20061114
13 SET_FIELD_TEXT Instance method Public Method Specify Alternative Text for Field 20060724
14 SET_HIDDEN_FIELDS Instance method Public Method Setting of Hidden Fields 20060721
15 SET_KEY_FIELDS Instance method Public Method Setting of Key Fields (Blue) 20060721
16 SET_MARKS Instance method Public Method Sets selected lines 20060724
17 SET_MULTI Instance method Public Method Sets Multiple Selection 20060721
18 SET_READONLY Instance method Public Method Sets Display Mode 20060721
19 SET_REPID Instance method Public Method Sets REPID (and Handle) of Calling Program 20060721
20 SET_SORT_FIELDS Instance method Public Method Setting of Sort Fields 20060721
21 SET_TITLE Instance method Public Method Sets title 20060721
22 _CREATE_LOCAL_TABLE Instance method Private Method Generate Local Table from Original 20080407
23 _GET_TABLE_FIELDS Instance method Private Method Gets All Field Names of Input Help Table 20060724
24 _INIT_DATA Instance method Private Method Initialize Data 20060721
25 _IS_CLASSIC_ACTIVE Instance method Private Method Classic Display Active? 20060721
26 _IS_TABLE_ROW_CHECKBOX Instance method Private Method Is Table Column a Checkbox? 20060721
27 _IS_TABLE_ROW_ICON Instance method Private Method Is Table Column an Icon? 20060721
28 _ON_DOUBLE_CLICK Instance method Private Event handling method Handler: Double Click List 20060721
29 _ON_LINK_CLICK Instance method Private Event handling method Handler: Click Link List 20060721
30 _ON_USER_COMMAND Instance method Private Event handling method Handler: User Command 20060721
31 _TABLE_DISPLAY_POPUP Instance method Private Method Display Popup 20060721
32 _TABLE_GET_SELECTIONS Instance method Private Method Read Selections 20060721
33 _TABLE_SET_CHECKBOX Instance method Private Method Set Checkbox of a Row 20060721
34 _TABLE_SET_COLUMNS Instance method Private Method Define Columns 20060721
35 _TABLE_SET_FUNCTIONS Instance method Private Method Set Functions of List 20060721
36 _TABLE_SET_LAYOUT Instance method Private Method Set Layout of List 20060721
37 _TABLE_SET_SELECTIONS Instance method Private Method Set Selections 20060721
38 _TABLE_SET_TITLE Instance method Private Method Set Title of List 20060721
Events
Class CL_RECA_GUI_F4_POPUP has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 MTYPE_S_FIELDTEXT Private See coding Alternative Title for Field 20060721 BEGIN OF mtype_s_fieldtext, fieldname TYPE recafieldname, text TYPE string, END OF mtype_s_fieldtext
2 MTYPE_S_POPUP_POSITION Private See coding Position of Popup 20060721 BEGIN OF mtype_s_popup_position, start_column TYPE i, end_column TYPE i, start_line TYPE i, end_line TYPE i, END OF mtype_s_popup_position
3 MTYPE_S_REFERENCES Private See coding References to Tables 20060721 BEGIN OF mtype_s_references, r_f4original TYPE REF TO data, r_f4value TYPE REF TO data, r_mark TYPE REF TO data, r_result TYPE REF TO data, END OF mtype_s_references
4 MTYPE_T_FIELDTEXT Private See coding Alternative Titles for Fields 20060721 mtype_t_fieldtext TYPE SORTED TABLE OF mtype_s_fieldtext WITH UNIQUE KEY fieldname
Method Signatures

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_F4VALUE Call by reference Type reference (TYPE) STANDARD TABLE Anzuzeigende Werte 20060721

Method CONSTRUCTOR on class CL_RECA_GUI_F4_POPUP has no exception.

Method DISPLAY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EF_CANCELLED Call by reference Type reference (TYPE) ABAP_BOOL Bool: Abgebrochen 20061123
2 Exporting ET_RESULT Call by reference Type reference (TYPE) STANDARD TABLE Ausgewählte Werte 20060721
3 Importing ID_END_COLUMN Call by reference Type reference (TYPE) I Popup: Ende Spalte 20060721
4 Importing ID_END_LINE Call by reference Type reference (TYPE) I Popup: Ende Zeile 20060721
5 Importing ID_START_COLUMN Call by reference Type reference (TYPE) I Popup: Beginn Spalte 20060721
6 Importing ID_START_LINE Call by reference Type reference (TYPE) I Popup: Beginn Zeile 20060721
7 Importing IF_SEND_CANCEL_MSG Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Sendet "S" Meldung bei Abbruch 20060721

Method DISPLAY on class CL_RECA_GUI_F4_POPUP has no exception.

Method FACTORY_GRID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CHECKBOX_FIELD Call by reference Type reference (TYPE) RECAFIELDNAME Feldname: Zusätzliche Checkbox 20060721
2 Importing ID_CHECKBOX_FIELD_REF Call by reference Type reference (TYPE) RECAFIELDNAME Feldname: Checkbox nur aktiv, wenn REF gefüllt 20060721
3 Importing ID_KEY_FIELD Call by reference Type reference (TYPE) RECAFIELDNAME Feldname: Ergebnisschlüssel 20060721
4 Importing ID_REPID Value transfer Type reference (TYPE) SYREPID REPID: Falls Varianten gewünscht werden 20060721
5 Importing ID_REPID_HANDLE Call by reference Type reference (TYPE) SALV_S_LAYOUT_KEY-HANDLE VerwaltungsID für Mehrfachaufrufe aus dem selben Programm 20060721
6 Importing ID_TITLE Call by reference Type reference (TYPE) CSEQUENCE Titel des F4-Popups 20060721
7 Importing IF_CLASSIC_LAYOUT Call by reference Type reference (TYPE) ABAP_BOOL Bool: Als klassische Liste ausgeben 20060721
8 Importing IF_LAYOUT_DEFAULT Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE Bool: Klassich/Control F4 Default verwenden 20060721
9 Importing IF_MULTI Call by reference Type reference (TYPE) ABAP_BOOL Bool: Multi-Select 20060721
10 Importing IF_READONLY Call by reference Type reference (TYPE) ABAP_BOOL Bool: Nur Anzeigemodus 20060721
11 Importing IT_F4VALUE Call by reference Type reference (TYPE) STANDARD TABLE Tabelle mit Werten 20060721
12 Importing IT_HIDE_FIELD Call by reference Type reference (TYPE) RE_T_FIELDNAME Feldnamen: Versteckte Felder 20060721
13 Importing IT_KEY_FIELD Call by reference Type reference (TYPE) RE_T_FIELDNAME Feldnamen: Mehrere Ergebnisschlüssel 20060721
14 Importing IT_MARK Call by reference Type reference (TYPE) STANDARD TABLE Tabelle der vormarkierten Zeile(n) 20060721
15 Importing IT_SORT_FIELD Call by reference Type reference (TYPE) RE_T_FIELDNAME Feldnamen: Sortierung (Aufwärts!) 20060721
16 Returning RO_F4_INSTANCE Value transfer Object reference (TYPE REF TO) CL_RECA_GUI_F4_POPUP F4 Hilfe Instanz 20060721

Method FACTORY_GRID on class CL_RECA_GUI_F4_POPUP has no exception.

Method FREE Signature

Method FREE on class CL_RECA_GUI_F4_POPUP has no parameter.
Method FREE on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_CHECKBOX_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_CHECKBOX_FIELD Call by reference Type reference (TYPE) CLIKE Feldname: Zusätzliche Checkbox 20060721
2 Importing ID_CHECKBOX_FIELD_REF Call by reference Type reference (TYPE) CLIKE Feldname: Checkbox nur aktiv, wenn REF gefüllt 20060721

Method SET_CHECKBOX_FIELDS on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_CLASSIC_LAYOUT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_CLASSIC_LAYOUT Call by reference Type reference (TYPE) ABAP_BOOL Klassisches Layout verwenden 20060721
2 Importing IF_USE_DEFAULT Call by reference Type reference (TYPE) ABAP_BOOL Systemeinstellungen verwenden 20060721

Method SET_CLASSIC_LAYOUT on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_FIELD_COLTAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FIELDNAME Call by reference Type reference (TYPE) CLIKE Feldname für neuen Text 20061114
2 Importing IF_REMOVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Als Text entfernen 20061114

Method SET_FIELD_COLTAB on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_FIELD_HIDDEN Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FIELDNAME Call by reference Type reference (TYPE) CLIKE Feldname: Verstecktes Feld 20060724
2 Importing IF_REMOVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Als Verstecktes Feld entfernen 20060724

Method SET_FIELD_HIDDEN on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_FIELD_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FIELDNAME Call by reference Type reference (TYPE) CLIKE Feldname 20060724
2 Importing IF_REMOVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Als Schlüssel entfernen 20060724

Method SET_FIELD_KEY on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_FIELD_POSITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FIELDNAME Call by reference Type reference (TYPE) CLIKE Feldname: Position 20061016
2 Importing ID_POSITION Call by reference Type reference (TYPE) NUMERIC 20061016
3 Importing IF_REMOVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Als Positionsfeld entfernen 20061016

Method SET_FIELD_POSITION on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_FIELD_SORT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FIELDNAME Call by reference Type reference (TYPE) CLIKE Feldname: Sortierung (Aufwärts!) 20060724
2 Importing IF_REMOVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Als Sortierfeld entfernen 20060724

Method SET_FIELD_SORT on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_FIELD_STYLETAB Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FIELDNAME Call by reference Type reference (TYPE) CLIKE Feldname für neuen Text 20061114
2 Importing IF_REMOVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Als Text entfernen 20061114

Method SET_FIELD_STYLETAB on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_FIELD_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_FIELDNAME Call by reference Type reference (TYPE) CLIKE Feldname für neuen Text 20060724
2 Importing ID_TEXT Call by reference Type reference (TYPE) CLIKE Neuer Text 20060724
3 Importing IF_REMOVE Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Als Text entfernen 20060724

Method SET_FIELD_TEXT on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_HIDDEN_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_ALL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Alles ausblenden 20060724
2 Importing IT_HIDE_FIELD Call by reference Type reference (TYPE) RE_T_FIELDNAME Feldnamen 20060721

Method SET_HIDDEN_FIELDS on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_KEY_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_KEY_FIELD Call by reference Type reference (TYPE) CLIKE Feldname: Ergebnisschlüssel 20060721
2 Importing IF_ALL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Alles ausblenden 20060724
3 Importing IT_KEY_FIELD Call by reference Type reference (TYPE) RE_T_FIELDNAME Feldnamen: Mehrere Ergebnisschlüssel 20060721

Method SET_KEY_FIELDS on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_MARKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_MARK Call by reference Type reference (TYPE) STANDARD TABLE Tabelle der vormarkierten Zeile(n) 20060724

Method SET_MARKS on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_MULTI Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_MULTI Call by reference Type reference (TYPE) ABAP_BOOL Mehrfachauswahl 20060721

Method SET_MULTI on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_READONLY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_READONLY Call by reference Type reference (TYPE) ABAP_BOOL Anzeigemodus 20060721

Method SET_READONLY on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_REPID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_REPID Call by reference Type reference (TYPE) SYREPID Report ID des Aufrufers 20060721
2 Importing ID_REPID_HANDLE Call by reference Type reference (TYPE) SALV_S_LAYOUT_KEY-HANDLE Handle des Aufrufers 20060721

Method SET_REPID on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_SORT_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IF_ALL Call by reference Type reference (TYPE) ABAP_BOOL ABAP_FALSE Alles ausblenden 20060724
2 Importing IT_SORT_FIELD Call by reference Type reference (TYPE) RE_T_FIELDNAME Feldnamen 20060721

Method SET_SORT_FIELDS on class CL_RECA_GUI_F4_POPUP has no exception.

Method SET_TITLE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_TITLE Call by reference Type reference (TYPE) CLIKE Titel 20060721

Method SET_TITLE on class CL_RECA_GUI_F4_POPUP has no exception.

Method _CREATE_LOCAL_TABLE Signature

Method _CREATE_LOCAL_TABLE on class CL_RECA_GUI_F4_POPUP has no parameter.
Method _CREATE_LOCAL_TABLE on class CL_RECA_GUI_F4_POPUP has no exception.

Method _GET_TABLE_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELDNAME Value transfer Type reference (TYPE) RE_T_FIELDNAME Felder der Tabelle 20060724

Method _GET_TABLE_FIELDS on class CL_RECA_GUI_F4_POPUP has no exception.

Method _INIT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IT_F4VALUE Call by reference Type reference (TYPE) STANDARD TABLE Anzuzeigende Werte 20060721

Method _INIT_DATA on class CL_RECA_GUI_F4_POPUP has no exception.

Method _IS_CLASSIC_ACTIVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RF_CLASSIC Value transfer Type reference (TYPE) ABAP_BOOL Klassische Anzeige 20060721

Method _IS_CLASSIC_ACTIVE on class CL_RECA_GUI_F4_POPUP has no exception.

Method _IS_TABLE_ROW_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NAME Call by reference Type reference (TYPE) CLIKE Spaltenname 20060721
2 Returning RF_CHECKBOX Value transfer Type reference (TYPE) ABAP_BOOL Checkbox? 20060721

Method _IS_TABLE_ROW_CHECKBOX on class CL_RECA_GUI_F4_POPUP has no exception.

Method _IS_TABLE_ROW_ICON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_NAME Call by reference Type reference (TYPE) CLIKE Spaltenname 20060721
2 Returning RF_ICON Value transfer Type reference (TYPE) ABAP_BOOL Icon? 20060721

Method _IS_TABLE_ROW_ICON on class CL_RECA_GUI_F4_POPUP has no exception.

Method _ON_DOUBLE_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ROW Value transfer Attribute reference (LIKE) 20060721

Method _ON_DOUBLE_CLICK on class CL_RECA_GUI_F4_POPUP has no exception.

Method _ON_LINK_CLICK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ROW Value transfer Attribute reference (LIKE) 20060721

Method _ON_LINK_CLICK on class CL_RECA_GUI_F4_POPUP has no exception.

Method _ON_USER_COMMAND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing E_SALV_FUNCTION Value transfer Attribute reference (LIKE) 20060721

Method _ON_USER_COMMAND on class CL_RECA_GUI_F4_POPUP has no exception.

Method _TABLE_DISPLAY_POPUP Signature

Method _TABLE_DISPLAY_POPUP on class CL_RECA_GUI_F4_POPUP has no parameter.
Method _TABLE_DISPLAY_POPUP on class CL_RECA_GUI_F4_POPUP has no exception.

Method _TABLE_GET_SELECTIONS Signature

Method _TABLE_GET_SELECTIONS on class CL_RECA_GUI_F4_POPUP has no parameter.
Method _TABLE_GET_SELECTIONS on class CL_RECA_GUI_F4_POPUP has no exception.

Method _TABLE_SET_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ID_ROW Call by reference Type reference (TYPE) NUMERIC Zeile 20060721

Method _TABLE_SET_CHECKBOX on class CL_RECA_GUI_F4_POPUP has no exception.

Method _TABLE_SET_COLUMNS Signature

Method _TABLE_SET_COLUMNS on class CL_RECA_GUI_F4_POPUP has no parameter.
Method _TABLE_SET_COLUMNS on class CL_RECA_GUI_F4_POPUP has no exception.

Method _TABLE_SET_FUNCTIONS Signature

Method _TABLE_SET_FUNCTIONS on class CL_RECA_GUI_F4_POPUP has no parameter.
Method _TABLE_SET_FUNCTIONS on class CL_RECA_GUI_F4_POPUP has no exception.

Method _TABLE_SET_LAYOUT Signature

Method _TABLE_SET_LAYOUT on class CL_RECA_GUI_F4_POPUP has no parameter.
Method _TABLE_SET_LAYOUT on class CL_RECA_GUI_F4_POPUP has no exception.

Method _TABLE_SET_SELECTIONS Signature

Method _TABLE_SET_SELECTIONS on class CL_RECA_GUI_F4_POPUP has no parameter.
Method _TABLE_SET_SELECTIONS on class CL_RECA_GUI_F4_POPUP has no exception.

Method _TABLE_SET_TITLE Signature

Method _TABLE_SET_TITLE on class CL_RECA_GUI_F4_POPUP has no parameter.
Method _TABLE_SET_TITLE on class CL_RECA_GUI_F4_POPUP has no exception.
History
Last changed by/on SAP  20100310 
SAP Release Created in 700