SAP ABAP Interface IF_DATAPTABLECACHE_MODIFY (Modification Interface DataPOnDemand)
Hierarchy
SAP_BASIS (Software Component) SAP Basis Component
   BC-FES-GUI (Application Component) Graphical User Interface
     SCET (Package) Control Enabling Technology / Control Framework
Meta Relationship - Used By
# Relationship type Used by Short Description Created on
1 Interface implementation (CLASS c. INTERFACES i_ref)  CL_DATAPTABLECACHE Data Provider Reload On Demand Table Management 19991017
Properties
Interface IF_DATAPTABLECACHE_MODIFY  
Short Description Modification Interface DataPOnDemand    
General Data
Package SCET   Control Enabling Technology / Control Framework 
Created 19991017   SAP 
Last changed 00000000   SAP 
Unicode checks active    
Forward declarations
# Type group / Object type Type Type Description
1 CNDP Type group use (TYPE-POOLS tp)  Type group use (TYPE-POOLS tp)
Interfaces
Interface IF_DATAPTABLECACHE_MODIFY has no interface.
Friends
Interface IF_DATAPTABLECACHE_MODIFY has no friend.
Attributes
Interface IF_DATAPTABLECACHE_MODIFY has no attribute.
Methods
# Method Level Visibility Method type Description Created on
1 ON_APPEND Instance method Public Method Append new Line 19991017
2 ON_INSERT Instance method Public Method Insert new Line into Table 19991017
3 ON_MODIFY Instance method Public Method Modify an Existing Line 19991017
4 ON_REFRESH Instance method Public Method Refresh, Delete Entire Content 19991017
5 ON_REMOVE Instance method Public Method Delete a Line 19991017
Events
Interface IF_DATAPTABLECACHE_MODIFY has no event.
Types
Interface IF_DATAPTABLECACHE_MODIFY has no local type.
Method Signatures

Method ON_APPEND Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FEILDS Call by reference Type reference (TYPE) CNDP_TDATACHANGETAB Neue Daten 19991017
# Exception Resumable Description Created on
1 ERROR_APPEND Fehler beim Anhängen der Zeile 19991017
2 ERROR_CONVERT Konvertierungsfehler 19991017

Method ON_INSERT Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDS Call by reference Type reference (TYPE) CNDP_TDATACHANGETAB Daten für neue Zeile 19991017
2 Importing ROWIDX Call by reference Type reference (TYPE) I Zeilenindex 19991017
# Exception Resumable Description Created on
1 ERROR_CONVERT Konvertierungsfehler 19991017
2 ERROR_INSERT Fehler beim Einfügen der Zeile 19991017
3 ERROR_ROWIDX Fehlerhafter Zeilenindex 19991017

Method ON_MODIFY Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing FIELDS Call by reference Type reference (TYPE) CNDP_TDATACHANGETAB Neue Daten 19991017
2 Importing ROWIDX Call by reference Type reference (TYPE) I Zeilennummer 19991017
# Exception Resumable Description Created on
1 ERROR_CONVERT Konvertierungsfehler 19991017
2 ERROR_MODIFY Fehler beim Modifizieren 19991017
3 ERROR_ROWIDX Ungültiger Zeilenindex 19991017

Method ON_REFRESH Signature

Method ON_REFRESH on Interface IF_DATAPTABLECACHE_MODIFY has no parameter.
# Exception Resumable Description Created on
1 ERROR_REFRESH Fehler beim Refresh 19991017

Method ON_REMOVE Signature

# Type Parameter Pass Value Optional Typing Method Associated Type Default value Description Created on
1 Importing ROWIDX Call by reference Type reference (TYPE) I Zeilennummer der zu löschenden Zeile 19991017
# Exception Resumable Description Created on
1 ERROR_REMOVE Fehler beim Löschen der Zeile. 19991017
2 ERROR_ROWIDX Zeilenindex ist fehlerhaft 19991017
History
Last changed by/on SAP  00000000 
SAP Release Created in