cancel
Showing results for 
Search instead for 
Did you mean: 

ABAP function call using webdynpro abap

Former Member
0 Kudos

Hi

I have a function module in R/3 which returns data in PDF format(Binary). I wish to create a webdynpro application which can call this function module and open the data in acrobat.

Has someone done this or can someone guide me to an eg. where this is done.

thanx

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

You can also call your function,

then use the filedownload UI element to open document.

but check the blogs out so you know the options.

cheers

Phil

Former Member
0 Kudos

Hi,

for PDF forms there's the UI element <a href="http://help.sap.com/saphelp_nw2004s/helpdata/en/0f/128841e8231709e10000000a155106/frameset.htm">InteractiveForm</a>. See also the e-learning series of Thomas Jung (in the weblogs) with examples on integrating forms.

Regards, Heidi