SAP ABAP Class CL_LOUI_FORM_HELPER (Class for modifying WD Form)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
SD-SLS (Application Component) Sales
⤷
ERP_SLS_LO_OIF (Package) Lean Order OIF

⤷

⤷

Meta Relationship - Using
# | Relationship type | Using | Short Description | Created on |
---|---|---|---|---|
1 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_LOUI_FORM_HELPER | Interface for modifying WD Form | 20081125 |
Properties
Class | CL_LOUI_FORM_HELPER | |
Short Description | Class for modifying WD Form | |
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 | 20081125 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_LOUI_FORM_HELPER has no forward declaration.
Interfaces
# | Interface | Abstract | Final | Description | Created on |
---|---|---|---|---|---|
1 | IF_LOUI_FORM_HELPER | Interface for modifying WD Form | 20081125 |
Friends
# | Friend | Modeled only | Created on | Description |
---|---|---|---|---|
1 | CL_LOUI_OBJECT_MODEL | 20081125 | ||
2 | CL_LOUI_TABLE_HELPER | 20081201 | class for modifying WD table |
Attributes
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Instance method | Private | Method | 20081128 | |
2 | ![]() |
Instance method | Private | Method | 20081125 | |
3 | ![]() |
Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20081202 |
4 | ![]() |
Instance method | Private | Method | 20081128 | |
5 | ![]() |
Instance method | Public | Constructor | CONSTRUCTOR | 20081125 |
6 | ![]() |
Instance method | Private | Method | 20081125 | |
7 | ![]() |
Instance method | Private | Method | 20081202 | |
8 | ![]() |
Instance method | Private | Method | 20081126 | |
9 | ![]() |
Instance method | Private | Method | 20081128 | |
10 | ![]() |
Instance method | Private | Method | 20081125 | |
11 | ![]() |
Instance method | Private | Method | 20081125 |
Events
Class CL_LOUI_FORM_HELPER has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TCS_HEADER_TEXT | Private | See coding | 20081125 | begin of tcs_header_text,
object_id type tabname,
text type string,
end of tcs_header_text
|
||
2 | TCS_TCI | Private | See coding | 20081128 | begin of tcs_tci,
hpos type string,
id type string,
seqno_int type int4,
seqno_ext type int4,
label type ref to cl_wd_label,
tci type ref to cl_wd_transparent_container,
end of tcs_tci
|
||
3 | TCT_HEADER_TEXT | Private | See coding | 20081125 | tct_header_text type standard table of tcs_header_text
|
||
4 | TCT_TCI | Private | See coding | 20081128 | tct_tci type standard table of tcs_tci
|
Method Signatures
Method ADD_TCI_TO_TC Signature
Method ADD_TCI_TO_TC on class CL_LOUI_FORM_HELPER has no parameter.
Method ADD_TCI_TO_TC on class CL_LOUI_FORM_HELPER has no exception.
Method CHECK_FIELDNAME Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
EV_COM_PART | Call by reference | Type reference (TYPE) | STRING | 20081125 | |||
2 | ![]() |
EV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20081125 | ||
3 | ![]() |
EV_NODE_NAME | Call by reference | Type reference (TYPE) | STRING | 20081125 | |||
4 | ![]() |
EV_UIE_ID | Call by reference | Type reference (TYPE) | STRING | 20081125 | |||
5 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20081125 | ||
6 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20081125 |
Method CHECK_FIELDNAME on class CL_LOUI_FORM_HELPER has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_LOUI_FORM_HELPER has no parameter.
Method CLASS_CONSTRUCTOR on class CL_LOUI_FORM_HELPER has no exception.
Method COLLECT_TCI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_LABEL | Call by reference | Object reference (TYPE REF TO) | CL_WD_LABEL | Perforce change= / 20051117-120623 | 20081128 | ||
2 | ![]() |
IR_TCI | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20051117-120623 | 20081128 | ||
3 | ![]() |
IV_HPOS | Call by reference | Type reference (TYPE) | STRING | 'L' | 20081129 | ||
4 | ![]() |
IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20081128 |
Method COLLECT_TCI on class CL_LOUI_FORM_HELPER has no exception.
Method CONSTRUCTOR Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Interface for the metadata of a node | 20081201 | ||
2 | ![]() |
IR_TC | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20051117-120623 | 20081130 | ||
3 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20081125 | ||
4 | ![]() |
IV_OBJECT_PARENT | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20081125 | ||
5 | ![]() |
IV_ON_ENTER | Call by reference | Type reference (TYPE) | STRING | 20081125 |
Method CONSTRUCTOR on class CL_LOUI_FORM_HELPER has no exception.
Method CREATE_FORM_IF_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_NO_DESCR | Call by reference | Type reference (TYPE) | FLAG | SPACE | General Flag | 20081202 | |
2 | ![]() |
IF_NO_UNIT | Call by reference | Type reference (TYPE) | FLAG | SPACE | General Flag | 20081202 | |
3 | ![]() |
IF_READONLY | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20081125 | ||
4 | ![]() |
IR_TCI | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20051117-120623 | 20081202 | ||
5 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20081125 | ||
6 | ![]() |
IV_HPOS | Call by reference | Type reference (TYPE) | STRING | 'L' | 20081129 | ||
7 | ![]() |
IV_LABEL_DDIC | Call by reference | Type reference (TYPE) | NUMC2 | Two digit number | 20081125 | ||
8 | ![]() |
IV_LABEL_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081125 | |||
9 | ![]() |
IV_LENGTH | Call by reference | Type reference (TYPE) | I | 0 | 20081202 | ||
10 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20081125 | ||
11 | ![]() |
IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20081128 |
Method CREATE_FORM_IF_INT on class CL_LOUI_FORM_HELPER has no exception.
Method CREATE_FORM_TV_INT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IF_NO_UNIT | Call by reference | Type reference (TYPE) | FLAG | SPACE | General Flag | 20081204 | |
2 | ![]() |
IR_TCI | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20051117-120623 | 20081202 | ||
3 | ![]() |
IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20081202 | ||
4 | ![]() |
IV_HPOS | Call by reference | Type reference (TYPE) | STRING | 'L' | 20081204 | ||
5 | ![]() |
IV_LABEL_DDIC | Call by reference | Type reference (TYPE) | NUMC2 | Two digit number | 20081202 | ||
6 | ![]() |
IV_LABEL_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081202 | |||
7 | ![]() |
IV_OBJECT_ID | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20081202 | ||
8 | ![]() |
IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20081202 | ||
9 | ![]() |
IV_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20081204 |
Method CREATE_FORM_TV_INT on class CL_LOUI_FORM_HELPER has no exception.
Method CREATE_LABEL 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 | 20081126 | ||
2 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | STRING | 20081126 | |||
3 | ![]() |
IV_LABELFOR_ID | Call by reference | Type reference (TYPE) | STRING | 20081126 | |||
4 | ![]() |
IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20081126 | |||
5 | ![]() |
RR_LA | Value transfer | Object reference (TYPE REF TO) | CL_WD_LABEL | Perforce change= / 20051117-120623 | 20081126 |
Method CREATE_LABEL on class CL_LOUI_FORM_HELPER has no exception.
Method CREATE_TCI Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IR_LABEL | Call by reference | Object reference (TYPE REF TO) | CL_WD_LABEL | Perforce change= / 20051117-120623 | 20081128 | ||
2 | ![]() |
IV_HPOS | Call by reference | Type reference (TYPE) | STRING | 'L' | 20081129 | ||
3 | ![]() |
IV_ID | Call by reference | Type reference (TYPE) | STRING | 20081128 | |||
4 | ![]() |
IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20081128 | ||
5 | ![]() |
RR_TCI | Value transfer | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20051117-120623 | 20081128 |
Method CREATE_TCI on class CL_LOUI_FORM_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 | 20081125 | |||
2 | ![]() |
RV_DDIC_NAME | Value transfer | Type reference (TYPE) | STRING | 20081125 |
Method GET_DDIC_NAME on class CL_LOUI_FORM_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 | 20081125 | |||
2 | ![]() |
RV_TEXT | Value transfer | Type reference (TYPE) | STRING | 20081125 |
Method GET_TEXT on class CL_LOUI_FORM_HELPER has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 605 |