SAP ABAP Class /SLOAP/CL_FIELD (SLOAS table field)
Hierarchy
☛
DMIS (Software Component) DMIS 2011_1
⤷
CA-EUR (Application Component) European Monetary Union: Euro
⤷
/SLOAP/APPLICATION (Package) SLT AP VER 1.0
⤷
⤷
Meta Relationship - Using
| # | Relationship type | Using | Short Description | Created on |
|---|---|---|---|---|
| 1 | Inheritance (c INHERITING FROM c_ref) | /SLOAP/CL_OBJECT | Standard attributes & methods | 20100127 |
Properties
| Class | /SLOAP/CL_FIELD | |
| Short Description | SLOAS table field | |
| Super Class | /SLOAP/CL_OBJECT | Standard attributes & methods |
| 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 has no interface implemented.
Friends
Class /SLOAP/CL_FIELD has no friend class.
Attributes
| # | Attribute | Level | Visibility | Read only | Typing | Associated Type | Initial Value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | Instance attribute | Private | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20100127 | |||
| 2 | Instance attribute | Private | Type reference (TYPE) | INT4 | Natural Number | 20100127 | |||
| 3 | Instance attribute | Private | Type reference (TYPE) | ABAP_BOOL | Is that a key filed | 20100226 | |||
| 4 | Instance attribute | Private | Type reference (TYPE) | INT4 | Natural Number | 20100127 | |||
| 5 | Instance attribute | Private | Type reference (TYPE) | /SLOAP/FIELD_NAME | SLOAS Field Name | 20100127 | |||
| 6 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100127 | ||||
| 7 | Instance attribute | Private | Type reference (TYPE) | STRING | 20100127 |
Methods
| # | Method | Level | Visibility | Method type | Description | Created on |
|---|---|---|---|---|---|---|
| 1 | Instance method | Public | Constructor | Creates a new field or reads an existing one by its GUID | 20100127 | |
| 2 | Instance method | Public | Method | returns ABAP data definition fragment | 20100127 | |
| 3 | Instance method | Public | Method | 20100127 | ||
| 4 | Instance method | Public | Method | Returns the amount of decimals | 20100127 | |
| 5 | Instance method | Public | Method | Returns the is_key atribute of the field | 20100226 | |
| 6 | Instance method | Public | Method | Returns the length of the field | 20100127 | |
| 7 | Instance method | Public | Method | Returns the name of the field | 20100127 | |
| 8 | Instance method | Public | Method | Returns the reference type of the field | 20100127 | |
| 9 | Instance method | Public | Method | Returns the type of the field | 20100127 | |
| 10 | Instance method | Public | Method | saves the field with new guid to cnv_as_field | 20100127 | |
| 11 | Instance method | Public | Method | Sets the name of the Column | 20140130 | |
| 12 | Instance method | Public | Method | Sets the amount of decimals | 20100127 | |
| 13 | Instance method | Public | Method | Sets the is_key attribute of the field | 20100226 | |
| 14 | Instance method | Public | Method | Sets the length of the field | 20100127 | |
| 15 | Instance method | Public | Method | Sets the name of the field | 20100127 | |
| 16 | Instance method | Public | Method | Sets the reference type of the field | 20100127 | |
| 17 | Instance method | Public | Method | Sets the type of the field | 20100127 | |
| 18 | Instance method | Public | Method | Validates field. Returns Exception, when field is invalid. | 20100127 |
Events
Class /SLOAP/CL_FIELD has no event.
Types
Class /SLOAP/CL_FIELD has no local type.
Method Signatures
Method CONSTRUCTOR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_FIELD | Call by reference | Type reference (TYPE) | /SLOAP/FIELD | SLOAS table fields | 20100127 | |||
| 2 | IV_FIELD_GUID | Call by reference | Type reference (TYPE) | GUID | Globally Unique Identifier | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100127 |
Method GET_DATA_DEFINITION Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DATA_DEFINITION | Value transfer | Type reference (TYPE) | STRING | 20100127 |
Method GET_DATA_DEFINITION on class /SLOAP/CL_FIELD has no exception.
Method GET_DATA_DESCR Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | DATADESCR | Value transfer | Object reference (TYPE REF TO) | CL_ABAP_DATADESCR | Runtime Type Services | 20100127 |
Method GET_DATA_DESCR on class /SLOAP/CL_FIELD has no exception.
Method GET_DECIMALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_DECIMALS | Value transfer | Type reference (TYPE) | INT4 | Natural Number | 20100127 |
Method GET_DECIMALS on class /SLOAP/CL_FIELD has no exception.
Method GET_IS_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IS_KEY | Value transfer | Type reference (TYPE) | ABAP_BOOL | SLOAS field is key attribute | 20100226 |
Method GET_IS_KEY on class /SLOAP/CL_FIELD has no exception.
Method GET_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LENGTH | Value transfer | Type reference (TYPE) | INT4 | SLOAS field length | 20100127 |
Method GET_LENGTH on class /SLOAP/CL_FIELD has no exception.
Method GET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Value transfer | Type reference (TYPE) | /SLOAP/FIELD_NAME | 20100127 |
Method GET_NAME on class /SLOAP/CL_FIELD has no exception.
Method GET_REFERENCE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_REFERENCE_TYPE | Value transfer | Type reference (TYPE) | STRING | 20100127 |
Method GET_REFERENCE_TYPE on class /SLOAP/CL_FIELD has no exception.
Method GET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TYPE | Value transfer | Type reference (TYPE) | CHAR1 | Single-Character Indicator | 20100127 |
Method GET_TYPE on class /SLOAP/CL_FIELD has no exception.
Method SAVE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | EV_FIELD_GUID | Call by reference | Type reference (TYPE) | GUID | Globally Unique Identifier | 20100127 |
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100127 |
Method SET_COLUMN_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LV_NAME | Call by reference | Type reference (TYPE) | /SLOAP/FIELD_NAME | Name / Title for the Column | 20140130 |
Method SET_COLUMN_NAME on class /SLOAP/CL_FIELD has no exception.
Method SET_DECIMALS Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_DECIMALS | Call by reference | Type reference (TYPE) | INT4 | Natural Number | 20100127 |
Method SET_DECIMALS on class /SLOAP/CL_FIELD has no exception.
Method SET_IS_KEY Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_IS_KEY | Call by reference | Type reference (TYPE) | ABAP_BOOL | setting of is a key value | 20100226 |
Method SET_IS_KEY on class /SLOAP/CL_FIELD has no exception.
Method SET_LENGTH Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | LENGTH | Call by reference | Type reference (TYPE) | INT4 | SLOAS field length | 20100127 |
Method SET_LENGTH on class /SLOAP/CL_FIELD has no exception.
Method SET_NAME Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | NAME | Call by reference | Type reference (TYPE) | /SLOAP/FIELD_NAME | 20100127 |
Method SET_NAME on class /SLOAP/CL_FIELD has no exception.
Method SET_REFERENCE_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | IV_REFERENCE_TYPE | Call by reference | Type reference (TYPE) | STRING | 20100127 |
Method SET_REFERENCE_TYPE on class /SLOAP/CL_FIELD has no exception.
Method SET_TYPE Signature
| # | Type | Parameter | Pass Value | Optional | Typing Method | Associated Type | Default value | Description | Created on |
|---|---|---|---|---|---|---|---|---|---|
| 1 | TYPE | Call by reference | Type reference (TYPE) | CHAR1 | Single-Character Indicator | 20100127 |
Method SET_TYPE on class /SLOAP/CL_FIELD has no exception.
Method VALIDATE Signature
Method VALIDATE on class /SLOAP/CL_FIELD has no parameter.
| # | Exception | Resumable | Description | Created on |
|---|---|---|---|---|
| 1 | 20100127 |
History
| Last changed by/on | SAP | 20141030 |
| SAP Release Created in | 700 |