SAP ABAP Class IF_ECH_PLX_AO_MAINTENANCE (Maintenance of Payload Attributes for Analysis)
Properties
Class IF_ECH_PLX_AO_MAINTENANCE  
Short Description Maintenance of Payload Attributes for Analysis    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20101130   SAP 
Last change 20110908   SAP 
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 IF_ECH_PLX_AO_MAINTENANCE has no interface implemented.
Friends
Class IF_ECH_PLX_AO_MAINTENANCE has no friend class.
Attributes
Class IF_ECH_PLX_AO_MAINTENANCE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ADD_ADDITIONAL_OBJECT Instance method Public Method 20101130
2 CHECK_ADDITIONAL_OBJECTS Instance method Public Method Check Whether Object Types Are Valid 20101130
3 CHECK_OBJECT_KEY Instance method Public Method 20101130
4 CHECK_OBJECT_TYPE Instance method Public Method Check Whether Object Type is Valid 20101130
5 CHECK_OBJECT_TYPES Instance method Public Method Check Whether Object Type is Valid 20101130
6 DELETE_ADDITIONAL_OBJECT Instance method Public Method 20101130
7 GET_ADDITIONAL_OBJECT Instance method Public Method 20101130
8 GET_ALL_ADDITIONAL_OBJECTS Instance method Public Method 20101130
9 GET_OBJECT_KEY_DEFINITION Instance method Public Method 20101130
Events
Class IF_ECH_PLX_AO_MAINTENANCE has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_S_ADDITIONAL_OBJECT Public See coding 20101130 begin of ty_s_additional_object. include type ty_s_additional_object_key. include type ty_s_additional_object_data. types end of ty_s_additional_object
2 TY_S_ADDITIONAL_OBJECT_DATA Public See coding 20101130 begin of ty_s_additional_object_data, object_key type if_ech_plx_ao_maintenance=>ty_t_key_field, end of ty_s_additional_object_data
3 TY_S_ADDITIONAL_OBJECT_KEY Public See coding 20101202 begin of ty_s_additional_object_key, object_type type if_ech_plx_ao_read_access=>ty_s_ao_add_object-object_type, end of ty_s_additional_object_key
4 TY_S_KEY_FIELD Public Type reference (TYPE) ECH_S_PLX_AO_ADD_OBJECT_FIELD 20101130
5 TY_T_ADDITIONAL_OBJECT Public See coding 20101130 ty_t_additional_object type standard table of ty_s_additional_object with default key
6 TY_T_KEY_FIELD Public See coding 20101130 ty_t_key_field type standard table of ty_s_key_field with default key with non-unique sorted key fieldname components fieldname
7 TY_T_OBJECT_TYPE Public See coding 20101130 ty_t_object_type TYPE STANDARD TABLE OF ty_s_additional_object-object_type with DEFAULT KEY
Method Signatures

Method ADD_ADDITIONAL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_ADDITIONAL_OBJECT_DATA Call by reference Type reference (TYPE) IF_ECH_PLX_AO_MAINTENANCE=>TY_S_ADDITIONAL_OBJECT_DATA 20101130
2 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) IF_ECH_PLX_AO_MAINTENANCE=>TY_S_ADDITIONAL_OBJECT-OBJECT_TYPE 20101130
# Exception Resumable Description Created on
1 CX_ECH_PLX_DYNAMIC 20101130

Method CHECK_ADDITIONAL_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRET2_TAB 20101130
2 Exporting EV_VALID Call by reference Type reference (TYPE) ABAP_BOOL 20101130
3 Importing IT_ADDITIONAL_OBJECT Call by reference Type reference (TYPE) IF_ECH_PLX_AO_MAINTENANCE=>TY_T_ADDITIONAL_OBJECT 20101130

Method CHECK_ADDITIONAL_OBJECTS on class IF_ECH_PLX_AO_MAINTENANCE has no exception.

Method CHECK_OBJECT_KEY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRET2_TAB 20101130
2 Exporting EV_VALID Call by reference Type reference (TYPE) ABAP_BOOL 20101130
3 Importing IT_OBJECT_KEY Call by reference Type reference (TYPE) IF_ECH_PLX_AO_MAINTENANCE=>TY_T_KEY_FIELD 20101130
4 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) IF_ECH_PLX_AO_MAINTENANCE=>TY_S_ADDITIONAL_OBJECT-OBJECT_TYPE 20101130
# Exception Resumable Description Created on
1 CX_ECH_PLX_DYNAMIC 20101130

Method CHECK_OBJECT_TYPE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRET2_TAB 20101130
2 Exporting EV_VALID Call by reference Type reference (TYPE) ABAP_BOOL 20101130
3 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) IF_ECH_PLX_AO_MAINTENANCE=>TY_S_ADDITIONAL_OBJECT-OBJECT_TYPE 20101130

Method CHECK_OBJECT_TYPE on class IF_ECH_PLX_AO_MAINTENANCE has no exception.

Method CHECK_OBJECT_TYPES Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting ET_MESSAGE Call by reference Type reference (TYPE) BAPIRET2_TAB 20101130
2 Exporting EV_VALID Call by reference Type reference (TYPE) ABAP_BOOL 20101130
3 Importing IT_OBJECT_TYPE Call by reference Type reference (TYPE) IF_ECH_PLX_AO_MAINTENANCE=>TY_T_OBJECT_TYPE 20101130

Method CHECK_OBJECT_TYPES on class IF_ECH_PLX_AO_MAINTENANCE has no exception.

Method DELETE_ADDITIONAL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) IF_ECH_PLX_AO_MAINTENANCE=>TY_S_ADDITIONAL_OBJECT-OBJECT_TYPE 20101130
# Exception Resumable Description Created on
1 CX_ECH_PLX_DYNAMIC 20101130

Method GET_ADDITIONAL_OBJECT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) IF_ECH_PLX_AO_MAINTENANCE=>TY_S_ADDITIONAL_OBJECT-OBJECT_TYPE 20101130
2 Returning RS_ADDITIONAL_OBJECT Value transfer Type reference (TYPE) IF_ECH_PLX_AO_MAINTENANCE=>TY_S_ADDITIONAL_OBJECT 20101130
# Exception Resumable Description Created on
1 CX_ECH_PLX_CUSTOMIZING_READ 20101130
2 CX_ECH_PLX_STATIC 20101130

Method GET_ALL_ADDITIONAL_OBJECTS Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RT_ADDITIONAL_OBJECT Value transfer Type reference (TYPE) IF_ECH_PLX_AO_MAINTENANCE=>TY_T_ADDITIONAL_OBJECT 20101130

Method GET_ALL_ADDITIONAL_OBJECTS on class IF_ECH_PLX_AO_MAINTENANCE has no exception.

Method GET_OBJECT_KEY_DEFINITION Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_OBJECT_TYPE Call by reference Type reference (TYPE) IF_ECH_PLX_AO_MAINTENANCE=>TY_S_ADDITIONAL_OBJECT-OBJECT_TYPE 20101130
2 Returning RT_OBJECT_KEY Value transfer Type reference (TYPE) IF_ECH_PLX_AO_MAINTENANCE=>TY_T_KEY_FIELD 20101130
# Exception Resumable Description Created on
1 CX_ECH_PLX_DYNAMIC 20101130
History
Last changed by/on SAP  20110908 
SAP Release Created in