cancel
Showing results for 
Search instead for 
Did you mean: 

Upload report to web dynpro

Former Member
0 Kudos

hi,

Can we Upload an ABAP report to a web dynpro Application. if yes, then hw??

Accepted Solutions (0)

Answers (3)

Answers (3)

S-H
Active Participant
0 Kudos

Hi Girish,

There are different ways to do display ABAP report output in PDF in WebDynpro View. The steps which i followed was:

Run the report in background mode (using submit statement, dn't forget to give printer as LOCL), get the spool id programatically. Use the FM's CONVERT_OTFSPOOLJOB_2_PDF or CONVERT_ABAPSPOOLJOB_2_PDF.

Which returns the ouput of table tline, convert this to xtring and bind it to xtring attribute.

In view add a interactive form and bind the xstring attribute to the Interactive form.

By following the above steps, we can display the result in the PDF in WD ABAP.

Also look inthe thread .

Best regards,

Suresh

Former Member
0 Kudos

To be specific, i wanted to convert a report to a web dynpro abap application. is it possible?? if yes , then how??

former_member185704
Contributor
0 Kudos

This is not an ITS related question. I move this thread into the appropriate forum.

- Henning

Former Member
0 Kudos

Webdynpro supports ALV, So you can very much display results you want except the way the design in webdynpro is based on MVC concept. Look into the following link for Demos

/people/thomas.jung/blog/2006/06/20/web-dynpro-abap-demonstration-videos

athavanraja
Active Contributor
0 Kudos

post this question in abap webdynpro/java webdynpro forum