SAP Reports / Programs | Personnel Management | Organizational Structure(PA-OS) SAP PA

RHU_INFTY_BUDGETPD_ACTVTN SAP ABAP Report - Activation Program for Org. Management Data with Budget Period







RHU_INFTY_BUDGETPD_ACTVTN is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to update entries for budget period on infotype records when the business function PSM, Budget Period is activated...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 RHU_INFTY_BUDGETPD_ACTVTN 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

RE_RHU_INF_BPD_ACT - Activation Infotypes for Budget Per.


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 RHU_INFTY_BUDGETPD_ACTVTN. "Basic submit
SUBMIT RHU_INFTY_BUDGETPD_ACTVTN AND RETURN. "Return to original report after report execution complete
SUBMIT RHU_INFTY_BUDGETPD_ACTVTN VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Activation Program for Org. Management Data with Budget Period
Text Symbol: 001 = Information about Update
Text Symbol: 002 = Update for Cost Distribution (Infotype 1018)
Text Symbol: 003 = Update for Planning of Personnel Costs (Infotype 5010)
Text Symbol: 005 = Key Date for New Infotype Records
Text Symbol: 006 = Fund
Text Symbol: 007 = 'Old' Budget Period
Text Symbol: 008 = Write Change to Database
Text Symbol: 009 = Specs for List Display
Text Symbol: 010 = Variant
Text Symbol: 013 = 'New' Budget Period
Text Symbol: CH1 = Changed
Text Symbol: CH2 = Record Changed
Text Symbol: CH3 = Record Changed
Text Symbol: CO1 = Copied
Text Symbol: CO2 = Record Copied
Text Symbol: CO3 = Record Copied
Text Symbol: DE1 = Accrued
Text Symbol: DE2 = Record Delimited
Text Symbol: DE3 = Record Delimited
Text Symbol: L01 = List of Objects


INCLUDES used within this REPORT RHU_INFTY_BUDGETPD_ACTVTN

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