Hey Guys,
I've been doing some programming for connectivity between C/C++/C# and ABAP. I've tried the classic RFC sdk, NW RFC sdk and .NET connector and I ran into this problem now.
For an RFC server program, with .net connector, I'm able to register multiple threads for a single server program in gateway, which results in the multiple entries in tcode SMGW, it can be done by specifying the "REG_COUNT" parameter. However, with classic RFC sdk or NW RFC sdk, I didn't find this option anywhere, there's no corresponding parameter in the .ini files for "registration count", nor in the input pameters of methods like RfcRegisterServer. Is there a way to achieve this with the C/C++ sdk?
Thanks a lot!
Dave