SAP ABAP Class IF_CLB_CUST_APPLI_DATA_SELECT (Customizing: Application Platform Select)
Properties
Class IF_CLB_CUST_APPLI_DATA_SELECT  
Short Description Customizing: Application Platform Select    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20110929   SAP 
Last change 20140121   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class IF_CLB_CUST_APPLI_DATA_SELECT has no forward declaration.
Interfaces
Class IF_CLB_CUST_APPLI_DATA_SELECT has no interface implemented.
Friends
Class IF_CLB_CUST_APPLI_DATA_SELECT has no friend class.
Attributes
Class IF_CLB_CUST_APPLI_DATA_SELECT has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE_DATA Instance method Public Method 20130226
2 MODIFY_DATA Instance method Public Method 20130226
3 SELECT_DATA Instance method Public Method 20110929
Events
Class IF_CLB_CUST_APPLI_DATA_SELECT has no event.
Types
# Type Visibility Typing Associated Type Description Created on Type Source
1 TY_SELECTED_DATA Public See coding 20110929 BEGIN OF ty_selected_data, key TYPE clb_s_appli_data_key, data TYPE clb_s_appli_data_data. TYPES: END OF ty_selected_data
Method Signatures

Method DELETE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KEY Call by reference Type reference (TYPE) CLB_S_APPLI_DATA_KEY 20130226

Method DELETE_DATA on class IF_CLB_CUST_APPLI_DATA_SELECT has no exception.

Method MODIFY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_DATA Call by reference Type reference (TYPE) CLB_S_APPLI_DATA_DATA 20130226
2 Importing IS_KEY Call by reference Type reference (TYPE) CLB_S_APPLI_DATA_KEY 20130226

Method MODIFY_DATA on class IF_CLB_CUST_APPLI_DATA_SELECT has no exception.

Method SELECT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KEY Call by reference Type reference (TYPE) CLB_S_APPLI_DATA_KEY 20110929
2 Returning RS_SELECTED_DATA Value transfer Type reference (TYPE) IF_CLB_CUST_APPLI_DATA_SELECT=>TY_SELECTED_DATA 20110929
# Exception Resumable Description Created on
1 CX_CLB_CONFIG 20110929
History
Last changed by/on SAP  20140121 
SAP Release Created in