2022 Dec 27 9:40 AM
Generally I know we declare a structure in se11 and then uses it in adobe from and in driver program, but my doubt is how transfer my internal table which I created in reportse38 into the interface of adobe form. Please guide me with detail steps including from data declarations to final step.
2022 Dec 27 10:09 AM
It's very basic knowledge in Adobe Form, you can find it by reading blog posts about Adobe Form.
You can find many blog posts:
"call function 'fp_function_module_name'" site:blogs.sap.com
Defining the parameter in SFP, and calling from ABAP:
call function XXXXXXXXXX " the one corresponding to Adobe Form
exporting
yourparametername = yourstructure
...