SAP Reports / Programs | Personnel Management | Personnel Administration(PA-PA) SAP PA

RPUHBAH1 SAP ABAP Report - documentation and ABAP source code







RPUHBAH1 is a standard Executable ABAP Report 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 RPUHBAH1 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

PC00_M21_RPUHBAH1 - Save company summary rows


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


INCLUDES used within this REPORT RPUHBAH1

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:

HELP_VALUES_GET_NO_DD_NAME call function 'HELP_VALUES_GET_NO_DD_NAME' exporting * cucol = cucol * curow = curow * display = ' ' selectfield = fieldname titel = 'Vállalat'(p03) reduced_status_only = 'X' * no_pers_help_select = 'X' * title_in_values_list = ' ' * use_user_selections = ' ' * show_all_values_at_first_time = 'X' * write_selectfield_in_colours = 'X' importing ind = l_index tables fields = fields full_table = it_bukrs_f4 heading_table = heading_table exceptions full_table_empty = 01 no_tablestructure_given = 02 no_tablefields_in_dictionary = 03 more_then_one_selectfield = 04 no_selectfield = 05.

HELP_VALUES_GET_NO_DD_NAME call function 'HELP_VALUES_GET_NO_DD_NAME' exporting * cucol = cucol * curow = curow * display = ' ' selectfield = fieldname titel = 'Periódus'(p05) reduced_status_only = 'X' * no_pers_help_select = 'X' * title_in_values_list = ' ' * use_user_selections = ' ' * show_all_values_at_first_time = 'X' * write_selectfield_in_colours = 'X' importing ind = l_index tables fields = fields full_table = it_inper_f4 heading_table = heading_table exceptions full_table_empty = 01 no_tablestructure_given = 02 no_tablefields_in_dictionary = 03 more_then_one_selectfield = 04 no_selectfield = 05.

HRCA_COMPANYCODE_GETDETAIL call function 'HRCA_COMPANYCODE_GETDETAIL' exporting companycode = p_bukrs importing address = addr-addrnumber exceptions not_found = 1 others = 2.

ADDR_GET call function 'ADDR_GET' exporting address_selection = addr importing sadr = sadr1 exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5.



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