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 ABAP 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 GR_DATA_DESCR Instance attribute Private Object reference (TYPE REF TO) CL_ABAP_DATADESCR Runtime Type Services 20100127
2 GV_DECIMALS Instance attribute Private Type reference (TYPE) INT4 Natural Number 20100127
3 GV_IS_KEY Instance attribute Private Type reference (TYPE) ABAP_BOOL Is that a key filed 20100226
4 GV_LENGTH Instance attribute Private Type reference (TYPE) INT4 Natural Number 20100127
5 GV_NAME Instance attribute Private Type reference (TYPE) /SLOAP/FIELD_NAME SLOAS Field Name 20100127
6 GV_REFERENCE_TYPE Instance attribute Private Type reference (TYPE) STRING 20100127
7 GV_TYPE Instance attribute Private Type reference (TYPE) STRING 20100127
Methods
# Method Level Visibility Method type Description Created on
1 CONSTRUCTOR Instance method Public Constructor Creates a new field or reads an existing one by its GUID 20100127
2 GET_DATA_DEFINITION Instance method Public Method returns ABAP data definition fragment 20100127
3 GET_DATA_DESCR Instance method Public Method 20100127
4 GET_DECIMALS Instance method Public Method Returns the amount of decimals 20100127
5 GET_IS_KEY Instance method Public Method Returns the is_key atribute of the field 20100226
6 GET_LENGTH Instance method Public Method Returns the length of the field 20100127
7 GET_NAME Instance method Public Method Returns the name of the field 20100127
8 GET_REFERENCE_TYPE Instance method Public Method Returns the reference type of the field 20100127
9 GET_TYPE Instance method Public Method Returns the type of the field 20100127
10 SAVE Instance method Public Method saves the field with new guid to cnv_as_field 20100127
11 SET_COLUMN_NAME Instance method Public Method Sets the name of the Column 20140130
12 SET_DECIMALS Instance method Public Method Sets the amount of decimals 20100127
13 SET_IS_KEY Instance method Public Method Sets the is_key attribute of the field 20100226
14 SET_LENGTH Instance method Public Method Sets the length of the field 20100127
15 SET_NAME Instance method Public Method Sets the name of the field 20100127
16 SET_REFERENCE_TYPE Instance method Public Method Sets the reference type of the field 20100127
17 SET_TYPE Instance method Public Method Sets the type of the field 20100127
18 VALIDATE 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 Importing IS_FIELD Call by reference Type reference (TYPE) /SLOAP/FIELD SLOAS table fields 20100127
2 Importing IV_FIELD_GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_MISSING_PARAMETER 20100127

Method GET_DATA_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Returning 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 Exporting EV_FIELD_GUID Call by reference Type reference (TYPE) GUID Globally Unique Identifier 20100127
# Exception Resumable Description Created on
1 /SLOAP/CX_INVALID_DATA 20100127

Method SET_COLUMN_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 Importing 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 /SLOAP/CX_INVALID_DATA 20100127
History
Last changed by/on SAP  20141030 
SAP Release Created in 700