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 | 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 | 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 | Instance method | Public | Method | Adds a field to the list | 20100127 | |
| 2 | Instance method | Public | Constructor | 20100127 | ||
| 3 | Static method | Public | Method | delete fields by module guid | 20100127 | |
| 4 | Instance method | Public | Method | Returns the field for a certain index | 20100127 | |
| 5 | Instance method | Public | Method | Returns the field for a certain name | 20100127 | |
| 6 | Instance method | Public | Method | Returns the GUID of a field | 20100127 | |
| 7 | Instance method | Public | Method | 20100127 | ||
| 8 | Instance method | Public | Method | Returns the index of a field | 20100127 | |
| 9 | Instance method | Public | Method | Returns the size of the list | 20100127 | |
| 10 | Instance method | Public | Method | get data descriptor of structure with the field list fields | 20100127 | |
| 11 | Instance method | Public | Method | 20100127 | ||
| 12 | Instance method | Public | Method | 20100127 | ||
| 13 | Instance method | Public | Method | get data descriptor of table with the field list line type | 20100127 | |
| 14 | Instance method | Public | Method | returns table definition info | 20100127 | |
| 15 | Instance method | Public | Method | Remove field of a specified index | 20100127 | |
| 16 | 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 | FIELD | Call by reference | Object reference (TYPE REF TO) | /SLOAP/CL_FIELD | SLOAS table field | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100127 | |||
| 2 | 20100127 |
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | 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 | FIELD | Value transfer | Object reference (TYPE REF TO) | /SLOAP/CL_FIELD | SLOAS table field | 20100127 | |||
| 2 | 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 | ER_FIELD | Value transfer | Object reference (TYPE REF TO) | /SLOAP/CL_FIELD | SLOAS table field | 20100127 | |||
| 2 | IV_FIELD_NAME | Call by reference | Type reference (TYPE) | /SLOAP/FIELD_NAME | SLOAS Field Name | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100127 |
Method GET_FIELD_GUID Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | GUID | Value transfer | Type reference (TYPE) | GUID | Globally Unique Identifier | 20100127 | |||
| 2 | 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 | ET_HEADER_TITLES | Value transfer | Type reference (TYPE) | STRING_TABLE | Table of Strings | 20100127 | |||
| 2 | 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 | EV_INDEX | Value transfer | Type reference (TYPE) | INT4 | Natural Number | 20100127 | |||
| 2 | IR_FIELD | Call by reference | Object reference (TYPE REF TO) | /SLOAP/CL_FIELD | SLOAS table field | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100127 |
Method GET_SIZE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 | 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 | ET_DEFINITION | Call by reference | Type reference (TYPE) | /SLOAP/T_STRINGTABLE | SLOAS Stringtable | 20100127 | |||
| 2 | IV_FINALIZE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100127 | |||
| 3 | IV_STRUC_TYPE_NAME | Call by reference | Type reference (TYPE) | ABAP_COMPNAME | 20100127 | ||||
| 4 | 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 | ET_DEFINITION | Call by reference | Type reference (TYPE) | /SLOAP/T_STRINGTABLE | SLOAS Stringtable | 20100127 | |||
| 2 | IV_FINALIZE | Call by reference | Type reference (TYPE) | BOOLE_D | Data element for domain BOOLE: TRUE (='X') and FALSE (=' ') | 20100127 | |||
| 3 | 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 | 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 | INDEX | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100127 |
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | 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 |