SAP ABAP Class IF_TFW_METADATA_DB (Metadata DB Access Interface)
Properties
Class IF_TFW_METADATA_DB  
Short Description Metadata DB Access Interface    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20130516   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)
2 IF_TFW_TYPES Forward declaration interface (INTERFACE i DEFINITION DEF...  Forward declaration interface (INTERFACE i DEFINITION DEF...
Interfaces
Class IF_TFW_METADATA_DB has no interface implemented.
Friends
Class IF_TFW_METADATA_DB has no friend class.
Attributes
Class IF_TFW_METADATA_DB has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 CREATE_KEY_STRUC_REF Instance method Public Method Create data reference of the object key structure 20130516
2 READ_BY_OBJECT_ID Instance method Public Method Read row entry based on object id 20130516
3 WRITE Instance method Public Method Write Changes to the database 20130516
Events
Class IF_TFW_METADATA_DB has no event.
Types
Class IF_TFW_METADATA_DB has no local type.
Method Signatures

Method CREATE_KEY_STRUC_REF Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IV_ONLY_KEYS Call by reference Type reference (TYPE) ABAP_BOOL ABAP_TRUE 20130516
2 Importing IV_TABLENAME Call by reference Type reference (TYPE) CSEQUENCE 20130516
3 Returning RR_DATA Value transfer Object reference (TYPE REF TO) DATA 20130516
# Exception Resumable Description Created on
1 CX_TFW_RUNTIME_ERROR TFW: Runtime Exception Class 20130613

Method READ_BY_OBJECT_ID Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Exporting EA_DATA Call by reference Type reference (TYPE) ANY 20130517
2 Importing IV_OBJECT_ID Call by reference Type reference (TYPE) IF_TFW_TYPES=>OBJECT_ID TFW: Object Identifier 20130516
3 Importing IV_OBJECT_TYPE_ID Call by reference Type reference (TYPE) IF_TFW_TYPES=>OBJECT_TYPE_ID 20130607
# Exception Resumable Description Created on
1 CX_TFW_RUNTIME_ERROR TFW: Runtime Exception Class 20130613

Method WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IA_DATA Call by reference Type reference (TYPE) ANY 20130516
2 Importing IV_TABLENAME Call by reference Type reference (TYPE) CHAR30 30 Characters 20130516
# Exception Resumable Description Created on
1 CX_TFW_RUNTIME_ERROR TFW: Runtime Exception Class 20130613
History
Last changed by/on SAP  20140121 
SAP Release Created in