Friends,
This forum helped me in learning more XI functionalities. Now I have one scenario and I require help on this.
1. I have an webpage exposed to the Customers, where they can download their Invoices.
2. In R/3 system, I have designed SMARTFORM for the Customer Invoice, and written driver pgm which downloads the SMARTFORM layout as .pdf file.
3. Now my scenario is when I click the download option in the Webpage, the Invoice .pdf should be downloaded. How can I do this through XI
I have some of the solutions in my mind
,
1. Download all the .pdf files in the FTP server and from the webpage on clicking call the webservices, get the .pdf file - Here how to pass the .pdf files to the webservices through XI
2. (or) can we able to directly generate the .pdf files in r/3 and can we send the file to the webservices through XI. - How to do this??
3. (or) in R/3 before generating the .pdf file from the SMARTFORM Function Module we can get the layout in OTF format can we send this OTF format to the webservices and there can we generate .pdf file. -
Experts, these are the scenarios that I can think of and as I don't have experience in handling the files in XI, please suggest the process to implement this.
Thanks in Advance,
Regards,
Mukesh