SAP ABAP Class IF_AXT_CA_EXT_FIELD_ACCESS (Access to Field Definition)
Properties
Class IF_AXT_CA_EXT_FIELD_ACCESS  
Short Description Access to Field Definition    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20090212   SAP 
Last change 20110908   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_AXT_CA_EXT_FIELD_ACCESS has no forward declaration.
Interfaces
Class IF_AXT_CA_EXT_FIELD_ACCESS has no interface implemented.
Friends
Class IF_AXT_CA_EXT_FIELD_ACCESS has no friend class.
Attributes
Class IF_AXT_CA_EXT_FIELD_ACCESS has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_PICKLIST Instance method Public Method 20090226
2 CHECK Instance method Public Method 20090313
3 CHECK_DATATYPE_FEATURE_LOSS Instance method Public Method Checks whether a new datatype looses some used features 20100105
4 DELETE Instance method Public Method 20090218
5 GET_EDITABLE_PROPERTIES Instance method Public Method 20090212
6 GET_FIELD_DEF Instance method Public Method 20090212
7 GET_FLAG Instance method Public Method Get a flag setting 20090213
8 GET_PICKLIST Instance method Public Method 20090212
9 GET_PICKLIST_CODES Instance method Public Method 20090226
10 GET_POSSIBLE_PARENT_KEYS Instance method Public Method 20090924
11 SET_FIELD_DEF Instance method Public Method 20090212
12 SET_FLAG Instance method Public Method Set a flag setting 20090213
Events
Class IF_AXT_CA_EXT_FIELD_ACCESS has no event.
Types
Class IF_AXT_CA_EXT_FIELD_ACCESS has no local type.
Method Signatures

Method ADD_PICKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_CODE Call by reference Type reference (TYPE) AXT_VALUE_CODE Code for Input Help 20090226
2 Importing IV_INDEX Call by reference Type reference (TYPE) AXT_POSITION Index of Internal Tables 20090226
3 Returning RO_PICKLIST Value transfer Object reference (TYPE REF TO) IF_AXT_CA_EXT_PICKLIST_ACCESS Access to picklist item 20090226
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20090227
2 CX_AXT_OPERATION_FAILED Operation error 20090227

Method CHECK Signature

Method CHECK on class IF_AXT_CA_EXT_FIELD_ACCESS has no parameter.
# Exception Resumable Description Created on
1 CX_AXT General exception 20090313

Method CHECK_DATATYPE_FEATURE_LOSS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_NEW_BEHAVIOR Call by reference Type reference (TYPE) AXT_FIELD_BEHAVIOR_TYPE Extensibility Field Behavior 20100105
2 Importing IV_NEW_DATA_TYPE Call by reference Type reference (TYPE) AXT_FIELD_DATA_TYPE Extensibility Field Datatypes 20100105
3 Returning RV_FEATURE_LOSS Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20100105

Method CHECK_DATATYPE_FEATURE_LOSS on class IF_AXT_CA_EXT_FIELD_ACCESS has no exception.

Method DELETE Signature

Method DELETE on class IF_AXT_CA_EXT_FIELD_ACCESS has no parameter.
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20090218
2 CX_AXT_DATA_NOT_FOUND Data not found error 20090218
3 CX_AXT_OPERATION_FAILED Operation error 20090218

Method GET_EDITABLE_PROPERTIES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EV_BEHAVIOR Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090710
2 Exporting EV_CHECK_TABLE Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090212
3 Exporting EV_DATA_TYPE Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090212
4 Exporting EV_DECIMALS Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090212
5 Exporting EV_FIELD_ID Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090212
6 Exporting EV_LABEL Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090212
7 Exporting EV_LENGTH Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090212
8 Exporting EV_MAN_DATA_ELEMENT Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090212
9 Exporting EV_PARENT_KEY_FIELD Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090923
10 Exporting EV_PICKLIST Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090212
11 Exporting EV_REF_FIELD_ID Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090212
12 Exporting EV_REPORTING_TYPE Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090212
13 Exporting EV_SEARCH_HELP Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090212
14 Exporting EV_VARIANT Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090710
15 Exporting EV_X_DISABLED Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090305
16 Exporting EV_X_FLAG Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090312
17 Exporting EV_X_FLAG_SEARCH_CRITERIA Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090610
18 Exporting EV_X_LOG_KEY Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20090212
19 Exporting EV_X_TRANSIENT Call by reference Type reference (TYPE) AXT_BOOLEAN Boolean 20100823
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20090212

Method GET_FIELD_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ES_FIELD_DEF Call by reference Type reference (TYPE) AXTS_CA_FIELD_DEF Field extension creation attributes 20090212
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20090212

Method GET_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FLAG_NAME Call by reference Type reference (TYPE) AXT_FLAG_NAME Name of extension flags 20090213
2 Returning RV_ENABLED Value transfer Type reference (TYPE) AXT_BOOLEAN Boolean 20090213

Method GET_FLAG on class IF_AXT_CA_EXT_FIELD_ACCESS has no exception.

Method GET_PICKLIST Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_GUID Call by reference Type reference (TYPE) AXT_GUID 20090420
2 Returning RO_PICKLIST Value transfer Object reference (TYPE REF TO) IF_AXT_CA_EXT_PICKLIST_ACCESS 20090226
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data invalid error 20090212
2 CX_AXT_OPERATION_FAILED Operation error 20090227

Method GET_PICKLIST_CODES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_CODE Value transfer Type reference (TYPE) AXTT_VALUE_CODES 20090226
2 Exporting ET_GUID Call by reference Type reference (TYPE) AXTT_GUID 20090420
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20090227

Method GET_POSSIBLE_PARENT_KEYS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_FIELD_IDS Value transfer Type reference (TYPE) AXTT_FIELD_ID Table of field IDs 20090924
# Exception Resumable Description Created on
1 CX_AXT_DATA_NOT_FOUND Data not found error 20090924

Method SET_FIELD_DEF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_FIELD_DEF Call by reference Type reference (TYPE) AXTS_CA_FIELD_DEF Field extension creation attributes 20090212
# Exception Resumable Description Created on
1 CX_AXT_DATA_INVALID Data invalid error 20090212
2 CX_AXT_DATA_NOT_FOUND Data invalid error 20090212

Method SET_FLAG Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_FLAG_NAME Call by reference Type reference (TYPE) AXT_FLAG_NAME Name of extension flags 20090213
2 Importing IV_VALUE Call by reference Type reference (TYPE) FLAG General Flag 20090213
# Exception Resumable Description Created on
1 CX_AXT General exception 20090213
History
Last changed by/on SAP  20110908 
SAP Release Created in