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

RPUTMME0 SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

SCMS_BINARY_TO_XSTRING call function 'SCMS_BINARY_TO_XSTRING' exporting input_length = size * FIRST_LINE = 0 * LAST_LINE = 0 IMPORTING BUFFER = m_xml tables binary_tab = EXCEPTIONS * FAILED = 1 OTHERS = 99.

LXE_COMMON_DISPLAY_XML CALL FUNCTION 'LXE_COMMON_DISPLAY_XML' EXPORTING XML_STRING = m_xml TITLE = sy-title * START_X = '' * START_Y = '' * END_X = '' * END_Y = '' * HTML_FLAG = '' EXCEPTIONS NO_XML_DOCUMENT = 1 OTHERS = 99.

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.

HR_99S_COPY_STRUC1_STRUC2 call function 'HR_99S_COPY_STRUC1_STRUC2' exporting p_struct1 = temse_tab IMPORTING P_STRUCT2 = p_temse_object-info.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXCEPTIONS fb_call_handle = 01 fb_error = 02 fb_rsts_other = 03.

HR_ES_PRODA_REG_TAB_METO_STRUC CALL FUNCTION 'HR_ES_PRODA_REG_TAB_METO_STRUC' EXPORTING p_struc_name = record_control_wa-structure p_ioper = 'DIS ' p_context = sy-cprog TABLES p_data_tab = EXCEPTIONS error = 4.

HR_99S_COPY_STRUC1_STRUC2 CALL FUNCTION 'HR_99S_COPY_STRUC1_STRUC2' exporting p_struct1 = IMPORTING P_STRUCT2 = .

SCP_CODEPAGE_BY_EXTERNAL_NAME CALL FUNCTION 'SCP_CODEPAGE_BY_EXTERNAL_NAME' EXPORTING external_name = l_tms_file_codepage IMPORTING sap_codepage = l_charset_codepage EXCEPTIONS not_found = 1 OTHERS = 2.

HR_99S_COPY_STRUC1_STRUC2 call function 'HR_99S_COPY_STRUC1_STRUC2' exporting p_struct1 = p_temse_tab IMPORTING P_STRUCT2 = .

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.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 text = gui_text EXCEPTIONS OTHERS = 1.

DD_GET_DD03P CALL FUNCTION 'DD_GET_DD03P' EXPORTING * DEFSTATUS = 'A' * LANGU = SYST-LANGU * NOINCL = ' ' * REFRESH = 'X' * STATUS = 'M' tabname = p_tabname * IMPORTING * FIELD_NO = * FSTATI = * NODEF = * NOTEXT = * RSTATUS = TABLES dd03p_tab = dd03p_tab EXCEPTIONS illegal_value = 1 OTHERS = 2.

HR_ES_PRODA_HIF_STR_METO_STRUC CALL FUNCTION 'HR_ES_PRODA_HIF_STR_METO_STRUC' EXPORTING p_struc_name = l_struc_name p_context = sy-cprog CHANGING p_struc_data = EXCEPTIONS error = 4.

HR_ES_PRODA_REG_XML_ACCESS_LOG CALL FUNCTION 'HR_ES_PRODA_REG_XML_ACCESS_LOG' EXPORTING pi_refrf = lv_temse * PI_IOPER = pi_ucomm EXCEPTIONS FILE_NOT_FOUND = 1 OTHERS = 2 .

HR_ES_PRODA_REG_XML_ACCESS_LOG CALL FUNCTION 'HR_ES_PRODA_REG_XML_ACCESS_LOG' EXPORTING pi_refrf = lv_temse * PI_IOPER = EXCEPTIONS FILE_NOT_FOUND = 1 OTHERS = 2 .

RSTS_GET_ATTRIBUTES CALL FUNCTION 'RSTS_GET_ATTRIBUTES' EXPORTING name = pv_temse_name IMPORTING charco = sv_temse_charcode EXCEPTIONS fb_error = 1 fb_rsts_other = 2 no_object = 3 no_permission = 4 OTHERS = 5.

SCP_CODEPAGE_FOR_LANGUAGE CALL FUNCTION 'SCP_CODEPAGE_FOR_LANGUAGE' EXPORTING language = sy-langu IMPORTING codepage = sv_system_codepage EXCEPTIONS no_codepage = 1 OTHERS = 2.

RSTS_OPEN_RLC





CALL FUNCTION 'RSTS_OPEN_RLC' EXPORTING name = pv_temse_name charco = lv_codepage_temse IMPORTING fbhandle = lv_temse_handler.

RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING bufflg = lv_lenght fbhandle = lv_temse_handler TABLES datatab = EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXPORTING fbhandle = lv_temse_handler.

RSTS_OPEN_RLC CALL FUNCTION 'RSTS_OPEN_RLC' EXPORTING name = pv_temse_name charco = lv_codepage_temse IMPORTING fbhandle = lv_temse_handler.

RSTS_READ CALL FUNCTION 'RSTS_READ' EXPORTING fbhandle = lv_temse_handler TABLES datatab = ct_temse_table EXCEPTIONS fb_call_handle = 1 fb_error = 2 fb_rsts_noconv = 3 fb_rsts_other = 4 OTHERS = 5.

RSTS_CLOSE CALL FUNCTION 'RSTS_CLOSE' EXPORTING fbhandle = lv_temse_handler.

SCP_CODEPAGE_FOR_LANGUAGE CALL FUNCTION 'SCP_CODEPAGE_FOR_LANGUAGE' EXPORTING language = sy-langu IMPORTING codepage = lv_system_codepage EXCEPTIONS no_codepage = 1 OTHERS = 2.

SCMS_STRING_TO_XSTRING CALL FUNCTION 'SCMS_STRING_TO_XSTRING' EXPORTING text = lv_aux_string encoding = lv_syscpage IMPORTING buffer = lv_aux_xstring.



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