SAP Reports / Programs

RPCEDTS0_XML SAP ABAP Report - Remuneration statement in XML format







RPCEDTS0_XML is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report reads the payslip data generated by the Remuneration Statements (RPCEDTS0) report and maps the fields in the payslip to its corresponding fields in the XML payslip form...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter RPCEDTS0_XML into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

PC00_M23_CXML - Payslip in XML Format


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


Text pool values


Title: Remuneration statement in XML format
Text Symbol: X99 = Special run
Text Symbol: X98 = Form Name
Text Symbol: X97 = Test run
Text Symbol: X08 = Sender Information
Text Symbol: X07 = Contact Person
Text Symbol: X06 = Storage of XML
Text Symbol: X05 = Remuneration statement parameters
Text Symbol: X03 = Extra Pages
Text Symbol: X02 = Parameters for creation of XML
Text Symbol: X01 = General program control
Text Symbol: T03 = already exists. Do you want to replace it ?
Text Symbol: T01 = already exists. Replace File ?
Text Symbol: SAV = No Storage
Text Symbol: PHN = Contact Phone
Text Symbol: NAM = Contact Name
Text Symbol: FLN = Local File
Text Symbol: EP2 = Number of Hard Extra Pages
Text Symbol: EP1 = Number of Soft Extra Pages
Text Symbol: EML = Contact Email
Text Symbol: EDT = Remuneration Statement Variant
Text Symbol: E30 = TemSe object created:
Text Symbol: E23 = File Exists
Text Symbol: E22 = Could not close TemSe object:
Text Symbol: E21 = Could not write table to TemSe object:
Text Symbol: E20 = Following application server file was created :
Text Symbol: E04 = File cannot be opened.
Text Symbol: CMT = Address key (T536A)
Text Symbol: APL = Application Server File


INCLUDES used within this REPORT RPCEDTS0_XML

INCLUDE RPCEDTS0_XML_DATA_DEF.
INCLUDE RPCEDTS0_XML_SEL_SCREEN.


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:

No SAP FUNCTION MODULES are executed within this report code!



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