SAP Reports / Programs

RPUHESG0F02 SAP ABAP INCLUDE - Include RPUHESG0F02







RPUHESG0F02 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 RPUHESG0F02 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 RPUHESG0F02. "Basic submit
SUBMIT RPUHESG0F02 AND RETURN. "Return to original report after report execution complete
SUBMIT RPUHESG0F02 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 RPUHESG0F02


INCLUDES used within this REPORT RPUHESG0F02

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:

HRGPBS_HESA_FILL_EXTRACT_NASR call function 'HRGPBS_HESA_FILL_EXTRACT_NASR' exporting p_pernr = p_pernr p_begda = year_begda p_endda = year_endda p_currency = g_currency p_log_handle = g_log_handle tables p_p0001 = p0001 p_p0002 = p0002 p_p0004 = p0004 p_p0008 = p0008 p_p0014 = p0014 p_p0015 = p0015 p_p0077 = p0077 changing p_extract = p_extract exceptions no_p0008 = 1 no_ethnicity_data = 2 fatal_feature = 3 others = 4.

HRGPBS_TEMSE_EXPORT call function 'HRGPBS_TEMSE_EXPORT' exporting p_temse_id_full = temse_id_full tables p_interface = agg_tab_new p_error = l_error.

HRGPBS_FILE_SERVER_EXPORT call function 'HRGPBS_FILE_SERVER_EXPORT' exporting p_filename = p_filnam p_record_length = c_hesa_ind_record_length tables p_interface = agg_tab_new p_error = l_error.

HRGPBS_HESA_DISPLAY call function 'HRGPBS_HESA_DISPLAY' exporting p_test = dev_test p_shown = '4' tables agg_tab_new = agg_tab_new.

SAPGUI_PROGRESS_INDICATOR call function 'SAPGUI_PROGRESS_INDICATOR' exporting percentage = 20 text = progress_text exceptions others = 1.

HRGPBS_ME_0031_LINKED_PERNRS call function 'HRGPBS_ME_0031_LINKED_PERNRS' exporting p_pernr = p_nasr_tab-pernr importing p_has_ref = l_has_ref tables p_persno = l_persno.

REUSE_ALV_GRID_DISPLAY call function 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_CALLBACK_PROGRAM = l_repid I_GRID_TITLE = l_text IT_FIELDCAT = l_fieldcatalog I_SAVE = 'A' tables t_outtab = l_tab_all EXCEPTIONS PROGRAM_ERROR = 1 OTHERS = 2.



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