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

RFC function call

Former Member
0 Likes
420

Hi ABAPers,

I have one FM which is RFC enabled. It post some FI documents using BAPI and BI. Problem is, this function will be sync. call outside of SAP and uses some global data(declared in TOP include of FuGr). Possible situation is that in the same time two RFC call will be present wit SAME user name RFCUSER. Could it happened that global data will be mixed?

br

mario

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
399

No, even while using the same user name each RFC would run in its own LUW and therefore not sharing global data with the other RFC.

Regards,

Michael

2 REPLIES 2
Read only

Former Member
0 Likes
400

No, even while using the same user name each RFC would run in its own LUW and therefore not sharing global data with the other RFC.

Regards,

Michael

Read only

Former Member
0 Likes
399

Hi,

variables declared in the top include of the function group is available to all the function modules in the group during runtime.

Regards,

Renjith Michael.