SAP ABAP Class IF_SATC_MD_DATA_TYPE (Data Type used for Configuration Parameters)
Properties
Class IF_SATC_MD_DATA_TYPE  
Short Description Data Type used for Configuration Parameters    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20070201   SAP 
Last change 20140121   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_SATC_MD_DATA_TYPE has no interface implemented.
Friends
Class IF_SATC_MD_DATA_TYPE has no friend class.
Attributes
Class IF_SATC_MD_DATA_TYPE has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DESERIALIZE_DATA Instance method Public Method Restore native representation from serialized data 20070201
2 DISPLAY_DATA Instance method Public Method Display value(s) 20070201
3 EDIT_DATA Instance method Public Method OUTDATED - Display and modiy value(s) 20070201
4 SERIALIZE_DATA Instance method Public Method Transform native representation into serialized data 20070201
Events
Class IF_SATC_MD_DATA_TYPE has no event.
Types
Class IF_SATC_MD_DATA_TYPE has no local type.
Method Signatures

Method DESERIALIZE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting E_DATA Call by reference Type reference (TYPE) DATA Native Representation, e.g. Structure 20070201
2 Importing I_SERIALIZED_DATA Call by reference Type reference (TYPE) SATC_D_SERIALIZED_DATA Serialized Data 20070201
# Exception Resumable Description Created on
1 CX_DYNAMIC_CHECK Exceptions with Dynamic Check Only of the RAISING Clause 20070201

Method DISPLAY_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA Value transfer Type reference (TYPE) DATA Native Representation, e.g. Structure 20070201
# Exception Resumable Description Created on
1 CX_DYNAMIC_CHECK Exceptions with Dynamic Check Only of the RAISING Clause 20070201

Method EDIT_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Changing C_DATA Value transfer Type reference (TYPE) DATA Native Representation, e.g. Structure 20070201
2 Exporting E_CHANGE_OCCURED Call by reference Type reference (TYPE) ABAP_BOOL Was the data Altered 20070201

Method EDIT_DATA on class IF_SATC_MD_DATA_TYPE has no exception.

Method SERIALIZE_DATA Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing I_DATA Call by reference Type reference (TYPE) DATA Native Representation, e.g. Structure 20070201
2 Returning RESULT Value transfer Type reference (TYPE) SATC_D_SERIALIZED_DATA Serialized Data 20070201

Method SERIALIZE_DATA on class IF_SATC_MD_DATA_TYPE has no exception.
History
Last changed by/on SAP  20140121 
SAP Release Created in