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

Calling a Report Program from Web Dynpro

Former Member
0 Likes
418

Hi all,

I have a requirement, where i have to call a report program from web dynpro?. Wether its possible to call a report program in web dynpro?. Is we can call it, how this functionality has to be achived?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
327

Hello,

Yes it is possible to call report using SUBMIT statement from one of the method defined in COMPONENTCONTROLLER's method tab.

Once you define the method with SUBMIT statement then call that method with proper event.

Rest configuration will remain same for ABAP webdynpro.

Hope this helps.

Thanks,

Augustin.

1 REPLY 1
Read only

Former Member
0 Likes
328

Hello,

Yes it is possible to call report using SUBMIT statement from one of the method defined in COMPONENTCONTROLLER's method tab.

Once you define the method with SUBMIT statement then call that method with proper event.

Rest configuration will remain same for ABAP webdynpro.

Hope this helps.

Thanks,

Augustin.