Hierarchy
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_LOUI_TABLE_HELPER | Interface for modifying WD table | 20081024 |
Properties
| Class | CL_LOUI_TABLE_HELPER | |
| Short Description | class for modifying WD table | |
| Super Class | ||
| Instantiability of a Class | 0 | Private |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ERP_SLS_LO_OIF | Lean Order OIF |
| Created | 20081024 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
| # | Type group / Object type | Type | Type Description |
|---|---|---|---|
| 1 | Type group use (TYPE-POOLS tp) | Type group use (TYPE-POOLS tp) |
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_LOUI_TABLE_HELPER | Interface for modifying WD table | 20081024 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_LOUI_OBJECT_MODEL | 20111202 |
Attributes
Methods
Events
Class CL_LOUI_TABLE_HELPER has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TCS_ACTION_INFO | Public | See coding | 20081030 | begin of tcs_action_info,
id type string,
action type string,
param type string,
selection type flag,
text type string,
end of tcs_action_info
|
||
| 2 | TCS_DDLB | Private | See coding | 20081208 | begin of tcs_ddlb,
object_id type tabname,
field_name type fieldname,
lt_helpvalue type shsvaltab,
end of tcs_ddlb
|
||
| 3 | TCS_FIELD_ATTR | Private | See coding | 20081024 | begin of tcs_field_attr,
object_id type tabname,
field_name type fieldname,
caption type string,
read_only type flag,
end of tcs_field_attr
|
||
| 4 | TCS_HEADER_TEXT | Private | See coding | 20081024 | begin of tcs_header_text,
object_id type tabname,
text type string,
end of tcs_header_text
|
||
| 5 | TCS_TBITEM | Private | See coding | 20081024 | begin of tcs_tbitem,
id type string,
seqno_int type int4,
seqno_ext type int4,
tbitem type ref to if_wd_toolbar_item,
end of tcs_tbitem
|
||
| 6 | TCS_TCOL | Private | See coding | 20081024 | begin of tcs_tcol,
variant type string,
id type string,
seqno_int type int4,
seqno_ext type int4,
tcol type ref to cl_wd_table_column,
end of tcs_tcol
|
||
| 7 | TCT_ACTION_INFO | Public | See coding | 20081117 | tct_action_info type standard table of tcs_action_info
|
||
| 8 | TCT_DDLB | Private | See coding | 20081208 | tct_ddlb type standard table of tcs_ddlb
|
||
| 9 | TCT_FIELD_ATTR | Private | See coding | 20081024 | tct_field_attr type standard table of tcs_field_attr
|
||
| 10 | TCT_HEADER_TEXT | Private | See coding | 20081024 | tct_header_text type standard table of tcs_header_text
|
||
| 11 | TCT_TBITEM | Private | See coding | 20081024 | tct_tbitem type standard table of tcs_tbitem
|
||
| 12 | TCT_TCOL | Private | See coding | 20081024 | tct_tcol type standard table of tcs_tcol
|
Method Signatures
Method ADD_TBITEM_TO_TABLE Signature
Method ADD_TBITEM_TO_TABLE on class CL_LOUI_TABLE_HELPER has no parameter.
Method ADD_TBITEM_TO_TABLE on class CL_LOUI_TABLE_HELPER has no exception.
Method ADD_TCOL_TO_TABLE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_VARIANT | Call by reference | Type reference (TYPE) | STRING | 20081124 |
Method ADD_TCOL_TO_TABLE on class CL_LOUI_TABLE_HELPER has no exception.
Method CHECK_FIELDNAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_CELL_ID | Call by reference | Type reference (TYPE) | STRING | 20081120 | ||||
| 2 | EV_COM_PART | Call by reference | Type reference (TYPE) | STRING | 20081120 | ||||
| 3 | EV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20081120 | |||
| 4 | EV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20081120 | ||||
| 5 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20081119 | |||
| 6 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20081120 |
Method CHECK_FIELDNAME on class CL_LOUI_TABLE_HELPER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_LOUI_TABLE_HELPER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_LOUI_TABLE_HELPER has no exception.
Method COLLECT_TCOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TCOL | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE_COLUMN | Perforce change= / 20051117-120623 | 20081118 | |||
| 2 | IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20081118 | |||
| 3 | IV_VARIANT | Call by reference | Type reference (TYPE) | STRING | 20081124 |
Method COLLECT_TCOL on class CL_LOUI_TABLE_HELPER has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | Perforce change= / 20051117-120623 | 20081024 | |||
| 2 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20081024 | |||
| 3 | IV_OBJECT_PARENT | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20081024 | |||
| 4 | IV_ON_ENTER | Call by reference | Type reference (TYPE) | STRING | 20081024 |
Method CONSTRUCTOR on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_CAPTION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DDIC | Call by reference | Type reference (TYPE) | NUMC2 | Two digit number | 20081120 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20081120 | ||||
| 3 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081120 | ||||
| 4 | RR_CAP | Value transfer | Object reference (TYPE REF TO) | CL_WD_CAPTION | Perforce change= / 20051117-120623 | 20081120 |
Method CREATE_CAPTION on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_COLUMN_CB Signature
Method CREATE_COLUMN_CB on class CL_LOUI_TABLE_HELPER has no parameter.
Method CREATE_COLUMN_CB on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_COLUMN_DDBK Signature
Method CREATE_COLUMN_DDBK on class CL_LOUI_TABLE_HELPER has no parameter.
Method CREATE_COLUMN_DDBK on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_COLUMN_DDBK_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_CELL_EDITOR | Call by reference | Object reference (TYPE REF TO) | IF_WD_TABLE_CELL_EDITOR | Perforce change= / 20050316-075430 | 20081209 | |||
| 2 | IF_DISPLAY_KEY | Call by reference | Type reference (TYPE) | FLAG | SPACE | General Flag | 20081209 | ||
| 3 | IF_READONLY | Call by reference | Type reference (TYPE) | FLAG | SPACE | General Flag | 20081209 | ||
| 4 | IT_VALUE | Call by reference | Type reference (TYPE) | SHSVALTAB | Business Server Pages (BSP) Value List Search Help | 20081209 | |||
| 5 | IV_CAPTION_DDIC | Call by reference | Type reference (TYPE) | NUMC2 | Two digit number | 20081209 | |||
| 6 | IV_CAPTION_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081209 | ||||
| 7 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20081209 | |||
| 8 | IV_FIXEDPOS | Call by reference | Type reference (TYPE) | WDUI_TABLE_COLUMN_FIXED_POS | GC_FIXED_POS_NOT | Web Dynpro: TableColumnFixedPosition | 20081209 | ||
| 9 | IV_HALIGN | Call by reference | Type reference (TYPE) | WDUI_TABLE_COLUMN_HALIGN | GC_TCOL_HALIGN_AUTO | Web Dynpro: TableColumnHAlign | 20081209 | ||
| 10 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20081209 | |||
| 11 | IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | 0 | Natural Number | 20081209 | ||
| 12 | IV_TOOLTIP_DDIC | Call by reference | Type reference (TYPE) | NUMC2 | Two digit number | 20081209 | |||
| 13 | IV_TOOLTIP_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081209 | ||||
| 14 | IV_VARIANT | Call by reference | Type reference (TYPE) | STRING | 20081209 | ||||
| 15 | IV_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20081209 |
Method CREATE_COLUMN_DDBK_INT on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_COLUMN_GCB Signature
Method CREATE_COLUMN_GCB on class CL_LOUI_TABLE_HELPER has no parameter.
Method CREATE_COLUMN_GCB on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_COLUMN_GIM Signature
Method CREATE_COLUMN_GIM on class CL_LOUI_TABLE_HELPER has no parameter.
Method CREATE_COLUMN_GIM on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_COLUMN_GTV Signature
Method CREATE_COLUMN_GTV on class CL_LOUI_TABLE_HELPER has no parameter.
Method CREATE_COLUMN_GTV on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_COLUMN_IF Signature
Method CREATE_COLUMN_IF on class CL_LOUI_TABLE_HELPER has no parameter.
Method CREATE_COLUMN_IF on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_COLUMN_L2A Signature
Method CREATE_COLUMN_L2A on class CL_LOUI_TABLE_HELPER has no parameter.
Method CREATE_COLUMN_L2A on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_COLUMN_TV Signature
Method CREATE_COLUMN_TV on class CL_LOUI_TABLE_HELPER has no parameter.
Method CREATE_COLUMN_TV on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_HEADER_IF Signature
Method CREATE_HEADER_IF on class CL_LOUI_TABLE_HELPER has no parameter.
Method CREATE_HEADER_IF on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_POPIN_IF Signature
Method CREATE_POPIN_IF on class CL_LOUI_TABLE_HELPER has no parameter.
Method CREATE_POPIN_IF on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_POPIN_TV Signature
Method CREATE_POPIN_TV on class CL_LOUI_TABLE_HELPER has no parameter.
Method CREATE_POPIN_TV on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_TBITEM_BTN Signature
Method CREATE_TBITEM_BTN on class CL_LOUI_TABLE_HELPER has no parameter.
Method CREATE_TBITEM_BTN on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_TBITEM_BTNC Signature
Method CREATE_TBITEM_BTNC on class CL_LOUI_TABLE_HELPER has no parameter.
Method CREATE_TBITEM_BTNC on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_TBITEM_BTNC_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_REPEAT_SELECTED_ACTION | Call by reference | Type reference (TYPE) | WDY_BOOLEAN | ABAP_FALSE | Supplement for True Boolean Type: 'X' == True '' == False | 20081029 | ||
| 2 | IT_ACTION | Call by reference | Type reference (TYPE) | TDT_LOUI_ACTION_INFO | Table Type for Structure TDS_LOUI_MAI | 20081030 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20081028 | ||||
| 4 | IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20081028 | |||
| 5 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081028 |
Method CREATE_TBITEM_BTNC_INT on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_TBITEM_BTN_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IF_SELECTION | Call by reference | Type reference (TYPE) | FLAG | 'X' | General Flag | 20081030 | ||
| 2 | IV_ACTION | Call by reference | Type reference (TYPE) | STRING | 20081027 | ||||
| 3 | IV_ACTION_ID | Call by reference | Type reference (TYPE) | STRING | 20081030 | ||||
| 4 | IV_PARAM | Call by reference | Type reference (TYPE) | STRING | 20081030 | ||||
| 5 | IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | 0 | Natural Number | 20081027 | ||
| 6 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081027 |
Method CREATE_TBITEM_BTN_INT on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_TCOL Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_CAPTION_DDIC | Call by reference | Type reference (TYPE) | NUMC2 | Two digit number | 20081120 | |||
| 2 | IV_CAPTION_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081120 | ||||
| 3 | IV_FIXEDPOS | Call by reference | Type reference (TYPE) | WDUI_TABLE_COLUMN_FIXED_POS | GC_FIXED_POS_NOT | Web Dynpro: TableColumnFixedPosition | 20081118 | ||
| 4 | IV_HALIGN | Call by reference | Type reference (TYPE) | WDUI_TABLE_COLUMN_HALIGN | GC_TCOL_HALIGN_AUTO | Web Dynpro: TableColumnHAlign | 20081118 | ||
| 5 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20081118 | ||||
| 6 | IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20081120 | |||
| 7 | IV_VARIANT | Call by reference | Type reference (TYPE) | STRING | 20081124 | ||||
| 8 | IV_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20081118 | ||||
| 9 | RR_TCOL | Value transfer | Object reference (TYPE REF TO) | CL_WD_TABLE_COLUMN | Perforce change= / 20051117-120623 | 20081118 |
Method CREATE_TCOL on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_TCOL_CELL_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_CELL_EDITOR | Call by reference | Object reference (TYPE REF TO) | IF_WD_TABLE_CELL_EDITOR | Perforce change= / 20050316-075430 | 20081120 | |||
| 2 | IF_READONLY | Call by reference | Type reference (TYPE) | FLAG | SPACE | General Flag | 20081120 | ||
| 3 | IV_CAPTION_DDIC | Call by reference | Type reference (TYPE) | NUMC2 | Two digit number | 20081120 | |||
| 4 | IV_CAPTION_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081120 | ||||
| 5 | IV_CELL_TYPE | Call by reference | Type reference (TYPE) | STRING | 20081120 | ||||
| 6 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20081120 | |||
| 7 | IV_FIXEDPOS | Call by reference | Type reference (TYPE) | WDUI_TABLE_COLUMN_FIXED_POS | GC_FIXED_POS_NOT | Web Dynpro: TableColumnFixedPosition | 20081120 | ||
| 8 | IV_HALIGN | Call by reference | Type reference (TYPE) | WDUI_TABLE_COLUMN_HALIGN | GC_TCOL_HALIGN_AUTO | Web Dynpro: TableColumnHAlign | 20081120 | ||
| 9 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20081120 | |||
| 10 | IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | 0 | Natural Number | 20081120 | ||
| 11 | IV_TOOLTIP_DDIC | Call by reference | Type reference (TYPE) | NUMC2 | Two digit number | 20081120 | |||
| 12 | IV_TOOLTIP_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081120 | ||||
| 13 | IV_VARIANT | Call by reference | Type reference (TYPE) | STRING | 20081124 | ||||
| 14 | IV_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20081120 |
Method CREATE_TCOL_CELL_INT on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_TCOL_GUIE_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_CELL_EDITOR | Call by reference | Object reference (TYPE REF TO) | IF_WD_TABLE_CELL_EDITOR | Perforce change= / 20050316-075430 | 20081124 | |||
| 2 | IV_CAPTION_DDIC | Call by reference | Type reference (TYPE) | NUMC2 | Two digit number | 20081124 | |||
| 3 | IV_CAPTION_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081124 | ||||
| 4 | IV_CELL_TYPE | Call by reference | Type reference (TYPE) | STRING | 20081124 | ||||
| 5 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20081124 | |||
| 6 | IV_FIXEDPOS | Call by reference | Type reference (TYPE) | WDUI_TABLE_COLUMN_FIXED_POS | GC_FIXED_POS_NOT | Web Dynpro: TableColumnFixedPosition | 20081124 | ||
| 7 | IV_HALIGN | Call by reference | Type reference (TYPE) | WDUI_TABLE_COLUMN_HALIGN | GC_TCOL_HALIGN_AUTO | Web Dynpro: TableColumnHAlign | 20081124 | ||
| 8 | IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | 0 | Natural Number | 20081124 | ||
| 9 | IV_VARIANT | Call by reference | Type reference (TYPE) | STRING | 20081124 | ||||
| 10 | IV_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20081124 |
Method CREATE_TCOL_GUIE_INT on class CL_LOUI_TABLE_HELPER has no exception.
Method CREATE_TCOL_L2A_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_ACTION | Call by reference | Type reference (TYPE) | STRING | 20081102 | ||||
| 2 | IV_ACTION_ID | Call by reference | Type reference (TYPE) | STRING | 20081102 | ||||
| 3 | IV_CAPTION_DDIC | Call by reference | Type reference (TYPE) | NUMC2 | Two digit number | 20081120 | |||
| 4 | IV_CAPTION_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081120 | ||||
| 5 | IV_FIXEDPOS | Call by reference | Type reference (TYPE) | WDUI_TABLE_COLUMN_FIXED_POS | 01 | Web Dynpro: TableColumnFixedPosition | 20081119 | ||
| 6 | IV_HALIGN | Call by reference | Type reference (TYPE) | WDUI_TABLE_COLUMN_HALIGN | GC_TCOL_HALIGN_AUTO | Web Dynpro: TableColumnHAlign | 20081119 | ||
| 7 | IV_IMAGE | Call by reference | Type reference (TYPE) | STRING | 20081102 | ||||
| 8 | IV_PARAM | Call by reference | Type reference (TYPE) | STRING | 20081102 | ||||
| 9 | IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | 0 | Natural Number | 20081102 | ||
| 10 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081102 | ||||
| 11 | IV_VARIANT | Call by reference | Type reference (TYPE) | STRING | 20081204 | ||||
| 12 | IV_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20081119 |
Method CREATE_TCOL_L2A_INT on class CL_LOUI_TABLE_HELPER has no exception.
Method GET_ACTION_INFO Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EF_SELECTION | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20081030 | |||
| 2 | EV_ACTION | Call by reference | Type reference (TYPE) | STRING | 20081030 | ||||
| 3 | EV_PARAM | Call by reference | Type reference (TYPE) | STRING | 20081030 | ||||
| 4 | IV_ACTION_ID | Call by reference | Type reference (TYPE) | STRING | 20081030 |
Method GET_ACTION_INFO on class CL_LOUI_TABLE_HELPER has no exception.
Method GET_DDIC_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081120 | ||||
| 2 | RV_DDIC_NAME | Value transfer | Type reference (TYPE) | STRING | 20081120 |
Method GET_DDIC_NAME on class CL_LOUI_TABLE_HELPER has no exception.
Method GET_HEADER_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | RV_HEADER_TEXT | Value transfer | Type reference (TYPE) | STRING | 20081024 |
Method GET_HEADER_TEXT on class CL_LOUI_TABLE_HELPER has no exception.
Method GET_TEXT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081120 | ||||
| 2 | RV_TEXT | Value transfer | Type reference (TYPE) | STRING | 20081120 |
Method GET_TEXT on class CL_LOUI_TABLE_HELPER has no exception.
Method GET_VISIBLE_ROW_COUNT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_TABLE | Call by reference | Object reference (TYPE REF TO) | CL_WD_TABLE | Perforce change= / 20051117-120623 | 20081111 | |||
| 2 | RV_VISIBLE_ROW_COUNT | Value transfer | Type reference (TYPE) | I | 20081111 |
Method GET_VISIBLE_ROW_COUNT on class CL_LOUI_TABLE_HELPER has no exception.
Method REMOVE_TCOL_FROM_TABLE Signature
Method REMOVE_TCOL_FROM_TABLE on class CL_LOUI_TABLE_HELPER has no parameter.
Method REMOVE_TCOL_FROM_TABLE on class CL_LOUI_TABLE_HELPER has no exception.
Method SET_DDLB_VALUES Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_HANDLE | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20081208 | |||
| 2 | IV_HANDLE_PARENT | Call by reference | Type reference (TYPE) | GUID_32 | GUID in 'CHAR' Format in Uppercase | 20081209 | |||
| 3 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20081208 |
Method SET_DDLB_VALUES on class CL_LOUI_TABLE_HELPER has no exception.
Method SET_HEADER_CAPTION_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081207 |
Method SET_HEADER_CAPTION_INT on class CL_LOUI_TABLE_HELPER has no exception.
Method SET_SCROLLABLE_COL_COUNT Signature
Method SET_SCROLLABLE_COL_COUNT on class CL_LOUI_TABLE_HELPER has no parameter.
Method SET_SCROLLABLE_COL_COUNT on class CL_LOUI_TABLE_HELPER has no exception.
Method SET_SCROLLABLE_COL_COUNT_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COUNT | Call by reference | Type reference (TYPE) | I | 20081119 |
Method SET_SCROLLABLE_COL_COUNT_INT on class CL_LOUI_TABLE_HELPER has no exception.
Method SET_TABLE_CAPTION Signature
Method SET_TABLE_CAPTION on class CL_LOUI_TABLE_HELPER has no parameter.
Method SET_TABLE_CAPTION on class CL_LOUI_TABLE_HELPER has no exception.
Method SET_TABLE_CAPTION_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081206 |
Method SET_TABLE_CAPTION_INT on class CL_LOUI_TABLE_HELPER has no exception.
Method SET_THFORM_CAPTION Signature
Method SET_THFORM_CAPTION on class CL_LOUI_TABLE_HELPER has no parameter.
Method SET_THFORM_CAPTION on class CL_LOUI_TABLE_HELPER has no exception.
Method SET_VISIBLE_ROW_COUNT Signature
Method SET_VISIBLE_ROW_COUNT on class CL_LOUI_TABLE_HELPER has no parameter.
Method SET_VISIBLE_ROW_COUNT on class CL_LOUI_TABLE_HELPER has no exception.
Method SET_VISIBLE_ROW_COUNT_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_COUNT | Call by reference | Type reference (TYPE) | I | 10 | 20081208 |
Method SET_VISIBLE_ROW_COUNT_INT on class CL_LOUI_TABLE_HELPER has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 605 |