Hi,
we have connected two bw systems 'A' and 'B' to one sap r/3 system.
We are using the r/3 extraction user exit (RSAP0001).
The coding in the user exit will depend on the bw system.
Is there any possibility to check in the coding using a parameter or variable which bw system is actually extracting data?
Thanks for you help.
Hello Lothar,
very good question. I have not tried this myself, but you should be able to use the RFC callback method:
http://help.sap.com/saphelp_nw04/helpdata/en/22/04256b488911d189490000e829fbbd/frameset.htm
Try CALL FUNCTION 'RFC_SYSTEM_INFO' DESTINATION 'BACK' in your exit.
Regards,
Marc
SAP NetWeaver RIG, US BI
Add a comment