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

Customizing RFKORD10 for Adobe Forms

Former Member
0 Likes
2,221

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.

1 ACCEPTED SOLUTION
Read only

Abhijit74
Active Contributor
0 Likes
1,478

Hello,

I think another program is there for PDF . Use RFKORD10_PDF for your adobe form. Check documentation.

Thanks & Regards,

Abhijit Mandal

3 REPLIES 3
Read only

nabheetscn
SAP Champion
SAP Champion
0 Likes
1,478

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

Read only

Abhijit74
Active Contributor
0 Likes
1,479

Hello,

I think another program is there for PDF . Use RFKORD10_PDF for your adobe form. Check documentation.

Thanks & Regards,

Abhijit Mandal

Read only

0 Likes
1,478

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