Application Development 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: 

how to send internal table in report to interface of adobe form

former_member834765
Discoverer
0 Kudos
150

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.

1 REPLY 1

Sandra_Rossi
Active Contributor
132

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
...