GRPC_CLOSING_BACKGROUND 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 GRPC_CLOSING_BACKGROUND 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.
Selection Text: I_OU = D .
Selection Text: I_REG = D .
Title: Carry forward after sign-off
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ENQUEUE_ESWREP CALL FUNCTION 'ENQUEUE_ESWREP' EXPORTING mode_swclirep = 'X' client = sy-mandt name = l_repid x_name = ' ' _scope = '3' "Dialog and Update Task _wait = ' ' _collect = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' "Note891756 EXPORTING "Note891756 i_in_update_task = ' ' "Note891756 i_t_log_handle = lt_log_handle "Note891756 EXCEPTIONS "Note891756 log_not_found = 1 "Note891756 save_not_allowed = 2 "Note891756 numbering_error = 3 "Note891756 OTHERS = 4. "Note891756
BAL_DB_SAVE CALL FUNCTION 'BAL_DB_SAVE' EXPORTING i_in_update_task = ' ' i_t_log_handle = lt_log_handle EXCEPTIONS log_not_found = 1 save_not_allowed = 2 numbering_error = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
GRPC_CLOSING_BACKGROUND - Carry forward after sign-off GRPC_CLOSING_BACKGROUND - Carry forward after sign-off GRPC_CLOSE_TESTING - Obsolete: Program GRPC_CLOSE_TESTING GRPC_CLOSE_TESTING - Obsolete: Program GRPC_CLOSE_TESTING GRPC_CLONE_CASE_DOCUMENTS - Program GRPC_CLONE_CASE_DOCUMENTS GRPC_CLONE_CASE_DOCUMENTS - Program GRPC_CLONE_CASE_DOCUMENTS