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
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
Below is a list of transaction codes which are relevant to this SAP report
HRCMP0016 - Initialize Compensation Budget
PVB6 - Initialize Business Event Budget
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: 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
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RHCMPBUDGETINIT - Data transfer to budgeting from other applications RHCMPBUDGETINIT - Data transfer to budgeting from other applications RHCLUC00 - Cluster Controller RHCLUC00 - Cluster Controller RHCKORDH - Check and Complete Purchase Order History from ML View RHCKORDH - Check and Complete Purchase Order History from ML View