SAP CL_GUI_TESTPROXY_JOB_DATA OO Class - Test Proxy: GUI Executionlist









CL_GUI_TESTPROXY_JOB_DATA is a standard SAP object class available within R/3 SAP systems depending on your version and release level. You can view/maintain the class details by entering its name into the relevant SAP transactions such as SE24, SE80 or even SE84. Below is the documentation available for class CL_GUI_TESTPROXY_JOB_DATA including details of:

  • Interface class implementations
  • Inheritance details
  • Methods defined within class ( including link to full details )
  • Attributes ( including initial values )
  • Class Events



Method list of CL_GUI_TESTPROXY_JOB_DATA SAP class


A method is a coding block that performs a certain procedure (i.e. ABAP functionality) on an object within the overall SAP class. In simple terms if the object is an SAP database table a method could be the procedure to add a record or to delete a record. If you are new to OO in many respects, the implementation of a method is similar to a function module and can be called in a very similar way using CALL METHOD. Instead of "CALL FUNCTION", Methods are referenced using the following syntax: CALL METHOD =>methodname EXPORTING/IMPORTING...


Method NameDescriptionVisability
CHECK_NUMBER_OF_MODESCheck the number of modes for login sessionPublic
CALL METHOD cl_gui_testproxy_job_data=>CHECK_NUMBER_OF_MODES...more details

CONSTRUCTORJob List ConstructorPublic
CALL METHOD cl_gui_testproxy_job_data=>CONSTRUCTOR...more details

DELETE_EXPIRED_EXEC_DATADelete Expired execution DataPublic
CALL METHOD cl_gui_testproxy_job_data=>DELETE_EXPIRED_EXEC_DATA...more details

DELETE_JOBAlle Daten zu einem Job von der DB löschenPublic
CALL METHOD cl_gui_testproxy_job_data=>DELETE_JOB...more details

DISPLAY_ALVGRID_FIRSTDisplay ALV Grid for the First TimeProtected
CALL METHOD cl_gui_testproxy_job_data=>DISPLAY_ALVGRID_FIRST...more details

FINISHDelete AttributesPublic
CALL METHOD cl_gui_testproxy_job_data=>FINISH...more details

GET_JOB_STATUS_TEXTGet Job Status TextPublic
CALL METHOD cl_gui_testproxy_job_data=>GET_JOB_STATUS_TEXT...more details

HANDLE_ALV_HOTSPOT_CLICKClick Hotspot in eCATT LogIdPrivate
CALL METHOD cl_gui_testproxy_job_data=>HANDLE_ALV_HOTSPOT_CLICK...more details

HANDLE_ALV_TOOLBAREnhance the toolbarPrivate
CALL METHOD cl_gui_testproxy_job_data=>HANDLE_ALV_TOOLBAR...more details

HANDLE_ALV_USER_COMMANDProcess user commands - for toolbar enhancementsPrivate
CALL METHOD cl_gui_testproxy_job_data=>HANDLE_ALV_USER_COMMAND...more details

NEED_DATA_REFRESHNeed the ALV Data a refresh from databasePublic
CALL METHOD cl_gui_testproxy_job_data=>NEED_DATA_REFRESH...more details

REFRESH_ALVGRIDRefresh ALV GridProtected
CALL METHOD cl_gui_testproxy_job_data=>REFRESH_ALVGRID...more details

SET_DATA_TO_GRIDSet Data in ALV GridPublic
CALL METHOD cl_gui_testproxy_job_data=>SET_DATA_TO_GRID...more details

SET_FIELDCAT_INITIALSet Field Catalog to Standard DisplayPublic
CALL METHOD cl_gui_testproxy_job_data=>SET_FIELDCAT_INITIAL...more details

SET_JOBSTATUS_FOR_DISPLAYSet status codes, for which records are displayedPublic
CALL METHOD cl_gui_testproxy_job_data=>SET_JOBSTATUS_FOR_DISPLAY...more details

SET_LAYOUTSet LayoutProtected
CALL METHOD cl_gui_testproxy_job_data=>SET_LAYOUT...more details

SET_SORT_CRITERIASet Sort CriterionProtected
CALL METHOD cl_gui_testproxy_job_data=>SET_SORT_CRITERIA...more details

SET_TESTPROXY_OBJSet the reference to test proxy object to be shown in listPublic
CALL METHOD cl_gui_testproxy_job_data=>SET_TESTPROXY_OBJ...more details

SET_VISIBLESet DisplayPublic
CALL METHOD cl_gui_testproxy_job_data=>SET_VISIBLE...more details

SHOW_ALVGRIDShow the ALV GridPublic
CALL METHOD cl_gui_testproxy_job_data=>SHOW_ALVGRID...more details

START_ALVGRIDStart ALV GridPublic
CALL METHOD cl_gui_testproxy_job_data=>START_ALVGRID...more details



CL_GUI_TESTPROXY_JOB_DATA attributes

List of attributes within class CL_ABAP_CHAR_UTILITIES. These can be referenced using the following syntax CL_ABAP_CHAR_UTILITIES=>. Although depending on where you are inserting the ABAP code you do need to check if the attribute is public or private.

NameLevelDescriptionInitial ValueTypeVisability
ALV_GRIDInstance AttributeALV List ViewerLIKE
CL_GUI_ALV_GRID
Protected
AP_TESTPROXY_OBJInstance AttributeTestproxy for TWB-eCATTLIKE
CL_ECATT_TWB_TESTPROXY
Public
AT_JOBSTATUS_FOR_DISPLAYInstance AttributeTable on Frontend Scheduler Job StatusLIKE
ETTP_JOBSTATUS_TT
Protected
CO_STRUCTURE_NAMEConstantStructure for ALVGRID'ECTP_JOB_LIST'LIKE
TABNAME
Public
FIELDCATInstance AttributeField Catalog for List Viewer ControlLIKE
LVC_T_FCAT
Protected
LDATEInstance AttributeLast Changed On19700101LIKE
HIER_LDATE
Private
LTIMEInstance AttributeTime of Last Change000001LIKE
HIER_LTIME
Private
NEW_INSTANCEInstance AttributeTestProxy Switch On/Off'X'LIKE
ETTP_ONOFF
Private
OUTTABInstance AttributeList of jobs for test executionsLIKE
ET_TT_TP_JOB_LIST_ALV
Protected
OUTTAB_LENInstance AttributeWhole Number with +/- Sign (-2.147.483.648 .. 2.147.483.647)-1LIKE
I
Private
SELECTED_COLUMNSInstance AttributeALV control: Table with rows of type LVC_S_COLLIKE
LVC_T_COL
Protected
SORT_CRITERIAInstance AttributeALV Control: Table of Sort CriteriaLIKE
LVC_T_SORT
Protected
STRUCTURE_NAMEInstance AttributeTable NameLIKE
TABNAME
Protected
WA_FIELDCATInstance AttributeALV control: Field catalogLIKE
LVC_S_FCAT
Protected
WA_LAYOUTInstance AttributeALV control: Layout structureLIKE
LVC_S_LAYO
Protected


Links to Related Class(s)

CL_GUI_T...
Full list of available SAP object classes

Search for further information about these or an SAP related objects



Comments on this SAP object

What made you want to lookup this SAP object? Please tell us what you were looking for and anything you would like to be included on this page!