CACS_OATRG1EXECF01 is a standard ABAP INCLUDE available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.
If you would like to execute this report or see the full code listing simply enter CACS_OATRG1EXECF01 into the relevant SAP transactions such as SE38 or SE80
This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Verarbeitung bestätigen'(007) diagnose_object = 'CACSOA_008' text_question = 'Möchten Sie die Verarbeitung anstoßen?'(008) importing answer = lv_user_decision tables parameter = lt_parameter exceptions text_not_found = 1 others = 2.
SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = lv_percentage text = lv_msghlp.
POPUP_TO_CONFIRM call function 'POPUP_TO_CONFIRM' exporting titlebar = 'Löschung bestätigen'(003) diagnose_object = 'CACSOA_007' text_question = 'Möchten Sie löschen?'(004) importing answer = lv_user_decision tables parameter = lt_parameter exceptions text_not_found = 1 others = 2.
REUSE_ALV_FIELDCATALOG_MERGE call function 'REUSE_ALV_FIELDCATALOG_MERGE' exporting i_structure_name = 'CACS_S_CTRTBUOATRGDISP' changing ct_fieldcat = lt_fieldcatalog exceptions inconsistent_interface = 1 program_error = 2 others = 3.
REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' exporting i_callback_program = 'CACS_OATRG1EXEC' i_callback_user_command = 'TRGDISP_OKCODEHANDLING ' it_fieldcat = lt_fieldcatalog tables t_outtab = gt_ctrtbuoatrgdisp exceptions program_error = 1 others = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CACS_OATRG1EXECF01 - CACSOATRG1EXECF01 CACS_OATRG1EXEC - FOA Connection: Execute Trigger of Type 'Commission Contract' CACS_OATRG1EXEC - FOA Connection: Execute Trigger of Type 'Commission Contract' CACS_OAPSIEXEC_F01 - CACSOAPSIEXECF01 CACS_OAPSIEXECTOP - CACSOAPSIEXECTOP CACS_OAPSIEXEC - Execute Process Step in Worklist for Object Assignment