2014 Oct 10 5:34 PM
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
2014 Oct 10 6:30 PM
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
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |