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 ALV Report program via a Remote Function module.

Former Member
0 Likes
630

H All,

The thing which I am looking out for is ,to know a technique to acheive this,

To start with,

For the transaction MB51-(Material Document List),which is a Report Program "RM07DOCS",I also observed that this uses a ALV to display the output.

Now what I actually require is another extra field (from MARA table ) along with the standard output that is displayed from this report.

Also this needs to be passed to a different UI system(build using VC ).

So I have a RFC eg DisplayList(),where in I need to exeucte this report program ,get the output what it gives ,add my additional information what I want to and pass it as a export parameter,

So this is the structure which I can visualise,

FUNCTION ZFUN_MB51TXN.

  • I would get all the import parameters here ,from who ever is calling my fun module,

*Call the report program,pass the input parameters required

*get the output from this report program

*send the output to the caller through export parameters

ENDFUNCTION.

So Here I need to know ,Can this be achieved something using Submit report or anything,Any guidelines to move further would be really of great help!

1 REPLY 1
Read only

Former Member
0 Likes
376

Hi All,

It would really be great if you can explain with the reference to the same report program,the same selection screen elemetns or something.

Thanks,

Archies!