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

Ignoring MESSAGE while running via RFC

Former Member
0 Likes
644

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

3 REPLIES 3
Read only

Former Member
0 Likes
598

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

Read only

0 Likes
598

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

Read only

Former Member
0 Likes
598

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