Hello,
I have created pushbutton on selection screen as below,
SELECTION-SCREEN BEGIN OF LINE. SELECTION-SCREEN PUSHBUTTON (20) w_button USER-COMMAND but1. SELECTION-SCREEN PUSHBUTTON (25) w_but2 USER-COMMAND but2. SELECTION-SCREEN PUSHBUTTON (25...
Hi ,
Can anyone please let me know if there is any FM to upload internal table data in .xls on application server.
I have tried Open dataset... close data set but it works perfectly for .csv, If I try .xls with the same file and when I download...
Hi Experts,
I have an XML file (converted from adobe pdf), and I have to update few fields.
I have used below code,
CALL FUNCTION 'SMUM_XML_PARSE' EXPORTING xml_input = l_XML_RAW TABLES xml_table = g_t_xml_info return = g_t_return....
Hello,
I am working on interactive adobe Forms and the form FM return the PDF in a XML format (xstring) through the parameter FPFORMOUTPUT-XML.
Now we have a requirement to send this XML (Xstring) data to another system and create...
Hi Experts,
Need your help on below requirement,
I have a PDF file (adobe form) in one SAP system (S1), now I need to send it to another SAP system(S2) and update few fields. The solution I am trying right now is: first make the form interacti...
Hi ,
Thank you , I have the similar requirement and able to fulfill with same approach.
Though I am still struggling with extra blank page at end
Regards
Sachin
Hi Valdim,Thanks for your response.In my case User have the script that directly pick file from application server and download it. I just need to upload the .xls file in batch job. I don't want to opne that .xls file in application server. I tried ...
Any Suggestions for this issue??
I am able to get the readable format of XML and convert it into internal table to update few fields.
How can I get back the PDF now??
Please refer above comments for more info....
Hi Quynh,
Thank you so much for your response,
In S1 we have a FM of adobe form which give us the Xstring of PDF. I am using the same date in S2.
I tried your code and got the xml data. Also by using FM 'SMUM_XML_PARSE' I am able t...