SAP Reports / Programs

BBP_MERGE_ORGUNIT_SPLITS SAP ABAP Report - Merge of Accruals of Org. Units







BBP_MERGE_ORGUNIT_SPLITS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for For cause and effect, please read Note 1518955...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 BBP_MERGE_ORGUNIT_SPLITS 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 BBP_MERGE_ORGUNIT_SPLITS. "Basic submit
SUBMIT BBP_MERGE_ORGUNIT_SPLITS AND RETURN. "Return to original report after report execution complete
SUBMIT BBP_MERGE_ORGUNIT_SPLITS 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: MAXERROR = Maximum Number of Errors
Selection Text: MAXTIME = Maximum Access Time
Title: Merge of Accruals of Org. Units
Text Symbol: 001 = Start of Program:
Text Symbol: 002 = An error occurred while reading the active plan variant.
Text Symbol: 003 = All organizational units have already been checkt/merged.
Text Symbol: 004 = Number of Organizatinal Units to Be Edited:
Text Symbol: 005 = Start of Check/Merge:
Text Symbol: 006 = Maximum Number of Runtime Violations Reached.
Text Symbol: 007 = Restructure the index of tables HRP1000/HRP1028/HRP1032.
Text Symbol: 008 = End of Program
Text Symbol: 009 = Infotype 1000 entries have been deleted.
Text Symbol: 010 = Infotype 1028 entries have been deleted.
Text Symbol: 011 = Infotype 1032 entries have been deleted.
Text Symbol: 012 = No HRP1000 accruals found for organizational unit:
Text Symbol: 013 = HRP1000 accruals have been merged for organizational unit:


INCLUDES used within this REPORT BBP_MERGE_ORGUNIT_SPLITS

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' IMPORTING PLVAR = lv_plvar EXCEPTIONS NO_PLVAR = 1 OTHERS = 2.



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 BBP_MERGE_ORGUNIT_SPLITS or its description.