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: 

Calling a Report Program from Web Dynpro

Former Member
0 Kudos

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

former_member218674
Contributor
0 Kudos

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

former_member218674
Contributor
0 Kudos

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.