GRPC_CARRYFORWARD_CHECK is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use this program to check the status of tasks after they have been transferred to a new period...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter GRPC_CARRYFORWARD_CHECK 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: Consistency Check of Task Status After Carryforward
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SAPGUI_PROGRESS_INDICATOR ***** call function 'SAPGUI_PROGRESS_INDICATOR' ***** exporting ***** percentage = 0 ***** text = text-g01.
SAPGUI_PROGRESS_INDICATOR ***** call function 'SAPGUI_PROGRESS_INDICATOR' ***** exporting ***** percentage = 20 ***** text = l_indicator.
RH_GET_PLVAR ***** call function 'RH_GET_PLVAR' ***** exporting ***** no_message = abap_true ***** importing ***** plvar = ls_hrorg-plvar ***** exceptions ***** no_plvar = 1.
GRPC_CASE_EXT_REF_BUILD ***** call function 'GRPC_CASE_EXT_REF_BUILD' ***** exporting ***** is_hrorg = ls_hrorg ***** importing ***** et_ext_ref = lt_range_temp.
GRPC_CASE_EXT_REF_BUILD ***** call function 'GRPC_CASE_EXT_REF_BUILD' ***** exporting ***** is_hrorg = ls_hrorg ***** importing ***** et_ext_ref = lt_range_temp.
RH_GET_PLVAR ***** call function 'RH_GET_PLVAR' ***** exporting ***** no_message = abap_true ***** importing ***** plvar = ls_hrorg-plvar ***** exceptions ***** no_plvar = 1.
GRPC_CASE_EXT_REF_BUILD ***** call function 'GRPC_CASE_EXT_REF_BUILD' ***** exporting ***** is_hrorg = ls_hrorg ***** importing ***** et_ext_ref = lt_range_case_ext_ref.
BAL_LOG_CREATE ***** call function 'BAL_LOG_CREATE' ***** exporting ***** i_s_log = l_s_log ***** exceptions ***** others = 1.
BAL_DSP_PROFILE_SINGLE_LOG_GET ***** call function 'BAL_DSP_PROFILE_SINGLE_LOG_GET' ***** importing ***** e_s_display_profile = l_s_display_profile ***** exceptions ***** others = 1.
BAL_DSP_LOG_DISPLAY ***** call function 'BAL_DSP_LOG_DISPLAY' ***** exporting ****** I_S_LOG_FILTER = ****** I_T_LOG_CONTEXT_FILTER = ****** I_S_MSG_FILTER = ****** I_T_MSG_CONTEXT_FILTER = ****** I_T_LOG_HANDLE = ****** I_T_MSG_HANDLE = ***** i_s_display_profile = l_s_display_profile ****** I_AMODAL = ' ' ***** exceptions ***** others = 1.
BAL_LOG_MSG_ADD ***** call function 'BAL_LOG_MSG_ADD' ***** exporting ***** i_s_msg = ls_bal_msg ***** exceptions ***** log_not_found = 1 ***** msg_inconsistent = 2 ***** log_is_full = 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_CARRYFORWARD_CHECK - Consistency Check of Task Status After Carryforward GRPC_CARRYFORWARD_CHECK - Consistency Check of Task Status After Carryforward GRPC_BW_RFC - Set RFC for BW GRPC_BW_RFC - Set RFC for BW GRPC_BW_CONTENT_TO_MENU - Generate BI content reports into PC 2.5 menu GRPC_BW_CONTENT_TO_MENU - Generate BI content reports into PC 2.5 menu