SAP ABAP Class /SLOAP/CL_FIELD_LIST (SLOAS field list)
Hierarchy
DMIS (Software Component) DMIS 2011_1
   CA-EUR (Application Component) European Monetary Union: Euro
     /SLOAP/APPLICATION (Package) SLT AP VER 1.0
Properties
Class /SLOAP/CL_FIELD_LIST  
Short Description SLOAS field list    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package /SLOAP/APPLICATION   SLT AP VER 1.0 
Created 20100127   SAP 
Last change 20141030    
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 ABAP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Class /SLOAP/CL_FIELD_LIST has no interface implemented.
Friends
# Friend Modeled only Created on Description
1 /SLOAP/CL_ANALYSIS_MODULE 20100127 Analysis module
2 /SLOAP/CL_OUTPUT_MODULE 20100127
Attributes
# Attribute Level Visibility Read only Typing Associated Type Initial Value Description Created on
1 GR_FIELD_LIST Instance attribute Private Object reference (TYPE REF TO) /SLOAP/CL_OBJECT_LIST SLOAS object list utility class 20100127
Methods
# Method Level Visibility Method type Description Created on
1 ADD_FIELD Instance method Public Method Adds a field to the list 20100127
2 CONSTRUCTOR Instance method Public Constructor 20100127
3 DELETE_BY_MODULE_GUID Static method Public Method delete fields by module guid 20100127
4 GET_FIELD Instance method Public Method Returns the field for a certain index 20100127
5 GET_FIELD_BY_NAME Instance method Public Method Returns the field for a certain name 20100127
6 GET_FIELD_GUID Instance method Public Method Returns the GUID of a field 20100127
7 GET_HEADER_TITLES Instance method Public Method 20100127
8 GET_INDEX Instance method Public Method Returns the index of a field 20100127
9 GET_SIZE Instance method Public Method Returns the size of the list 20100127
10 GET_STRUCTDESCR Instance method Public Method get data descriptor of structure with the field list fields 20100127
11 GET_STRUC_TAB_TYPE_DEFINITION Instance method Public Method 20100127
12 GET_STRUC_TYPE_DEFINITION Instance method Public Method 20100127
13 GET_TABLEDESCR Instance method Public Method get data descriptor of table with the field list line type 20100127
14 GET_TABLE_INFO Instance method Public Method returns table definition info 20100127
15 REMOVE_FIELD Instance method Public Method Remove field of a specified index 20100127
16 SAVE Instance method Private Method saves all fields in relation to a module guid 20100127
Events
Class /SLOAP/CL_FIELD_LIST has no event.
Types
Class /SLOAP/CL_FIELD_LIST has no local type.
Method Signatures

Method ADD_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELD Call by reference Object reference (TYPE REF TO) /SLOAP/CL_FIELD SLOAS table field 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_MISSING_PARAMETER 20100127
2 /SLOAP/CX_OBJ_ALREADY_EXISTS 20100127

Method CONSTRUCTOR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODULE_GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100127

Method CONSTRUCTOR on class /SLOAP/CL_FIELD_LIST has no exception.

Method DELETE_BY_MODULE_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODULE_GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100127

Method DELETE_BY_MODULE_GUID on class /SLOAP/CL_FIELD_LIST has no exception.

Method GET_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning FIELD Value transfer Object reference (TYPE REF TO) /SLOAP/CL_FIELD SLOAS table field 20100127
2 Importing INDEX Call by reference Type reference (TYPE) INT4 Natural Number 20100127

Method GET_FIELD on class /SLOAP/CL_FIELD_LIST has no exception.

Method GET_FIELD_BY_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ER_FIELD Value transfer Object reference (TYPE REF TO) /SLOAP/CL_FIELD SLOAS table field 20100127
2 Importing IV_FIELD_NAME Call by reference Type reference (TYPE) /SLOAP/FIELD_NAME SLOAS Field Name 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_NO_SUCH_OBJECT 20100127

Method GET_FIELD_GUID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning GUID Value transfer Type reference (TYPE) GUID Globally Unique Identifier 20100127
2 Importing INDEX Call by reference Type reference (TYPE) INT4 Natural Number 20100127

Method GET_FIELD_GUID on class /SLOAP/CL_FIELD_LIST has no exception.

Method GET_HEADER_TITLES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning ET_HEADER_TITLES Value transfer Type reference (TYPE) STRING_TABLE Table of Strings 20100127
2 Importing IV_LANGUAGE Call by reference Type reference (TYPE) SPRAS Language Key 20100127

Method GET_HEADER_TITLES on class /SLOAP/CL_FIELD_LIST has no exception.

Method GET_INDEX Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_INDEX Value transfer Type reference (TYPE) INT4 Natural Number 20100127
2 Importing IR_FIELD Call by reference Object reference (TYPE REF TO) /SLOAP/CL_FIELD SLOAS table field 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_NO_SUCH_OBJECT 20100127

Method GET_SIZE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning EV_SIZE Value transfer Type reference (TYPE) INT4 Natural Number 20100127

Method GET_SIZE on class /SLOAP/CL_FIELD_LIST has no exception.

Method GET_STRUCTDESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning STRUCTDESCR Value transfer Object reference (TYPE REF TO) CL_ABAP_STRUCTDESCR Runtime Type Services 20100127

Method GET_STRUCTDESCR on class /SLOAP/CL_FIELD_LIST has no exception.

Method GET_STRUC_TAB_TYPE_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEFINITION Call by reference Type reference (TYPE) /SLOAP/T_STRINGTABLE SLOAS Stringtable 20100127
2 Importing IV_FINALIZE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100127
3 Importing IV_STRUC_TYPE_NAME Call by reference Type reference (TYPE) ABAP_COMPNAME 20100127
4 Importing IV_TAB_TYPE_NAME Call by reference Type reference (TYPE) ABAP_COMPNAME 20100127

Method GET_STRUC_TAB_TYPE_DEFINITION on class /SLOAP/CL_FIELD_LIST has no exception.

Method GET_STRUC_TYPE_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_DEFINITION Call by reference Type reference (TYPE) /SLOAP/T_STRINGTABLE SLOAS Stringtable 20100127
2 Importing IV_FINALIZE Call by reference Type reference (TYPE) BOOLE_D Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') 20100127
3 Importing IV_TYPE_NAME Call by reference Type reference (TYPE) ABAP_COMPNAME 20100127

Method GET_STRUC_TYPE_DEFINITION on class /SLOAP/CL_FIELD_LIST has no exception.

Method GET_TABLEDESCR Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning TABLEDESCR Value transfer Object reference (TYPE REF TO) CL_ABAP_TABLEDESCR Runtime Type Services 20100127

Method GET_TABLEDESCR on class /SLOAP/CL_FIELD_LIST has no exception.

Method GET_TABLE_INFO Signature

Method GET_TABLE_INFO on class /SLOAP/CL_FIELD_LIST has no parameter.
Method GET_TABLE_INFO on class /SLOAP/CL_FIELD_LIST has no exception.

Method REMOVE_FIELD Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing INDEX Call by reference Type reference (TYPE) INT4 Natural Number 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_NO_SUCH_OBJECT 20100127

Method SAVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_MODULE_GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100127

Method SAVE on class /SLOAP/CL_FIELD_LIST has no exception.
History
Last changed by/on SAP  20141030 
SAP Release Created in 700