Class ZCL_JKRT_OUTPUT

Package ZJK_REG_TEST
Inheritance Hierarchy
  • ZCL_JKRT_OBJECT
    • ZCL_JKRT_OUTPUT

Action Output (Regression Testing)

Methods Summary

Methods
Visibility Level Name Description
Public Instance CONSTRUCTOR CONSTRUCTOR
Public Static DELETE_WITH_ID Deletes an output from the database
Public Instance DISPLAY Displays the output
Public Instance DOWNLOAD Download output to a given directory
Public Static FIND Finds output
Public Instance GET_COMPARE_VIEW Returns compare view for the output
Public Instance GET_CREATE_DATE Gets create date
Public Instance GET_CREATE_TIME Gets create time
Public Instance GET_CREATOR Gets creator
Public Instance GET_DATA Returns output data
Public Instance GET_DATA_REF Loads and returns output data reference
Public Instance GET_EXECUTION_TIME Returns the output generation time (ms)
Public Instance GET_ID Gets output ID
Public Instance GET_TYPE Get output type
Public Instance SET_CREATE_DATE Sets create date
Public Instance SET_CREATE_TIME Sets create time
Public Instance SET_CREATOR Sets creator
Public Instance SET_DATA Sets data
Public Instance SET_EXECUTION_TIME Sets the output generation time (ms)
Protected Instance LOAD_DATA Loads output data
Protected Instance NEW Creates new output (instance)
Private Instance SET_ID Sets output 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 AD_DATA
Protected Instance AO_COMPARE_VIEW Output View
Protected Instance AO_VIEW Output View
Protected Instance AS_COMMON_DATA Test Result (Regression Testing)
Private Instance AV_DATA_LOADED Data element for domain BOOLE: TRUE (='X') and FALSE (=' ')

Method Detail

Attribute Detail