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
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
Below is a list of transaction codes which are relevant to this SAP report
PC00_M23_CXML - Payslip in XML Format
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.
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
INCLUDE RPCEDTS0_XML_DATA_DEF.
INCLUDE RPCEDTS0_XML_SEL_SCREEN.
No SAP DATABASE tables are accessed within this REPORT code!
No SAP FUNCTION MODULES are executed within this report code!
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.