‎2008 Jan 17 11:59 AM
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
‎2008 Jan 17 12:36 PM
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
‎2008 Jan 17 12:36 PM
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
‎2008 Jan 17 12:43 PM
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.