Class ZCL_JKRT_OBJECT

Package ZJK_REG_TEST

Regression Testing Persistent Object

Methods Summary

Methods
Visibility Level Name Description
Public Instance COPY Copies the object
Public Instance DELETE Deletes the object from the database
Public Instance INSERT Inserts the object into the database
Public Instance IS_CLEAN Checks if the object is clean (not modified)
Public Instance IS_DELETED Checks if the object is deleted
Public Instance IS_DIRTY Checks if the object is dirty (modified)
Public Instance IS_LOADING Returns 'X' if object is being loaded
Public Instance IS_NEW Checks if the object is new
Public Instance RELOAD Reloads object from the database
Public Instance SAVE Saves the object in the database
Public Instance UPDATE Updates the object in the database
Protected Instance MARK_CLEAN Marks the object as clean (not modified)
Protected Instance MARK_DELETED Marks the object as deleted
Protected Instance MARK_DIRTY Marks the object as dirty (modified)
Protected Instance MARK_LOADED Marks object as loaded
Protected Instance MARK_LOADING Marks object as being loaded
Protected Instance MARK_NEW Marks the object as new

Attributes Summary

Attributes
Visibility Level Name Description
Private Instance AV_CLEAN Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
Private Instance AV_DELETED Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
Private Instance AV_DIRTY Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
Private Instance AV_LOADING Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')
Private Instance AV_NEW Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')

Method Detail

Attribute Detail