SAP Reports / Programs

RPUDS1E0 SAP ABAP Report - documentation and ABAP source code







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


Text pool values


Text Symbol: T01 = Fld NISSE and NISS2 repeated
Text Symbol: T02 = Fld NISSE and NISS3 repeated
Text Symbol: T03 = Fld NISSE and NISS4 repeated
Text Symbol: T04 = Fld NISS2 and NISS3 repeated
Text Symbol: T05 = Fld NISS2 and NISS4 repeated
Text Symbol: T06 = Fld NISS3 and NISS4 repeated


INCLUDES used within this REPORT RPUDS1E0

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:

HR_ES_GET_NISSE_DATA call function 'HR_ES_GET_NISSE_DATA' exporting p_i_nisse = g_tab_t5e12-nisse p_i_date = '99991231' importing p_e_nisse_data = g_nisse_data exceptions error = 1 others = 2 .

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' exporting p_list_cat = dummy_list_cat tables p_data_tab = dummy_tab.

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' exporting p_list_cat = l_list_cat tables p_field_cat = stat_field_cat p_data_tab = p_tab_t5e08.

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' exporting p_list_cat = l_list_cat tables p_field_cat = stat_field_cat p_data_tab = stat_tab_vert_t5e12[].

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' exporting p_list_cat = l_list_cat tables p_field_cat = stat_field_cat p_data_tab = l_tab_t5e01.

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' exporting p_list_cat = l_list_cat tables p_field_cat = stat_field_cat p_data_tab = p_tab_t5e04.

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' exporting p_list_cat = l_list_cat tables p_field_cat = stat_field_cat p_data_tab = p_tab_error.

DDIF_FIELDINFO_GET call function 'DDIF_FIELDINFO_GET' exporting tabname = p_structure_name tables dfies_tab = table_info_tab exceptions not_found = 1 internal_error = 2 others = 3.

HR_ES_GET_NISSE_DATA call function 'HR_ES_GET_NISSE_DATA' exporting p_i_nisse = g_tab_t5e01-nisse * La fecha no es relevante porque los datos se leen de la * T5E06 que no tiene fechas p_i_date = '99991231' importing p_e_nisse_data = g_nisse_data exceptions 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 RPUDS1E0 or its description.