Application Development and Automation 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: 
Read only

Convert adobe form output to XML/Internal table format

Former Member
0 Likes
1,879

Hi,

I have a requirement to convert the adobe from output into XML format with all the elements in adobe form(field lable and value).

*Before posting this thread, I have gone through other threads in SDN and couldn't find the desired solution.*

From the above function module I am trying to use parameter value ls_formoutput-xml(Xstring) to convert to XML, I am unable to find the desired FM/class to convert to XSTRING to XML/Internal table with all the PDF form elements.

If anyone has worked on similar requirement, please provide me the solution.

Regards,

Narayan

Hi,

I have a requirement to convert the adobe from output into XML format with all the elements in adobe form(field lable and value).

*Before posting this thread, I have gone through other threads in SDN and couldn't find the desired solution.*

From the above function module I am trying to use parameter value ls_formoutput-xml(Xstring) to convert to XML, I am unable to find the desired FM/class to convert to XSTRING to XML/Internal table with all the PDF form elements.

If anyone has worked on similar requirement, please provide me the solution.

Regards,

Narayan

1 REPLY 1
Read only

Former Member
0 Likes
939

Try the below FMs

Convert the xstring to binary. SCMS_XSTRING_TO_BINARY

Then Binary to String  SCMS_BINARY_TO_STRING

Then you can convert the string into XML .

Thanks

Manik