Skip to Content
0
Former Member
Jul 17, 2008 at 12:15 AM

Help to catch the output of a Transaction

47 Views

Hi,

I have this issue and need help, I have a program lets say "ZPROGRAM", this programs calls a RFC "ZFUNC" this function must be able to send the parameters to execute a SAP standard transaction for example MB51, the function must send the plant number, storage location, and material number, then this RFC must catch the output of the report into an internal table so that i can work with the output in "ZPROGRAM", in other words what I see on screen as result of MB51 I need it in an internal table so that I can manupulate the data.

I hope someone could tell me how to accomplish this.

Thanks in advice.