SAP Reports / Programs | Payroll | Spain(PY-ES) SAP PY

RPU19ME0 SAP ABAP INCLUDE - documentation and ABAP source code







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

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_SIMPLE_LIST * call function 'HR_ES_SIMPLE_LIST' * tables * p_field_cat = file_catalog "Cabeceras * p_data_tab = it_file_1.

HR_ES_SIMPLE_LIST * call function 'HR_ES_SIMPLE_LIST' * tables * p_field_cat = file_catalog "Cabeceras * p_data_tab = file_2.

HR_99S_UPLOAD call function 'HR_99S_UPLOAD' exporting * CODEPAGE = ' ' p_filename = 'C:\sync\fan1.txt'

CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting * CLIENT = SY-MANDT date = curr_date foreign_amount = euro_amount foreign_currency = 'ESP' local_currency = 'EUR' * RATE = 0 * TYPE_OF_RATE = 'M' * READ_TCURR = 'X' importing * EXCHANGE_RATE = * FOREIGN_FACTOR = local_amount = euro_amount * LOCAL_FACTOR = * EXCHANGE_RATEX = * FIXED_RATE = * DERIVED_RATE_TYPE = * EXCEPTIONS * NO_RATE_FOUND = 1 * OVERFLOW = 2 * NO_FACTORS_FOUND = 3 * NO_SPREAD_FOUND = 4 * DERIVED_2_TIMES = 5 * OTHERS = 6 .

RP_TS_HELPVIEW call function 'RP_TS_HELPVIEW' exporting repid = 'RPUTMSE0' importing tsobj = p_tsobj exceptions "VUUP40K003161 no_entries_found = 1 "! helpview_not_installed = 2 "! no_value_request_for_molga = 3. "!

RSTS_OPEN_RLC call function 'RSTS_OPEN_RLC' exporting name = p_temse_object-full_name exceptions fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 no_object = 5 no_permission = 6 others = 7.

RSTS_READ call function 'RSTS_READ' tables datatab = temse_tab exceptions fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 others = 5.

RSTS_CLOSE call function 'RSTS_CLOSE' exceptions fb_call_handle = 0 fb_error = 0 fb_rsts_other = 0.

RSTS_WRITE call function 'RSTS_WRITE' tables datatab = p_file exceptions fb_call_handle = 0 fb_error = 0 fb_rsts_noconv = 0 fb_rsts_other = 0 others = 0.

RP_TS_CREATE_OBJECT call function 'RP_TS_CREATE_OBJECT' exporting objkn = p_temse_object-short_name objnr = p_temse_object-number empfg = p_temse_object-receiver_id importing tsobj = p_temse_object-full_name exceptions fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 no_object = 5 no_permission = 6 fb_nr_no_object = 7 fb_nr_not_intern = 8 fb_nr_not_found = 9 fb_object_already_exist = 10 fb_nr_overflow = 11 others = 12.

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' tables p_field_cat = p_cat1 "Cabeceras p_data_tab = it_catal.

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' tables p_field_cat = p_cat2 "Cabeceras p_data_tab = it_catal.

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' tables p_field_cat = p_cat3 "Cabeceras p_data_tab = it_catal.

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' tables p_field_cat = p_cat4 "Cabeceras p_data_tab = it_catal.

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' tables p_field_cat = p_cat1_reg1 "Cabeceras p_data_tab = it_cat1.

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' tables p_field_cat = p_cat2_reg1 "Cabeceras p_data_tab = it_cat1.

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' tables p_field_cat = p_cat3_reg1 "Cabeceras p_data_tab = it_cat1.

HR_ES_SIMPLE_LIST call function 'HR_ES_SIMPLE_LIST' tables p_field_cat = p_cat4_reg1 "Cabeceras p_data_tab = it_cat1.



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