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 MS_KEY Instance attribute Private Type reference (TYPE) TY_S_KEY 20120803
2 MT_DATA Instance attribute Private Type reference (TYPE) TY_T_DATA 20120803
3 SO_INSTANCE Static Attribute Private Object reference (TYPE REF TO) CL_WLF_IDOC_FIELDS 20120803
Methods
# Method Level Visibility Method type Description Created on
1 CLASS_CONSTRUCTOR Static method Public Constructor 20120803
2 DOES_EXIST Instance method Public Method 20120803
3 GET_COMPONENTS Instance method Private Method 20120907
4 GET_FIELDS_WITH_TEXT Instance method Public Method 20120803
5 GET_INSTANCE Static method Public Method 20120803
6 GET_TEXT 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 Importing I_FIELD Call by reference Type reference (TYPE) WLF_FIELD 20120803
2 Importing I_SEGTYPE Call by reference Type reference (TYPE) EDILSEGTYP 20120803
3 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME 20120803
4 Returning 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 Importing IO_TYPE_DESCR Call by reference Object reference (TYPE REF TO) CL_ABAP_TYPEDESCR 20120907
2 Returning 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 Importing I_SEGTYPE Call by reference Type reference (TYPE) EDILSEGTYP 20120803
2 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME 20120803
3 Returning 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 Returning 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 Importing I_FIELD Call by reference Type reference (TYPE) WLF_FIELD 20120803
2 Importing I_SEGTYPE Call by reference Type reference (TYPE) EDILSEGTYP 20120803
3 Importing I_TABNAME Call by reference Type reference (TYPE) TABNAME 20120803
4 Returning 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