Class ZCL_JKRT_CONFIG

Package ZJK_REG_TEST
Inheritance Hierarchy
  • ZCL_JKRT_OBJECT
    • ZCL_JKRT_CONFIG

Test Case Configuration (Regression Testing)

Methods Summary

Methods
Visibility Level Name Description
Public Instance COPY_DATA Copies cofiguration from a different instance
Public Static FIND Finds config by ID
Public Instance GET_DATA Returns config data
Public Instance GET_ID Gets the configuration GUID
Public Instance GET_VIEW Gets a view to display configuration
Public Instance SET_DATA Sets data
Public Instance VALIDATE Validates the configuration
Protected Instance GET_DATA_REF Gets data
Protected Instance NEW Returns a new instance of a config
Private Instance LOAD_DATA Loads configuration data
Private Instance SET_ID Sets config ID
Methods inherited from ZCL_JKRT_OBJECT
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
Protected Instance AO_VIEW Config View (Regression Testing)
Protected Instance AS_COMMON_DATA Test Setup (Regression Testing)
Private Instance AV_DATA_LOADED Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')

Method Detail

Attribute Detail