2006 Jun 14 11:18 AM
Hello everybody,
when I start a FM (or what ever) it will display an MESSAGE (Type: I) as Information. The User must quit the message, than the function goes to the end.
When I call this FM via RFC (from an other SAP) the MESSAGE would not display an the function goes automatically to the end.
How can I reach that the MESSAGE would be display by calling via RFC.
Thanks.
Thomas
Hello everybody,
when I start a FM (or what ever) it will display an MESSAGE (Type: I) as Information. The User must quit the message, than the function goes to the end.
When I call this FM via RFC (from an other SAP) the MESSAGE would not display an the function goes automatically to the end.
How can I reach that the MESSAGE would be display by calling via RFC.
Thanks.
Thomas
2006 Jun 14 11:24 AM
Hi,
I dont think it is possible to display a message in RFC.
Messages are popped in the current system in RFC the system is changed
Sameena
Message was edited by: sameena attarwala
2006 Jun 14 11:27 AM
HI Sameena,
it must be possible because it works when SAP CRM call's an another SAP. But how is not even easy to debug...:-(
Thomas
2006 Jun 14 11:25 AM
When you call a RFC from a external system, its as good as calling the RFC in background mode and in background mode all the INFORMATION / WARNING messages will be suppressed.
Regards,
Ravi