SAP ABAP Class CL_LO_UI_FORM (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 | Inheritance (c INHERITING FROM c_ref) | CL_LO_UI_BASIC | Abstract Class for modifying WD | 20120130 |
| 2 | Interface implementation (CLASS c. INTERFACES i_ref) | IF_LO_UI_FORM | Interface for modifying WD Form | 20120131 |
Properties
| Class | CL_LO_UI_FORM | |
| Short Description | class for modifying WD form | |
| Super Class | CL_LO_UI_BASIC | Abstract Class for modifying WD |
| Instantiability of a Class | 2 | Public |
| Final |
General Data
| Message Class | ||
| Program status | ||
| Category | 0 | |
| Package | ERP_SLS_LO_OIF | Lean Order OIF |
| Created | 20120130 | SAP |
| Last change | 20130531 | SAP |
| Shared Memory-enabled | ||
| Fixed point arithmetic | ||
| Unicode checks active |
Forward declarations
Class CL_LO_UI_FORM has no forward declaration.
Interfaces
| # | Interface | Abstract | Final | Description | Created on |
|---|---|---|---|---|---|
| 1 | IF_LO_UI_FORM | Interface for modifying WD Form | 20120131 |
Friends
| # | Friend | Modeled only | Created on | Description |
|---|---|---|---|---|
| 1 | CL_LO_UI_OBJECT_MODEL | 20120201 |
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WD_GROUP | 20120131 | ||||
| 2 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WD_GROUP | 20120313 | ||||
| 3 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20051117-120623 | 20120313 | |||
| 4 | Static Attribute | Private | Type reference (TYPE) | TDT_FORM_FIELD_ATTR | Table Type for Structure TDS_FORM_FIELD_ATTR | 20120131 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | TCT_TCI | 20120130 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Private | Method | 20120130 | ||
| 2 | Static method | Public | Constructor | CLASS_CONSTRUCTOR | 20120131 | |
| 3 | Instance method | Private | Method | 20120130 | ||
| 4 | Instance method | Public | Constructor | CONSTRUCTOR | 20120130 | |
| 5 | Instance method | Public | Method | 20120203 | ||
| 6 | Instance method | Public | Method | 20120203 | ||
| 7 | Instance method | Public | Method | 20120203 | ||
| 8 | Instance method | Private | Method | 20120131 | ||
| 9 | Instance method | Private | Method | 20120130 | ||
| 10 | Instance method | Private | Method | 20120130 |
Events
Class CL_LO_UI_FORM has no event.
Types
| # | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
|---|---|---|---|---|---|---|---|
| 1 | TCS_TCI | Private | See coding | 20120130 | 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
|
||
| 2 | TCT_TCI | Private | See coding | 20120130 | tct_tci type standard table of tcs_tci
|
Method Signatures
Method ADD_TCI_TO_TC Signature
Method ADD_TCI_TO_TC on class CL_LO_UI_FORM has no parameter.
Method ADD_TCI_TO_TC on class CL_LO_UI_FORM has no exception.
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_LO_UI_FORM has no parameter.
Method CLASS_CONSTRUCTOR on class CL_LO_UI_FORM 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 | 20120130 | |||
| 2 | IR_TCI | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20051117-120623 | 20120130 | |||
| 3 | IV_HPOS | Call by reference | Type reference (TYPE) | STRING | 'L' | 20120130 | |||
| 4 | IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20120130 |
Method COLLECT_TCI on class CL_LO_UI_FORM has no exception.
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IR_OBJECT_NODE_INFO | Call by reference | Object reference (TYPE REF TO) | IF_WD_CONTEXT_NODE_INFO | Web Dynpro: Interface for the metadata of a node | 20120131 | |||
| 2 | IR_WD_GROUP | Call by reference | Object reference (TYPE REF TO) | CL_WD_GROUP | 20120313 | ||||
| 3 | IR_WD_POPIN | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Web Dynpro: API View Element | 20120313 | |||
| 4 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20120130 | |||
| 5 | IV_OBJECT_PARENT | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20120130 | |||
| 6 | IV_POPIN | Call by reference | Type reference (TYPE) | FLAG | SPACE | General Flag | 20120313 |
Method CONSTRUCTOR on class CL_LO_UI_FORM has no exception.
Method CREATE_FORM_CB Signature
Method CREATE_FORM_CB on class CL_LO_UI_FORM has no parameter.
Method CREATE_FORM_CB on class CL_LO_UI_FORM has no exception.
Method CREATE_FORM_IF Signature
Method CREATE_FORM_IF on class CL_LO_UI_FORM has no parameter.
Method CREATE_FORM_IF on class CL_LO_UI_FORM has no exception.
Method CREATE_FORM_TV Signature
Method CREATE_FORM_TV on class CL_LO_UI_FORM has no parameter.
Method CREATE_FORM_TV on class CL_LO_UI_FORM has no exception.
Method CREATE_FORM_UIE_INT Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | ER_UIE | Call by reference | Object reference (TYPE REF TO) | CL_WD_UIELEMENT | Perforce change= / 20050316-075430 | 20120204 | |||
| 2 | IR_TCI | Call by reference | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20051117-120623 | 20120131 | |||
| 3 | IS_SECOND_FIELD | Call by reference | Type reference (TYPE) | TDS_LO_UI_FORM_FIELD | Attributes of dynamically generated UI Fields (Form) | 20120205 | |||
| 4 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | FIELDNAME | Field Name | 20120131 | |||
| 5 | IV_GENERIC | Call by reference | Type reference (TYPE) | FLAG | SPACE | General Flag | 20120329 | ||
| 6 | IV_HPOS | Call by reference | Type reference (TYPE) | STRING | 'L' | 20120131 | |||
| 7 | IV_LABEL_DDIC | Call by reference | Type reference (TYPE) | NUMC2 | Two digit number | 20120131 | |||
| 8 | IV_LABEL_TEXT | Call by reference | Type reference (TYPE) | STRING | 20120131 | ||||
| 9 | IV_LENGTH | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20120131 | |||
| 10 | IV_OBJECT_ID | Call by reference | Type reference (TYPE) | TABNAME | Table Name | 20120131 | |||
| 11 | IV_READONLY | Call by reference | Type reference (TYPE) | FLAG | General Flag | 20120202 | |||
| 12 | IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20120131 | |||
| 13 | IV_TOOLTIP_DDIC | Call by reference | Type reference (TYPE) | NUMC2 | Two digit number | 20120202 | |||
| 14 | IV_TOOLTIP_TEXT | Call by reference | Type reference (TYPE) | STRING | 20120202 | ||||
| 15 | IV_UIE_TYPE | Call by reference | Type reference (TYPE) | CHAR4 | Perforce change= / 20051117-125541 | 20120131 | |||
| 16 | IV_WIDTH | Call by reference | Type reference (TYPE) | STRING | 20120131 |
Method CREATE_FORM_UIE_INT on class CL_LO_UI_FORM 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 | 20120130 | |||
| 2 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20120130 | ||||
| 3 | IV_LA4_ID | Call by reference | Type reference (TYPE) | STRING | 20120130 | ||||
| 4 | IV_TEXT | Call by reference | Type reference (TYPE) | STRING | 20120130 | ||||
| 5 | RR_LA | Value transfer | Object reference (TYPE REF TO) | CL_WD_LABEL | Perforce change= / 20051117-120623 | 20120130 |
Method CREATE_LABEL on class CL_LO_UI_FORM 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 | 20120130 | |||
| 2 | IV_HPOS | Call by reference | Type reference (TYPE) | STRING | 'L' | 20120130 | |||
| 3 | IV_ID | Call by reference | Type reference (TYPE) | STRING | 20120130 | ||||
| 4 | IV_SEQNO | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20120130 | |||
| 5 | RR_TCI | Value transfer | Object reference (TYPE REF TO) | CL_WD_TRANSPARENT_CONTAINER | Perforce change= / 20051117-120623 | 20120130 |
Method CREATE_TCI on class CL_LO_UI_FORM has no exception.
History
| Last changed by/on | SAP | 20130531 |
| SAP Release Created in | 607 |