SAP ABAP Class CL_HRRCF_ITERATOR (Service Class for TableView Iterator)
Hierarchy
ERECRUIT (Software Component) E-Recruiting
   PA-ER (Application Component) E-Recruiting
     PAOC_RCF_UI (Package) Recruitment Factory: User Interface
Meta Relationship - Using
# Relationship type Using Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_CONSTANTS General Constants for Candidate Classes 20021015
2 Interface implementation (CLASS c. INTERFACES i_ref)  IF_HRRCF_CONSTANTS_UI Constants for Interface 20021209
Properties
Class CL_HRRCF_ITERATOR  
Short Description Service Class for TableView Iterator    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package PAOC_RCF_UI   Recruitment Factory: User Interface 
Created 20021014   SAP 
Last change 20131127   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CL_HRRCF_UI_SERVICES Forward declaration class (CLASS c DEFINITION DEFERRED)  Forward declaration class (CLASS c DEFINITION DEFERRED)
Interfaces
# Interface Abstract Final Description Created on
1 IF_HRRCF_CONSTANTS General Constants for Candidate Classes 20021015
2 IF_HRRCF_CONSTANTS_UI Constants for Interface 20021209
Friends
Class CL_HRRCF_ITERATOR has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 APPLY_ICON Instance attribute Private Attribute reference (LIKE) 20030320
2 COVERLETTER_ICON Instance attribute Private Attribute reference (LIKE) 20030320
3 DISPLAY_TEXT_ICON Instance attribute Private Attribute reference (LIKE) 20030117
4 EMPLOYEE_ICON Instance attribute Private Attribute reference (LIKE) 20021209
5 HR_POSITION_ICON Instance attribute Private Attribute reference (LIKE) 20040119
6 INITIAL_ICON Instance attribute Private Attribute reference (LIKE) 20040119
7 LINKED_DOCUMENT_ICON Instance attribute Private Attribute reference (LIKE) 20030724
8 NEW_EMPLOYEE_ICON Instance attribute Private Attribute reference (LIKE) 20040119
9 SELECTED_ICON Instance attribute Private Attribute reference (LIKE) 20030331
10 SPACE_ICON Instance attribute Private Attribute reference (LIKE) 20021209
11 TRUE Instance attribute Private Attribute reference (LIKE) 20021015
Methods
# Method Level Visibility Method type Description Created on
1 GET_BEE_BUTTON Static method Public Method Constructs Bee for Button 20040217
2 GET_BEE_CHECKBOX Static method Public Method Constructs Bee for Checkbox 20021015
3 GET_BEE_IMAGE Static method Public Method Constructs Bee for Link with Icon (Server Event) 20021016
4 GET_BEE_IMAGELINK Static method Public Method Constructs Bee for Link with Icon (Server Event) 20030128
5 GET_BEE_IMAGELINK_TARGET Static method Public Method Constructs Bee for Link with Icon (New Window) 20021014
6 GET_BEE_INPUT_CHECKBOX Static method Public Method Constructs Bee for Checkbox Entry 20030310
7 GET_BEE_INPUT_DATE Static method Public Method Constructs Bee for Date Entry 20050303
8 GET_BEE_INPUT_DROPDOWN_LISTBOX Static method Public Method Constructs Bee for Dropdown Listbox Entry 20040209
9 GET_BEE_INPUT_TEXT Static method Public Method Constructs Bee for Text Entry 20030310
10 GET_BEE_LINK Static method Public Method Constructs Bee for Link (Server Event) 20021106
11 GET_BEE_LINK_TARGET Static method Public Method Constructs Bee for Link (New Window) 20021014
12 GET_BEE_TEXTVIEW Static method Public Method Constructs Bee for TextView 20021118
13 GET_CELL_VALUE Static method Public Method Returns Value of a Specific Cell 20021014
14 GET_COLUMN_DEFINITION Static method Public Method Constructs Column Definition 20021014
15 GET_ROW_COL_FOR_EVENT Static method Public Method Gets Row and Column Index of Cell That Is Clicked 20030310
16 GET_ROW_INDEX_BY_EVENT Static method Public Method Gets Row Index for Triggered Event in TableView 20021205
17 GET_TV_ATTR Static method Public Method Gets the attributes of the table view 20040206
18 GET_TV_INDEX Static method Public Method Gets Index of Selected TV Entry (Do_Handle_Data) 20040127
19 MODIFY_TABLE_ENTRIES_FOR_CELL Static method Public Method Modify Internal Table for Tableview for Specified Cells 20030310
20 RENDER_CELL_START_APPLICATION Static method Public Method Constructs Bee with Icon for Indicator 'APPLICATION' 20030117
21 RENDER_CELL_START_HAS_APPLIED Static method Public Method Constructs Bee with Icon for Indicator 'HAS_APPLIED' 20030320
22 RENDER_CELL_START_IS_EMPLOYEE Static method Public Method Constructs Bee with Icon for Indicator 'IS_EMPLOYEE' 20021209
23 RENDER_CELL_START_POSTING_INST Static method Public Method Constructs Bee with Link to Posting Instance 20030321
24 SET_CELL_VALUE Static method Public Method Sets value of specific cell 20040428
25 SET_TV_MARKS Static method Public Method Set/delete table view selections 20040309
Events
Class CL_HRRCF_ITERATOR has no event.
Types
Class CL_HRRCF_ITERATOR has no local type.
Method Signatures

Method GET_BEE_BUTTON Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE BSP-Extension-Expression 20040217
2 Importing P_COLUMN_INDEX Call by reference Type reference (TYPE) I 20040217
3 Importing P_COLUMN_KEY Call by reference Type reference (TYPE) STRING 20040217
4 Importing P_ONCLICK Call by reference Type reference (TYPE) STRING 20040217
5 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA 20040217
6 Importing P_ROW_INDEX Call by reference Type reference (TYPE) I 20040217
7 Importing P_TABLEVIEW_ID Call by reference Type reference (TYPE) STRING 20040217
8 Importing P_TEXT Call by reference Type reference (TYPE) STRING 20040217
9 Importing P_TOOLTIP_ALIAS Call by reference Type reference (TYPE) STRING 20040217

Method GET_BEE_BUTTON on class CL_HRRCF_ITERATOR has no exception.

Method GET_BEE_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE BSP-Extension-Expression 20021015
2 Importing P_COLUMN_KEY Call by reference Type reference (TYPE) STRING Spaltenschlüssel 20021015
3 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA Zeile des TableView 20021015
4 Importing P_TOOLTIP_ALIAS Call by reference Type reference (TYPE) STRING OTR-Alias für Tooltip 20021015

Method GET_BEE_CHECKBOX on class CL_HRRCF_ITERATOR has no exception.

Method GET_BEE_IMAGE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE Konstruiertes Bee 20021016
2 Importing P_CELL_ID Call by reference Type reference (TYPE) STRING ID der Zelle 20021204
3 Importing P_IMAGE_SOURCE Call by reference Type reference (TYPE) STRING ID des Icons 20021016
4 Importing P_ONCLICK Call by reference Type reference (TYPE) STRING Server-Event 20021204
5 Importing P_TOOLTIP Call by reference Type reference (TYPE) STRING Tooltip als String 20021109
6 Importing P_TOOLTIP_ALIAS Call by reference Type reference (TYPE) STRING OTR-Alias des Tooltips 20021016

Method GET_BEE_IMAGE on class CL_HRRCF_ITERATOR has no exception.

Method GET_BEE_IMAGELINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE Konstruiertes Bee 20030128
2 Importing P_CELL_ID Call by reference Type reference (TYPE) STRING 20030128
3 Importing P_IMAGE_SOURCE Call by reference Type reference (TYPE) STRING ID des Icons 20030128
4 Importing P_ONCLIENTCLICK Call by reference Type reference (TYPE) STRING 20030128
5 Importing P_TOOLTIP_ALIAS Call by reference Type reference (TYPE) STRING OTR-Alias des Tooltips 20030128
6 Importing P_TOOLTIP_TEXT Call by reference Type reference (TYPE) STRING Text für Tooltip 20030128

Method GET_BEE_IMAGELINK on class CL_HRRCF_ITERATOR has no exception.

Method GET_BEE_IMAGELINK_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE Konstruiertes Bee 20021014
2 Importing P_IMAGE_SOURCE Call by reference Type reference (TYPE) STRING ID des Icons 20021014
3 Importing P_REFERENCE Call by reference Type reference (TYPE) STRING Zielseite des Links 20021014
4 Importing P_TARGET Call by reference Type reference (TYPE) STRING Target des Links 20021014
5 Importing P_TOOLTIP_ALIAS Call by reference Type reference (TYPE) STRING OTR-Alias des Tooltips 20021014
6 Importing P_TOOLTIP_TEXT Call by reference Type reference (TYPE) STRING Text für Tooltip 20021117

Method GET_BEE_IMAGELINK_TARGET on class CL_HRRCF_ITERATOR has no exception.

Method GET_BEE_INPUT_CHECKBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE BSP-Extension-Expression 20030310
2 Importing P_CHECKED Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20040209
3 Importing P_COLUMN_INDEX Call by reference Type reference (TYPE) I 20030310
4 Importing P_COLUMN_KEY Call by reference Type reference (TYPE) STRING Spaltenschlüssel 20030310
5 Importing P_DISABLED Call by reference Type reference (TYPE) STRING Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030310
6 Importing P_ONCLICK Call by reference Type reference (TYPE) STRING 20030310
7 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA Zeile des TableView 20030310
8 Importing P_ROW_INDEX Call by reference Type reference (TYPE) I 20030310
9 Importing P_TABLEVIEW_ID Call by reference Type reference (TYPE) STRING 20030310
10 Importing P_TOOLTIP_ALIAS Call by reference Type reference (TYPE) STRING OTR-Alias für Tooltip 20030310

Method GET_BEE_INPUT_CHECKBOX on class CL_HRRCF_ITERATOR has no exception.

Method GET_BEE_INPUT_DATE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE BSP-Extension-Expression 20050303
2 Importing P_CELL_ID Call by reference Type reference (TYPE) STRING Zell-ID 20050303
3 Importing P_COLUMN_INDEX Call by reference Type reference (TYPE) I 20050303
4 Importing P_COLUMN_KEY Call by reference Type reference (TYPE) STRING Spaltenschlüssel 20050303
5 Importing P_DISABLED Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20050303
6 Importing P_INVALID Call by reference Type reference (TYPE) STRING Datumseingabe ungültig 20050308
7 Importing P_MAXLENGTH Call by reference Type reference (TYPE) STRING 20050303
8 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA Zeile des TableView 20050303
9 Importing P_ROW_INDEX Call by reference Type reference (TYPE) I 20050303
10 Importing P_SIZE Call by reference Type reference (TYPE) STRING 20050303
11 Importing P_TABLEVIEW_ID Call by reference Type reference (TYPE) STRING 20050303
12 Importing P_TOOLTIP_ALIAS Call by reference Type reference (TYPE) STRING OTR-Alias für Tooltip 20050303
13 Importing P_VALUE Value transfer Type reference (TYPE) STRING Datum 20050308

Method GET_BEE_INPUT_DATE on class CL_HRRCF_ITERATOR has no exception.

Method GET_BEE_INPUT_DROPDOWN_LISTBOX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE BSP-Extension-Expression 20040209
2 Importing PT_VALUETAB Call by reference Type reference (TYPE) TABLE Value table 20040209
3 Importing P_COLUMN_INDEX Call by reference Type reference (TYPE) I 20040209
4 Importing P_COLUMN_KEY Call by reference Type reference (TYPE) STRING Spaltenschlüssel 20040209
5 Importing P_DISABLED Call by reference Type reference (TYPE) STRING 'FALSE' 20050504
6 Importing P_KEYCOL Call by reference Type reference (TYPE) STRING 20040209
7 Importing P_ONSELECT Call by reference Type reference (TYPE) STRING 20040209
8 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA Zeile des TableView 20040209
9 Importing P_ROW_INDEX Call by reference Type reference (TYPE) I 20040209
10 Importing P_TABLEVIEW_ID Call by reference Type reference (TYPE) STRING 20040209
11 Importing P_TOOLTIP_ALIAS Call by reference Type reference (TYPE) STRING OTR-Alias für Tooltip 20040209
12 Importing P_VALUECOL Call by reference Type reference (TYPE) STRING 20040209
13 Importing P_WIDTH Call by reference Type reference (TYPE) STRING width of a dropdown 20061208

Method GET_BEE_INPUT_DROPDOWN_LISTBOX on class CL_HRRCF_ITERATOR has no exception.

Method GET_BEE_INPUT_TEXT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE BSP-Extension-Expression 20030310
2 Importing P_COLUMN_INDEX Call by reference Type reference (TYPE) I 20030310
3 Importing P_COLUMN_KEY Call by reference Type reference (TYPE) STRING Spaltenschlüssel 20030310
4 Importing P_DISABLED Call by reference Type reference (TYPE) BOOLE_D Datenelement zur Domäne BOOLE: TRUE (='X') und FALSE (=' ') 20030310
5 Importing P_MAXLENGTH Call by reference Type reference (TYPE) STRING 20030407
6 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA Zeile des TableView 20030310
7 Importing P_ROW_INDEX Call by reference Type reference (TYPE) I 20030310
8 Importing P_SIZE Call by reference Type reference (TYPE) STRING 20030407
9 Importing P_TABLEVIEW_ID Call by reference Type reference (TYPE) STRING 20030310
10 Importing P_TOOLTIP_ALIAS Call by reference Type reference (TYPE) STRING OTR-Alias für Tooltip 20030310

Method GET_BEE_INPUT_TEXT on class CL_HRRCF_ITERATOR has no exception.

Method GET_BEE_LINK Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE Konstruiertes Bee 20021106
2 Importing P_CELL_ID Call by reference Type reference (TYPE) STRING ID der Zelle 20021204
3 Importing P_COLUMN_KEY Call by reference Type reference (TYPE) STRING Spaltenschlüssel 20021106
4 Importing P_ONCLICK Call by reference Type reference (TYPE) STRING Server-Event 20021204
5 Importing P_ONCLIENTCLICK Call by reference Type reference (TYPE) STRING JavaScript 20030128
6 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA Zeile des TableViews 20021106
7 Importing P_TEXT Call by reference Type reference (TYPE) STRING Text als String 20030129
8 Importing P_TEXT_ALIAS Call by reference Type reference (TYPE) STRING OTR Alias des Texts 20021115
9 Importing P_TOOLTIP Call by reference Type reference (TYPE) STRING Tooltip als String 20040204
10 Importing P_TOOLTIP_ALIAS Call by reference Type reference (TYPE) STRING OTR Alias des Tooltips 20021106

Method GET_BEE_LINK on class CL_HRRCF_ITERATOR has no exception.

Method GET_BEE_LINK_TARGET Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE Konstruiertes Bee 20021014
2 Importing P_COLUMN_KEY Call by reference Type reference (TYPE) STRING Spaltenschlüssel 20021015
3 Importing P_REFERENCE Call by reference Type reference (TYPE) STRING Zielseite des Links 20021014
4 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA Zeile des TableViews 20021014
5 Importing P_TARGET Call by reference Type reference (TYPE) STRING Target des Links 20021014
6 Importing P_TEXT Call by reference Type reference (TYPE) STRING 20030110
7 Importing P_TEXT_ALIAS Call by reference Type reference (TYPE) STRING OTR Alias für Text 20021115
8 Importing P_TOOLTIP_ALIAS Call by reference Type reference (TYPE) STRING OTR Alias für Tooltip 20021118

Method GET_BEE_LINK_TARGET on class CL_HRRCF_ITERATOR has no exception.

Method GET_BEE_TEXTVIEW Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE Konstruiertes Bee 20021118
2 Importing P_TEXT Call by reference Type reference (TYPE) STRING Text als String 20030109
3 Importing P_TEXT_ALIAS Call by reference Type reference (TYPE) STRING OTR Alias des Texts 20021118
4 Importing P_TOOLTIP Call by reference Type reference (TYPE) STRING Tooltip als String 20040204
5 Importing P_TOOLTIP_ALIAS Call by reference Type reference (TYPE) STRING OTR Alias des Tooltips 20040204

Method GET_BEE_TEXTVIEW on class CL_HRRCF_ITERATOR has no exception.

Method GET_CELL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_CELL_VALUE Call by reference Type reference (TYPE) STRING Wert der Zelle 20021014
2 Importing P_COLUMN_KEY Call by reference Type reference (TYPE) STRING Spaltenschlüssel 20021015
3 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA Zeile des TableViews 20021014

Method GET_CELL_VALUE on class CL_HRRCF_ITERATOR has no exception.

Method GET_COLUMN_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PS_COLUMN_DEFINITION Call by reference Type reference (TYPE) TABLEVIEWCONTROL Spalte vom TableView 20021014
2 Importing P_ALIGNMENT Call by reference Type reference (TYPE) STRING Horizontale Ausrichtung 20021118
3 Importing P_COLUMN_ALIAS Call by reference Type reference (TYPE) STRING OTR-Alias für Spaltenüberschrift 20021014
4 Importing P_COLUMN_NAME Call by reference Type reference (TYPE) STRING Spaltenschlüssel 20021015
5 Importing P_COLUMN_TEXT Call by reference Type reference (TYPE) STRING 20030905
6 Importing P_COLUMN_WIDTH Call by reference Type reference (TYPE) STRING Breite der Spalte in % 20021014
7 Importing P_ON_CELL_CLICK Call by reference Type reference (TYPE) STRING Server Event für Zelle in Spalte 20021017
8 Importing P_SORT Call by reference Type reference (TYPE) BOOLE_D Sortieren 20021115

Method GET_COLUMN_DEFINITION on class CL_HRRCF_ITERATOR has no exception.

Method GET_ROW_COL_FOR_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting P_COLUMN_INDEX Call by reference Type reference (TYPE) I Column index of cell clicked 20030310
2 Importing P_EVENT Call by reference Type reference (TYPE) STRING HTMLB Basic Event 20030310
3 Exporting P_ROW_INDEX Call by reference Type reference (TYPE) I Row index of cell clicked 20030310

Method GET_ROW_COL_FOR_EVENT on class CL_HRRCF_ITERATOR has no exception.

Method GET_ROW_INDEX_BY_EVENT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_EVENT Call by reference Type reference (TYPE) STRING Event 20021205
2 Returning P_ROW_INDEX Value transfer Type reference (TYPE) INT4 Zeilenindex 20021205

Method GET_ROW_INDEX_BY_EVENT on class CL_HRRCF_ITERATOR has no exception.

Method GET_TV_ATTR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PO_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20040206
2 Exporting PO_TV_EVENT Call by reference Object reference (TYPE REF TO) CL_HTMLB_EVENT_TABLEVIEW Event Data 20060403
3 Exporting PS_SELECTED_KEY Call by reference Type reference (TYPE) ANY 20040206
4 Exporting PT_SELECTED_INDICES Call by reference Type reference (TYPE) INT4_TABLE Standard Table of INT4 20040209
5 Exporting PT_SELECTED_KEYS Call by reference Type reference (TYPE) ANY TABLE 20040206
6 Importing P_COMPONENT_ID Call by reference Type reference (TYPE) STRING ID des Controllers (Attribut component_id) 20040206
7 Exporting P_SELECTED_INDEX Call by reference Type reference (TYPE) STRING 20040209
8 Importing P_TV_ID Call by reference Type reference (TYPE) STRING Tableview ID aus Layout 20040206
9 Exporting P_VISIBLE_FIRST_INDEX Call by reference Type reference (TYPE) STRING 20040206
10 Exporting P_VISIBLE_FIRST_KEY Call by reference Type reference (TYPE) ANY 20040206

Method GET_TV_ATTR on class CL_HRRCF_ITERATOR has no exception.

Method GET_TV_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PT_FORM_FIELDS Call by reference Type reference (TYPE) TIHTTPNVP HTTP Framework (iHTTP) Tabelle Name/Wert-Paare 20040127
2 Exporting PT_INDICES Call by reference Type reference (TYPE) RCF_T_INT4 Selektierte Indizes 20040127
3 Importing P_ID Call by reference Type reference (TYPE) STRING Tableview ID (BSP) 20040127
4 Exporting P_INDEX Call by reference Type reference (TYPE) INT4 Selektierter Index 20040127

Method GET_TV_INDEX on class CL_HRRCF_ITERATOR has no exception.

Method MODIFY_TABLE_ENTRIES_FOR_CELL Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing PT_ITAB Call by reference Type reference (TYPE) TABLE Internal table for modification 20030310
2 Importing P_COLUMN_INDEX Call by reference Type reference (TYPE) I Column index to modify 20030310
3 Importing P_COMPONENT_ID Call by reference Type reference (TYPE) STRING 20030310
4 Importing P_EVENT Call by reference Object reference (TYPE REF TO) CL_HTMLB_EVENT HTMLB Basic Event 20030310
5 Importing P_HITS_PER_PAGE Call by reference Type reference (TYPE) I Number of visible rows in tableview 20030310
6 Importing P_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20030310
7 Importing P_ROW_INDEX Call by reference Type reference (TYPE) I Row index to modify 20030310
8 Importing P_TABLEVIEW_ID Call by reference Type reference (TYPE) STRING tableview id 20030310

Method MODIFY_TABLE_ENTRIES_FOR_CELL on class CL_HRRCF_ITERATOR has no exception.

Method RENDER_CELL_START_APPLICATION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE BSP-Extension-Expression 20030117
2 Importing PT_T77S0_BSPWL Call by reference Type reference (TYPE) T77S0 System Table 20091108
3 Importing P_CELL_ID Call by reference Type reference (TYPE) STRING 20030128
4 Importing P_COL_KEY_APPL_DATE Call by reference Type reference (TYPE) STRING 'APPL_DATE' Spaltenschlüssel für 'APPL_DATE' 20030117
5 Importing P_COL_KEY_APPL_HROBJECT Call by reference Type reference (TYPE) STRING 'APPL_HROBJECT' Spaltenschlüssel für 'APPL_HROBJECT' 20030117
6 Importing P_COL_KEY_CDCY_CREATE_DATE Call by reference Type reference (TYPE) STRING 'CDCY_CREATE_DATE' Spaltenschlüssel für 'CDCY_CREATE_DATE' 20030724
7 Importing P_COL_KEY_CDCY_HROBJECT Call by reference Type reference (TYPE) STRING 'CDCY_HROBJECT' Spaltenschlüssel für 'CDCY_HROBJECT' 20030724
8 Importing P_COL_KEY_IS_ORIG_CDCY Call by reference Type reference (TYPE) STRING 'IS_ORIG_CDCY' Spaltenschlüssel für 'IS_ORIG_CDCY' 20030724
9 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA Zeile des TableViews 20030117

Method RENDER_CELL_START_APPLICATION on class CL_HRRCF_ITERATOR has no exception.

Method RENDER_CELL_START_HAS_APPLIED Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE Konstruierte BSP-Extension-Expression 20030320
2 Importing P_CELL_ID Call by reference Type reference (TYPE) STRING ID der Zelle 20030320
3 Importing P_CHECK_PINST_STATUS Call by reference Type reference (TYPE) BOOLE_D ' ' Indikator: Prüfen, ob AusschreibInst im Status 'Freigegeben' 20030320
4 Importing P_COL_KEY_HAS_APPLIED Call by reference Type reference (TYPE) STRING 'HAS_APPLIED' Spaltenschlüssel für 'HAS_APPLIED' 20030320
5 Importing P_COL_KEY_PINST_GUID Call by reference Type reference (TYPE) STRING 'PINST_GUID' Spaltenschlüssel für 'PINST_GUID' 20030320
6 Importing P_COL_KEY_PINST_STATUS Call by reference Type reference (TYPE) STRING 'PINST_STATUS' Spaltenschlüssel für 'PINST_STATUS' 20030320
7 Importing P_IS_SELECTED_ROW Call by reference Type reference (TYPE) BOOLE_D ' ' Indikator: Zeile des TableViews ist ausgewählt 20030331
8 Importing P_ONCLICK Call by reference Type reference (TYPE) STRING Server-Event 20030320
9 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA Zeile des TableViews 20030320

Method RENDER_CELL_START_HAS_APPLIED on class CL_HRRCF_ITERATOR has no exception.

Method RENDER_CELL_START_IS_EMPLOYEE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE BSP-Extension-Expression 20021209
2 Importing P_COL_KEY_EMPLOYEEID Call by reference Type reference (TYPE) STRING 'EMPLOYEEID' Spaltenschlüssel für 'EMPLOYEEID' 20021209
3 Importing P_COL_KEY_IS_EMPLOYEE Call by reference Type reference (TYPE) STRING 'IS_EMPLOYEE' Spaltenschlüssel für 'IS_EMPLOYEE' 20021209
4 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA Zeile des TableViews 20021209

Method RENDER_CELL_START_IS_EMPLOYEE on class CL_HRRCF_ITERATOR has no exception.

Method RENDER_CELL_START_POSTING_INST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting PO_BEE Call by reference Object reference (TYPE REF TO) IF_BSP_BEE Konstruierte BSP-Extension-Expression 20030321
2 Importing P_CELL_ID Call by reference Type reference (TYPE) STRING ID der Zelle 20030321
3 Importing P_CHECK_PINST_STATUS Call by reference Type reference (TYPE) BOOLE_D ' ' Indikator: Prüfen, ob AusschreibInst im Status 'Freigegeben' 20030321
4 Importing P_COLUMN_KEY Call by reference Type reference (TYPE) STRING Zeilenschlüssel 20030321
5 Importing P_COL_KEY_PINST_GUID Call by reference Type reference (TYPE) STRING 'PINST_GUID' Spaltenschlüssel für 'PINST_GUID' 20030321
6 Importing P_COL_KEY_PINST_STATUS Call by reference Type reference (TYPE) STRING 'PINST_STATUS' Spaltenschlüssel für 'PINST_STATUS' 20030321
7 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA Zeile des TableViews 20030321

Method RENDER_CELL_START_POSTING_INST on class CL_HRRCF_ITERATOR has no exception.

Method SET_CELL_VALUE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing P_CELL_ALIAS Call by reference Type reference (TYPE) STRING OTR Text als Wert der Zelle 20040428
2 Importing P_CELL_VALUE Call by reference Type reference (TYPE) STRING Wert der Zelle 20040428
3 Importing P_COLUMN_KEY Call by reference Type reference (TYPE) STRING Spaltenschlüssel 20040428
4 Importing P_ROW_DATA_REF Call by reference Object reference (TYPE REF TO) DATA Zeile des TableViews 20040428

Method SET_CELL_VALUE on class CL_HRRCF_ITERATOR has no exception.

Method SET_TV_MARKS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing PO_HTMLB_EVENT_EX Call by reference Object reference (TYPE REF TO) IF_HTMLB_DATA Eingabedaten von HTMLB 20040309
2 Importing PO_REQUEST Call by reference Object reference (TYPE REF TO) IF_HTTP_REQUEST HTTP Framework (iHTTP) HTTP Request 20040309
3 Importing PT_TABLE Call by reference Type reference (TYPE) ANY TABLE 20040309
4 Importing P_COMPONENT_ID Call by reference Type reference (TYPE) STRING 20040309
5 Importing P_TV_ID Call by reference Type reference (TYPE) STRING 20040309

Method SET_TV_MARKS on class CL_HRRCF_ITERATOR has no exception.
History
Last changed by/on SAP  20131127 
SAP Release Created in 10A