SAP Reports / Programs

GRPC_CUT_ACCOUNT_GROUPS SAP ABAP Report - Delimit Validity of Account Groups and Financial Statement Assertions







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT GRPC_CUT_ACCOUNT_GROUPS. "Basic submit
SUBMIT GRPC_CUT_ACCOUNT_GROUPS AND RETURN. "Return to original report after report execution complete
SUBMIT GRPC_CUT_ACCOUNT_GROUPS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


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


INCLUDES used within this REPORT GRPC_CUT_ACCOUNT_GROUPS

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name GRPC_CUT_ACCOUNT_GROUPS or its description.