‎2006 Nov 14 11:43 AM
Hi ,
I have a query regarding RFC function modules , how is the security and user authentication/authorization checks done in case of RFC function modules.
I have created an RFC function module ,now this FM can be called by users of the system , then on the called system how is the authentication/authorization check done .
It is likely that the user name from the calling system may not exist in the called system , then in that case how does the system handle the call .
Thanks
Arun
‎2006 Nov 14 11:59 AM
Hi arun,
1. U are right. any user can do this.
2. Hence, before calling the RFC in our program,
we ourselves have to all the checks.
regards,
amit m.
‎2006 Nov 14 11:48 AM
Hi
For calling RFC from outside SAP,U need to login thru one tool to SAP like from VB,there is BAPIActiveX controls to establish connection with SAP from VB.
In that u have to pass the user name and password which is existing in SAP to establish a connection.Then only u can call ur RFC.
Regs
Manas Ranjan Panda
Message was edited by:
MANAS PANDA
‎2006 Nov 14 11:50 AM
Hi,
Check out the tables in se11.Also what i think is u have to pass the user name and password which is existing in SAP .
RFC2SOAPS
RFCADPTATTR
RFCADPTRCVLOG
RFCADPTSNDLOG
RFCATTRIB
RFCCHECK
RFCCMC
RFCDES
RFCDESSECU
RFCDOC
RFCGO
RFCLIST
RFCSTXTAB
RFCSYSACL
RFCTA
RFCTRUST
RFCTSTLOG
RFCTSTTAB
RFCTYPE
regards,
nagaraj
Message was edited by:
nagaraj kumar nishtala
‎2006 Nov 14 11:54 AM
Have a look at below link.
http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCFESDE2/BCFESDE2.pdf
It may help you.
Best Regards,
Vibha
*Please mark all the helpful answers
‎2006 Nov 14 11:59 AM
Hi arun,
1. U are right. any user can do this.
2. Hence, before calling the RFC in our program,
we ourselves have to all the checks.
regards,
amit m.