SAP Reports / Programs

RHCMPBUDGETINIT SAP ABAP Report - Data transfer to budgeting from other applications







RHCMPBUDGETINIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report you can transfer values from other applications to Budgeting and use them for your budget planning...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 RHCMPBUDGETINIT into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

HRCMP0016 - Initialize Compensation Budget
PVB6 - Initialize Business Event Budget


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 RHCMPBUDGETINIT. "Basic submit
SUBMIT RHCMPBUDGETINIT AND RETURN. "Return to original report after report execution complete
SUBMIT RHCMPBUDGETINIT 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: G_TEST = Test Run
Selection Text: G_SVARI = D Variant
Selection Text: G_SOURCE = D Budget Determination
Selection Text: G_ROLLUP = Roll Up Values
Selection Text: G_CSEARK = D Search Term for Object
Selection Text: G_CPLVAR = D Plan Version
Selection Text: G_CFINYR = D Budget Period
Selection Text: G_CENDDA = D End Date
Selection Text: G_CDEPTH = D Technical Depth
Selection Text: G_CBUTYP = D Budget Type
Selection Text: G_CBUTGR = D Budget Type Group
Selection Text: G_CBEGDA = D Start Date
Title: Data transfer to budgeting from other applications
Text Symbol: S12 = Budget Unit
Text Symbol: S11 = Budget Period
Text Symbol: S03 = Run Attributes
Text Symbol: S02 = Data Basis
Text Symbol: S01 = Budgeting
Text Symbol: P01 = Parameters
Text Symbol: L04 = from
Text Symbol: L03 = Budget Unit:
Text Symbol: L01 = No database changes
Text Symbol: L00 = Test Run:
Text Symbol: FY2 = to
Text Symbol: FY1 = Validity Period
Text Symbol: BU3 = Budget Type
Text Symbol: BU2 = Status
Text Symbol: BLT = Error Log for Budget Data Transfer
Text Symbol: S21 = Budget Determination
Text Symbol: V01 = Variant


INCLUDES used within this REPORT RHCMPBUDGETINIT

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:

No SAP FUNCTION MODULES are executed within this report code!



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