Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Adobe forms-XML parsing error for Customer Statements spools

Former Member
0 Kudos

Hello! I customized a new Adobe form for Customer Statements by copying the standard form with the new changes. Configured the standard form and program for the correspondence. and submitting the standard report program RFKORK00 inside my custom program to trigger the form and generate the spool and post this program performing my own logic for email/fax/file upload.

The form I have now has 2 Master pages. The second master page has only the header and footer subform.

I am facing 2 issues.

Issue 1: The form is generating the spool fine when the data on the form is a few pages may be less than 10(It printed for a spool of 7 pages successfully and able to open the spool, fax and email) but there is a customer that has more than 400 pages being generated and when I click on the spool it throws an xml parsing error. In some cases, the XML error says mismatched tag(Error code 7) line 3. I tried putting the last 2 tables in Inactive mode to check if they are causing issues but the problem still persists.

Issue 2: The RTAB(Table for grid information(Correspondence RFKORD*) is coming blank into the Adobe form in most of the cases- This is the table that stores the aging values. Before, writing the logic to do the aging calculations in the adobe myself, I want to see if there is another alternative.

I tried doing my sdn search but I couldn't find any help. I also looked at the OSS note 2161416 but couldn't derive a solution.

Any suggestions appreciated.

Thanks

3 REPLIES 3

Sandra_Rossi
Active Contributor
0 Kudos

For issue 1, did you have a look at note 2061535 - IFbA: Error when Adobe Document Services (ADS) accesses data files in ABAP (run the test r...

PS: you should better post 2 questions rather than 1, eventually refer to the other question to provide the full context.

0 Kudos

I executed FP_CHECK_HTTP_DATA_TRANSFER in the system and it didn't throw any errors as stated in the note. It showed the number of bytes transferred.

0 Kudos

Maybe you could also have a look at ADS issues (at Adobe), or post a message to SAP. You might also search by yourself, i.e. start an ADS trace, or have a look at the XML file containing the ABAP data (but I'm not sure the position corresponds to that file) via program RSPO0020.