SAP ABAP Class /TDAG/IF_WFF_PERSISTER (CRUD Methods Common to All TBO Implementations)
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  /TDAG/CL_WFF_ABS_PERSISTER Abstract class for all persister implementations 20080728
Properties
Class /TDAG/IF_WFF_PERSISTER  
Short Description CRUD Methods Common to All TBO Implementations    
Super Class    
Instantiability of a Class 2  Public 
Final    
General Data
Message Class    
Program status     
Category 0   
Package      
Created 20080701   SAP 
Last change 20141109   SAP 
Shared Memory-enabled    
Fixed point arithmetic    
Unicode checks active    
Forward declarations
Class /TDAG/IF_WFF_PERSISTER has no forward declaration.
Interfaces
Class /TDAG/IF_WFF_PERSISTER has no interface implemented.
Friends
Class /TDAG/IF_WFF_PERSISTER has no friend class.
Attributes
Class /TDAG/IF_WFF_PERSISTER has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 DELETE Instance method Public Method Deletes a TBO from the Database 20080724
2 GET_TABLE_NAME Instance method Public Method Returns the Table Name for Persisting TBOs 20080718
3 READ Instance method Public Method Fills a TBO with Data from the Database 20080718
4 WRITE Instance method Public Method Writes a TBO to the Database 20080715
Events
Class /TDAG/IF_WFF_PERSISTER has no event.
Types
Class /TDAG/IF_WFF_PERSISTER has no local type.
Method Signatures

Method DELETE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IS_KEYS Call by reference Type reference (TYPE) /TDAG/EHFND_FW_S_KEY Schlüsselfelder des zu löschenden TBOs 20080724

Method DELETE on class /TDAG/IF_WFF_PERSISTER has no exception.

Method GET_TABLE_NAME Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Returning RV_TABLE_NAME Value transfer Type reference (TYPE) /TDAG/EHFND_FW_TBO_TABLE_NAME Tabellenname 20080718

Method GET_TABLE_NAME on class /TDAG/IF_WFF_PERSISTER has no exception.

Method READ Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TBO Value transfer Object reference (TYPE REF TO) /TDAG/IF_WFF_PERSISTABLE_TBO Die zu befüllende TBO-Instanz 20080724

Method READ on class /TDAG/IF_WFF_PERSISTER has no exception.

Method WRITE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing IO_TBO Call by reference Object reference (TYPE REF TO) /TDAG/IF_WFF_PERSISTABLE_TBO Das TBO das persistiert werden soll 20080718

Method WRITE on class /TDAG/IF_WFF_PERSISTER has no exception.
History
Last changed by/on SAP  20141109 
SAP Release Created in