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

hi

Former Member
0 Likes
328

hi,

How to expose standard reports like MMBE as web services to third party...?

Is creating an RFC function module which in turn triggers the standard report by using SUBMIT MMBE a solution for it.?.

thanks,

kvg.mca

hi,

How to expose standard reports like MMBE as web services to third party...?

Is creating an RFC function module which in turn triggers the standard report by using SUBMIT MMBE a solution for it.?.

thanks,

kvg.mca

1 REPLY 1
Read only

Former Member
0 Likes
293

Hi,

In theory yes, wrapping the report in an RFC function module would achieve this (SUBMIT RMMMBESTN etc). You will, however need to get the report data from the report layout into a structured set of fields to pass out of the function module. It may be easier to extract the data you need direct from the tables by taking the key pieces of code from MMBE and writing them into your own RFC function module.

Regards,

Nick