SAP Reports / Programs | Personnel Management | Enterprise Compensation Management | Compensation Budgeting(PA-EC-BD) SAP PA

RHECM_BUDGET_INIT_F01 SAP ABAP INCLUDE - Include RHECM_BUDGET_INIT_F01







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


Text pool values


Title: Include RHECM_BUDGET_INIT_F01


INCLUDES used within this REPORT RHECM_BUDGET_INIT_F01

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:

HRCM_COMPENSATION_PLVAR_SET CALL FUNCTION 'HRCM_COMPENSATION_PLVAR_SET' EXPORTING read_level = l_read_level read_cascade = 'X' read_only = l_read_only message_mode = 1 * REACTION = IMPORTING plvar = g_cplvar EXCEPTIONS no_valid_plvar_found = 1 OTHERS = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_display_more text = text-p01 info = l_dummy add_stdinf = 'X' IMPORTING RESULT = l_icon_display EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_enter_more text = text-p01 info = l_dummy add_stdinf = 'X' IMPORTING RESULT = l_icon_enter EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = l_vari_prog variant = g_svari IMPORTING r_c = l_r_c EXCEPTIONS not_authorized = 1 no_report = 2 report_not_existent = 3 report_not_supplied = 4 OTHERS = 5.

HR_GET_BUSINESS_ADD_IN CALL FUNCTION 'HR_GET_BUSINESS_ADD_IN' EXPORTING exit_name = c_badi_name * FLT_VAL = IMPORTING is_implemented = l_is_implemented TABLES active_imps = lt_active_imps CHANGING instance = l_badi_instance.

RS_VARIANT_CATALOG CALL FUNCTION 'RS_VARIANT_CATALOG' EXPORTING report = l_repid * NEW_TITLE = ' ' dynnr = l_dynnr IMPORTING sel_variant = l_variant sel_variant_text = l_variant_text EXCEPTIONS OTHERS = 1.

DYNP_VALUES_READ CALL FUNCTION 'DYNP_VALUES_READ' EXPORTING dyname = l_repid dynumb = '1000' translate_to_upper = 'X' TABLES dynpfields = lt_dyn_field EXCEPTIONS OTHERS = 9.

HRCM_BT_OBJID_REQUEST CALL FUNCTION 'HRCM_BT_OBJID_REQUEST' EXPORTING mode = '1' plvar = p_plvar otype = c_bu_otype * seark_begda = p_begda * seark_endda = p_endda exact_begda = p_begda exact_endda = p_endda exact_date_flg = 'X' dynpro_repid = l_repid dynpro_dynnr = '1000' dynpro_searkfield = c_seark_field no_seark_popup = ' ' win_title = text-s12 butgr = p_butgr butyp = p_butyp bstat = c_bstat_read IMPORTING sel_object = ls_objec EXCEPTIONS cancelled = 1 wrong_condition = 2 nothing_found = 3 illegal_mode = 4 internal_error = 5 OTHERS = 6.

HRCM_BTDB_CHECK_BUDGET_OBJECT CALL FUNCTION 'HRCM_BTDB_CHECK_BUDGET_OBJECT' EXPORTING plvar = g_cplvar objid = l_objid begda = ps_finyr-finyr_begda endda = ps_finyr-finyr_endda exact_date = 'X' butgr = g_cbutgr butyp = g_cbutyp * finyr = ' ' bstat = c_bstat_read IMPORTING budget_admin = l_budget_admin EXCEPTIONS object_not_found = 1 budget_admin_error = 2 invalid_period = 3 invalid_butgr = 4 invalid_butyp = 5 invalid_bstat = 6 OTHERS = 7.

HRCM_BTDB_READ_OBJECT_DB_BUF CALL FUNCTION 'HRCM_BTDB_READ_OBJECT_DB_BUF' EXPORTING plvar = g_cplvar otype = c_bu_otype objid = l_objid begda = ps_finyr-finyr_begda endda = ps_finyr-finyr_begda budget_admin = space IMPORTING short = ps_buobj-short stext = ps_buobj-stext EXCEPTIONS budget_admin_error = 1 object_not_found = 2 OTHERS = 3.



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