‎2013 Dec 09 4:57 PM
Hello,
My current task requires me to create a custom Adobe Form to replace the existing SAPScript implementation of RFKORD10. I cannot simply convert the SAPScript to SmartForm then Adobe Form; the client has placed additional requirements on the expected contents of the form.
My problem is that I need to create a Z custom program of RFKORD10 so that I may implement the Adobe Forms, however I am only of moderate proficiency and don't know how RFKORD10 passes its values to the form. Debugging has not helped me much because of how RFKORD10 is structured. Any help would be very much appreciated.
If I can find out how RFKORD10 passes its values, I can configure it for my Adobe Form no problem. I tried asking this in the ERP Financials section but realized this may be a better fit for ABAP Development. Thank you very much.
‎2013 Dec 09 10:19 PM
Hello,
I think another program is there for PDF . Use RFKORD10_PDF for your adobe form. Check documentation.
Thanks & Regards,
Abhijit Mandal
‎2013 Dec 09 5:09 PM
Hi Marc
As standard driver program uses script for the same it has the flexibilty of writing the data anytime when we need. But in case of smartform/adobe we need to have our all required data gathered together. So my approach would have been first to remove all sap scripts related call of openform etc. Instead of that I will collect all the needed data in internal table and call the form
Nabheet
‎2013 Dec 09 10:19 PM
Hello,
I think another program is there for PDF . Use RFKORD10_PDF for your adobe form. Check documentation.
Thanks & Regards,
Abhijit Mandal
‎2013 Dec 10 6:10 AM
Hello
Please ignore my earlier comment as i overlooked it. What Abhijit is mentioning is correct. For PDF forms we have a separate driver program. Please use that you will need to make very less modifcations.
Nabheet