SAP Reports / Programs | Payroll | United Kingdom(PY-GB) SAP PY

RPCPEPSXML SAP ABAP INCLUDE - Include RPCPEPSXML







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


INCLUDES used within this REPORT RPCPEPSXML

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_GB_XML_REGISTER_ITAB CALL FUNCTION 'HR_GB_XML_REGISTER_ITAB' EXPORTING itabn = 'RTIHEADER' datatab = lt_rtihead TABLES itabs = lt_ref.

HR_GB_XML_REGISTER_ITAB CALL FUNCTION 'HR_GB_XML_REGISTER_ITAB' EXPORTING itabn = 'IRHEADER' datatab = lt_irhead TABLES itabs = lt_ref.

HR_GB_XML_REGISTER_ITAB CALL FUNCTION 'HR_GB_XML_REGISTER_ITAB' EXPORTING itabn = 'ENVELOPE' datatab = lt_env TABLES itabs = lt_ref.

HR_GB_XML_REGISTER_ITAB CALL FUNCTION 'HR_GB_XML_REGISTER_ITAB' EXPORTING itabn = 'EMPEPS_ALL' datatab = c_pdata[] TABLES itabs = lt_ref.

HR_GB_XML_FILE_OUTPUT CALL FUNCTION 'HR_GB_XML_FILE_OUTPUT' EXPORTING molga = '08' sagrp = 'RTI' appli = 'RTIS' dstyp = 'EPS' date = l_date TABLES itabs = lt_ref busy_errors = x_errors CHANGING tree_stream = lt_xml EXCEPTIONS runtime_error = 1 schema_not_found = 2 subschema_not_found = 3 OTHERS = 4.

CALCULATE_HASH_FOR_CHAR CALL FUNCTION 'CALCULATE_HASH_FOR_CHAR' EXPORTING data = data1 IMPORTING hash = hash1 EXCEPTIONS UNKNOWN_ALG = 1 PARAM_ERROR = 2 INTERNAL_ERROR = 3.

SCMS_BASE64_ENCODE CALL FUNCTION 'SCMS_BASE64_ENCODE' EXPORTING input = hash1_x input_length = hash1_length IMPORTING output = hash2 EXCEPTIONS output_too_small = 1 OTHERS = 2.

HR_EFI_EXPORT_XML_TO_PCL4 CALL FUNCTION 'HR_EFI_EXPORT_XML_TO_PCL4' EXPORTING molga = '08' glbid = g_glbid dataid = 'XM' seqno = 1 reportname = l_repid xmlstring = g_message IMPORTING RESULT = l_result.

HR_EFI_EXPORT_XML_TO_PCL4 CALL FUNCTION 'HR_EFI_EXPORT_XML_TO_PCL4' EXPORTING molga = '08' glbid = g_glbid dataid = 'XM' seqno = 1 reportname = l_repid xmlstring = g_message IMPORTING RESULT = l_result.



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