GRPC_CUT_ACCOUNT_GROUPS 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_CUT_ACCOUNT_GROUPS 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: PA_TEST = Test Run
Selection Text: P_GDATE = D .
Title: Delimit Validity of Account Groups and Financial Statement Assertions
Text Symbol: 001 = Results of Update Run (with Database Changes)
Text Symbol: 002 = Results of Test Run (Without Database Changes)
Text Symbol: 003 = Number of Delimited Account Groups (MA/M8):
Text Symbol: 004 = Number of Deleted Account Groups (MA/M8):
Text Symbol: 005 = Number of Delimited Financial Statement Assertions:
Text Symbol: 006 = Number of Deleted Financial Statement Assertions:
Text Symbol: 007 = New End Date (Delimitation Date):
Text Symbol: 008 = Error when delimiting financial statement assertions
Text Symbol: 009 = Error when deleting financial statement assertions
Text Symbol: 010 = Error when deleting account groups
Text Symbol: 011 = Error when delimiting account groups
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
RH_GET_PLVAR CALL FUNCTION 'RH_GET_PLVAR' EXPORTING no_message = abap_true IMPORTING plvar = lv_plvar EXCEPTIONS no_plvar = 1 OTHERS = 2.
RH_CUT_OBJECT CALL FUNCTION 'RH_CUT_OBJECT' EXPORTING gdate = p_gdate histo = 'X' gstat = '1' vtask = 'D' commit_flg = 'X' authy = space cut_dependents = 'X' TABLES i1000 = lt_p1000 EXCEPTIONS error_during_cut = 1 no_authorization = 2 gdate_before_begda = 3 corr_exit = 4 OTHERS = 5.
RH_CLEAR_BUFFER CALL FUNCTION 'RH_CLEAR_BUFFER'.
RH_CLEAR_PLOG_TAB CALL FUNCTION 'RH_CLEAR_PLOG_TAB'.
RH_CUT_OBJECT CALL FUNCTION 'RH_CUT_OBJECT' EXPORTING gdate = p_gdate histo = 'X' gstat = '1' vtask = 'D' commit_flg = 'X' authy = space cut_dependents = 'X' TABLES i1000 = lt_p1000 EXCEPTIONS error_during_cut = 1 no_authorization = 2 gdate_before_begda = 3 corr_exit = 4 OTHERS = 5.
RH_DELETE_OBJECT CALL FUNCTION 'RH_DELETE_OBJECT' EXPORTING vtask = 'D' commit_flg = 'X' authy = space TABLES del_objects = lt_del_objects EXCEPTIONS error_during_delete = 1 no_authorization = 2 corr_exit = 3 buffer_upd_with_foreign_data = 4 OTHERS = 5.
RH_CLEAR_BUFFER CALL FUNCTION 'RH_CLEAR_BUFFER'.
RH_CLEAR_PLOG_TAB CALL FUNCTION 'RH_CLEAR_PLOG_TAB'.
RH_DELETE_OBJECT CALL FUNCTION 'RH_DELETE_OBJECT' EXPORTING vtask = 'D' commit_flg = 'X' authy = space TABLES del_objects = lt_del_objects EXCEPTIONS error_during_delete = 1 no_authorization = 2 corr_exit = 3 buffer_upd_with_foreign_data = 4 OTHERS = 5.
RH_CUT_INFTY CALL FUNCTION 'RH_CUT_INFTY' EXPORTING gdate = p_gdate histo = 'X' vtask = 'D' commit_flg = 'X' TABLES innnn = lt_p5316 EXCEPTIONS error_during_cut = 1 no_authorization = 2 gdate_before_begda = 3 cut_of_timco_one = 4 corr_exit = 5 OTHERS = 6.
RH_CLEAR_BUFFER CALL FUNCTION 'RH_CLEAR_BUFFER'.
RH_CLEAR_PLOG_TAB CALL FUNCTION 'RH_CLEAR_PLOG_TAB'.
RH_CUT_INFTY CALL FUNCTION 'RH_CUT_INFTY' EXPORTING gdate = p_gdate histo = 'X' vtask = 'D' commit_flg = 'X' TABLES innnn = lt_p5316 EXCEPTIONS error_during_cut = 1 no_authorization = 2 gdate_before_begda = 3 cut_of_timco_one = 4 corr_exit = 5 OTHERS = 6.
RH_DELETE_INFTY CALL FUNCTION 'RH_DELETE_INFTY' EXPORTING vtask = 'D' commit_flg = 'X' TABLES innnn = lt_p5316 EXCEPTIONS error_during_delete = 1 no_authorization = 2 delete_first_record = 3 corr_exit = 4 OTHERS = 5.
RH_CLEAR_BUFFER CALL FUNCTION 'RH_CLEAR_BUFFER'.
RH_CLEAR_PLOG_TAB CALL FUNCTION 'RH_CLEAR_PLOG_TAB'.
RH_DELETE_INFTY CALL FUNCTION 'RH_DELETE_INFTY' EXPORTING vtask = 'D' commit_flg = 'X' TABLES innnn = lt_p5316 EXCEPTIONS error_during_delete = 1 no_authorization = 2 delete_first_record = 3 corr_exit = 4 OTHERS = 5.
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_CUT_ACCOUNT_GROUPS - Delimit Validity of Account Groups and Financial Statement Assertions GRPC_CUT_ACCOUNT_GROUPS - Delimit Validity of Account Groups and Financial Statement Assertions GRPC_CONTROL_FSA_BACKGROUND - Program GRPC_CONTROL_FSA_BACKGROUND GRPC_CONTROL_FSA_BACKGROUND - Program GRPC_CONTROL_FSA_BACKGROUND GRPC_CONSISTENCY_CHECK_NEW_BTC - Background job to run consistency check GRPC_CONSISTENCY_CHECK_NEW_BTC - Background job to run consistency check