SAP ABAP Class CL_WLF_IDOC_FIELDS (IDOC Fields)
Hierarchy
☛
SAP_APPL (Software Component) Logistics and Accounting
⤷
LO-AB (Application Component) Agency Business (Global Trade)
⤷
WLF_IDOC_PROCESSING (Package) IDoc Processing

⤷

⤷

Properties
Class | CL_WLF_IDOC_FIELDS | |
Short Description | IDOC Fields | |
Super Class | ||
Instantiability of a Class | 0 | Private |
Final |
General Data
Message Class | ||
Program status | ||
Category | 0 | |
Package | WLF_IDOC_PROCESSING | IDoc Processing |
Created | 20120803 | SAP |
Last change | 20130531 | SAP |
Shared Memory-enabled | ||
Fixed point arithmetic | ||
Unicode checks active |
Forward declarations
Class CL_WLF_IDOC_FIELDS has no forward declaration.
Interfaces
Class CL_WLF_IDOC_FIELDS has no interface implemented.
Friends
Class CL_WLF_IDOC_FIELDS has no friend class.
Attributes
# | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_S_KEY | 20120803 | |||
2 | ![]() |
Instance attribute | Private | Type reference (TYPE) | TY_T_DATA | 20120803 | |||
3 | ![]() |
Static Attribute | Private | Object reference (TYPE REF TO) | CL_WLF_IDOC_FIELDS | 20120803 |
Methods
# | Method | Level | Visibility | Method type | Description | Created on |
---|---|---|---|---|---|---|
1 | ![]() |
Static method | Public | Constructor | 20120803 | |
2 | ![]() |
Instance method | Public | Method | 20120803 | |
3 | ![]() |
Instance method | Private | Method | 20120907 | |
4 | ![]() |
Instance method | Public | Method | 20120803 | |
5 | ![]() |
Static method | Public | Method | 20120803 | |
6 | ![]() |
Instance method | Public | Method | 20120803 |
Events
Class CL_WLF_IDOC_FIELDS has no event.
Types
# | Type | Visibility | Typing | Associated Type | Description | Created on | Type Source |
---|---|---|---|---|---|---|---|
1 | TY_S_DATA | Public | See coding | 20120803 | BEGIN OF ty_s_data,
field TYPE wlf_field,
text TYPE dfies-scrtext_l,
END OF ty_s_data
|
||
2 | TY_S_KEY | Private | See coding | 20120803 | BEGIN OF ty_s_key,
segtype TYPE edilsegtyp,
tabname TYPE tabname,
END OF ty_s_key
|
||
3 | TY_T_DATA | Public | See coding | 20120803 | ty_t_data TYPE STANDARD TABLE OF ty_s_data WITH DEFAULT KEY
|
Method Signatures
Method CLASS_CONSTRUCTOR Signature
Method CLASS_CONSTRUCTOR on class CL_WLF_IDOC_FIELDS has no parameter.
Method CLASS_CONSTRUCTOR on class CL_WLF_IDOC_FIELDS has no exception.
Method DOES_EXIST Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELD | Call by reference | Type reference (TYPE) | WLF_FIELD | 20120803 | |||
2 | ![]() |
I_SEGTYPE | Call by reference | Type reference (TYPE) | EDILSEGTYP | 20120803 | |||
3 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | 20120803 | |||
4 | ![]() |
R_EXIST | Value transfer | Type reference (TYPE) | ABAP_BOOL | 20120803 |
Method DOES_EXIST on class CL_WLF_IDOC_FIELDS has no exception.
Method GET_COMPONENTS Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
IO_TYPE_DESCR | Call by reference | Object reference (TYPE REF TO) | CL_ABAP_TYPEDESCR | 20120907 | |||
2 | ![]() |
RT_COMPONENT | Value transfer | Type reference (TYPE) | CL_ABAP_STRUCTDESCR=>COMPONENT_TABLE | 20120907 |
Method GET_COMPONENTS on class CL_WLF_IDOC_FIELDS has no exception.
Method GET_FIELDS_WITH_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_SEGTYPE | Call by reference | Type reference (TYPE) | EDILSEGTYP | 20120803 | |||
2 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | 20120803 | |||
3 | ![]() |
RT_DATA | Value transfer | Type reference (TYPE) | TY_T_DATA | 20120803 |
Method GET_FIELDS_WITH_TEXT on class CL_WLF_IDOC_FIELDS has no exception.
Method GET_INSTANCE Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
RO_INSTANCE | Value transfer | Object reference (TYPE REF TO) | CL_WLF_IDOC_FIELDS | 20120803 |
Method GET_INSTANCE on class CL_WLF_IDOC_FIELDS has no exception.
Method GET_TEXT Signature
# | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
---|---|---|---|---|---|---|---|---|---|
1 | ![]() |
I_FIELD | Call by reference | Type reference (TYPE) | WLF_FIELD | 20120803 | |||
2 | ![]() |
I_SEGTYPE | Call by reference | Type reference (TYPE) | EDILSEGTYP | 20120803 | |||
3 | ![]() |
I_TABNAME | Call by reference | Type reference (TYPE) | TABNAME | 20120803 | |||
4 | ![]() |
R_TEXT | Value transfer | Type reference (TYPE) | STRING | 20120803 |
Method GET_TEXT on class CL_WLF_IDOC_FIELDS has no exception.
History
Last changed by/on | SAP | 20130531 |
SAP Release Created in | 617 |