CORUHRTR is a standard Executable ABAP Report 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 CORUHRTR 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.
Title: Report for copying confirmation data to HR
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_ESCORUPROC CALL FUNCTION 'ENQUEUE_ESCORUPROC' EXPORTING przid = hr_trans EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
CO_R0_GET_ORDER_DATA_PLL80 CALL FUNCTION 'CO_R0_GET_ORDER_DATA_PLL80' EXPORTING order_data = 'X' confirmation_data = 'X' IMPORTING err_tabix = err_tabix TABLES bapi_pll80_tab = i_pll80_tab EXCEPTIONS order_not_found = 1 confirmation_not_found = 2 operation_not_found = 3 conversion_error = 4 OTHERS = 5.
HRTIM_CONFIRMATION_INPUT CALL FUNCTION 'HRTIM_CONFIRMATION_INPUT' TABLES confirmations = exp_pll80_tab return = return EXCEPTIONS get_receiver_failed = 1 idoc_send_failed = 2 OTHERS = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
CORUHRTR - Report for copying confirmation data to HR CORUHRTR - Report for copying confirmation data to HR CORUGMOVJ - XPRA for transferring indicator TCORU-GMOVJ in TCORU-PRZST CORUGMOVJ - XPRA for transferring indicator TCORU-GMOVJ in TCORU-PRZST CORUGIBS - Conversion of errors during backflushing in Release 3.0 CORUGIBS - Conversion of errors during backflushing in Release 3.0