SAP ABAP Class CL_LOP_DDIC_FIELDS (Determine Components)
Hierarchy
SAP_APPL (Software Component) Logistics and Accounting
   LO-AB-TC (Application Component) Trading Contract
     LOOP (Package) Model layer for logistical contract options
Properties
Class CL_LOP_DDIC_FIELDS  
Short Description Determine Components    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package LOOP   Model layer for logistical contract options 
Created 20111104   SAP 
Last change 20130531   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class CL_LOP_DDIC_FIELDS has no forward declaration.
Interfaces
Class CL_LOP_DDIC_FIELDS has no interface implemented.
Friends
Class CL_LOP_DDIC_FIELDS has no friend class.
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 ST_DECL_DATA_ENH_ALL Static Attribute Private Type reference (TYPE) TTFIELDNAME Number of Field Names 20111215
2 ST_DECL_DATA_ENH_ALL_NEW Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111215
3 ST_DECL_DATA_ENH_FIELD_SORT Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111215
4 ST_DECL_DATA_STD_ALL Static Attribute Private Type reference (TYPE) TTFIELDNAME Number of Field Names 20111215
5 ST_DECL_DATA_STD_FIELD_SORT Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111215
6 ST_DYN_DATA_ADDON Static Attribute Private Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
7 ST_DYN_DATA_ADDON_FIELD_SORT Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111104
8 ST_DYN_DATA_ADDON_NEW Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111215
9 ST_DYN_DATA_STD Static Attribute Private Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
10 ST_DYN_DATA_STD_FIELD_SORT Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111104
11 ST_DYN_TEXT_ADDON Static Attribute Private Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
12 ST_DYN_TEXT_ADDON_FIELD_SORT Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111104
13 ST_DYN_TEXT_ADDON_NEW Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111215
14 ST_DYN_TEXT_STD Static Attribute Private Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
15 ST_DYN_TEXT_STD_FIELD_SORT Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111104
16 ST_HD_DECL_DATA_ALL Static Attribute Private Type reference (TYPE) TTFIELDNAME Number of Field Names 20111215
17 ST_HD_DECL_DATA_FIELD_SORT Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111215
18 ST_HD_EMBEDDED_DATA_ALL Static Attribute Private Type reference (TYPE) TTFIELDNAME Number of Field Names 20111215
19 ST_HD_EMB_DATA_FIELD_SORT Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111215
20 ST_LIST_DATA_ALL Static Attribute Private Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
21 ST_LIST_DATA_ALL_FIELD_SORT Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111104
22 ST_LIST_DATA_DB_ADDON Static Attribute Private Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
23 ST_LIST_DATA_DB_ADDON_FLD_SORT Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111104
24 ST_LIST_DATA_DB_ADDON_NEW Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111215
25 ST_LIST_DATA_DB_STD Static Attribute Private Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
26 ST_LIST_DATA_DB_STD_FIELD_SORT Static Attribute Private Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111104
Methods
# Method Level Visibility Method type Description Created on
1 GET_DDIC_FIELDS Static method Public Method get the DDIC fields 20111104
2 GET_DECL_DATA_ADDON_COMP Static method Public Method Get the declaration date data (addon fields) 20111215
3 GET_DECL_DATA_ALL_COMP Static method Public Method Get all data for the declaration date 20111215
4 GET_DECL_DATA_STD_COMP Static method Public Method Get the standard components of the declaration date 20111215
5 GET_DYN_DATA_ADDON_COM Static method Public Method get the components of the dyn. addon fields 20111104
6 GET_DYN_DATA_STD_COMP Static method Public Method get the components of the dyn. standard fields 20111104
7 GET_DYN_TEXT_ADDON_COMP Static method Public Method get the components of the dyn. addon texts 20111104
8 GET_DYN_TEXT_STD_COMP Static method Public Method get the components of the dyn. standard texts 20111104
9 GET_HD_EMB_ALL_COMP Static method Public Method Get the full data part of embedded header 20111215
10 GET_LIST_DATA_ALL_COMP Static method Public Method get the components of the option list data 20111104
11 GET_LIST_DATA_DB_ADDON_COM Static method Public Method get the components of the addon fields (DB) 20111104
12 GET_LIST_DATA_DB_STD_COMP Static method Public Method get the components of the standard option list data (DB) 20111104
Events
Class CL_LOP_DDIC_FIELDS has no event.
Types
Class CL_LOP_DDIC_FIELDS has no local type.
Method Signatures

Method GET_DDIC_FIELDS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_FIELD_LIST Value transfer Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
2 Importing I_NAME Call by reference Type reference (TYPE) STRING 20111104

Method GET_DDIC_FIELDS on class CL_LOP_DDIC_FIELDS has no exception.

Method GET_DECL_DATA_ADDON_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_LIST Call by reference Type reference (TYPE) TTFIELDNAME Number of Field Names 20111215
2 Exporting ET_FIELD_LIST_REAL Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Only the real customer fields 20111215
3 Exporting ET_FIELD_LIST_SORT Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111215

Method GET_DECL_DATA_ADDON_COMP on class CL_LOP_DDIC_FIELDS has no exception.

Method GET_DECL_DATA_ALL_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_LIST Call by reference Type reference (TYPE) TTFIELDNAME Number of Field Names 20111215
2 Exporting ET_FIELD_LIST_SORT Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111215

Method GET_DECL_DATA_ALL_COMP on class CL_LOP_DDIC_FIELDS has no exception.

Method GET_DECL_DATA_STD_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_LIST Call by reference Type reference (TYPE) TTFIELDNAME Number of Field Names 20111215
2 Exporting ET_FIELD_LIST_SORT Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111215

Method GET_DECL_DATA_STD_COMP on class CL_LOP_DDIC_FIELDS has no exception.

Method GET_DYN_DATA_ADDON_COM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_LIST Call by reference Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
2 Exporting ET_FIELD_LIST_REAL Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Only the real customer fields 20111215
3 Exporting ET_FIELD_LIST_SORT Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111104

Method GET_DYN_DATA_ADDON_COM on class CL_LOP_DDIC_FIELDS has no exception.

Method GET_DYN_DATA_STD_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_LIST Call by reference Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
2 Exporting ET_FIELD_LIST_SORT Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111104

Method GET_DYN_DATA_STD_COMP on class CL_LOP_DDIC_FIELDS has no exception.

Method GET_DYN_TEXT_ADDON_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_LIST Call by reference Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
2 Exporting ET_FIELD_LIST_REAL Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Only the real customer fields 20111215
3 Exporting ET_FIELD_LIST_SORT Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111104

Method GET_DYN_TEXT_ADDON_COMP on class CL_LOP_DDIC_FIELDS has no exception.

Method GET_DYN_TEXT_STD_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_LIST Call by reference Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
2 Exporting ET_FIELD_LIST_SORT Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111104

Method GET_DYN_TEXT_STD_COMP on class CL_LOP_DDIC_FIELDS has no exception.

Method GET_HD_EMB_ALL_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_LIST Call by reference Type reference (TYPE) TTFIELDNAME Number of Field Names 20111215
2 Exporting ET_FIELD_LIST_SORT Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111215

Method GET_HD_EMB_ALL_COMP on class CL_LOP_DDIC_FIELDS has no exception.

Method GET_LIST_DATA_ALL_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_LIST Call by reference Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
2 Exporting ET_FIELD_LIST_SORT Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111104

Method GET_LIST_DATA_ALL_COMP on class CL_LOP_DDIC_FIELDS has no exception.

Method GET_LIST_DATA_DB_ADDON_COM Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_LIST Call by reference Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
2 Exporting ET_FIELD_LIST_REAL Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Only the real customer fields 20111215
3 Exporting ET_FIELD_LIST_SORT Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111104

Method GET_LIST_DATA_DB_ADDON_COM on class CL_LOP_DDIC_FIELDS has no exception.

Method GET_LIST_DATA_DB_STD_COMP Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_FIELD_LIST Call by reference Type reference (TYPE) TTFIELDNAME Number of Field Names 20111104
2 Exporting ET_FIELD_LIST_SORT Call by reference Type reference (TYPE) LOP_T_FIELDNAME_INDEX Field Name + Index 20111104

Method GET_LIST_DATA_DB_STD_COMP on class CL_LOP_DDIC_FIELDS has no exception.
History
Last changed by/on SAP  20130531 
SAP Release Created in 607