Skip to Content
0
Former Member
Nov 27, 2011 at 08:55 AM

calling SAPF124 to z program

249 Views

Hi experts,

I am calling the program SAPF124 to one function module using keyword SUBMIT and return.

while calling the program in function module it show the STD report out .. but it shouldn't show the std output , i just want to capture the message and send to the function as output. for that i have created the program in Z as ZSAPF124.

now i want to capture the message and want to pass it to function module i have used the

I have used the importing and exporting also

like

append fehlprot-text to it.

free memory id 'ABC'.

export it_log to memory id 'ABC'.

but i couldn capture the message .it shows the std output screen only

Thanks in advance

ajay