Hi.
We use Oracle 9i with SAP 4.7.
In these day, developer in project said they want to develop using PL/SQL in Oracle and access this module in abap using native-sql because performance reason.
In technically, It's possible in SAP environment but SAP doesn't recommend about this.
Is there any reason to prevent this ?
My position is basis team. So, I recommend to do not use PL/SQL in oracle. How can I talk to don't use that ?
Regards, Arnold.
you may suggest to develop an RFC enabled Function module or use standard FM to accomplish the job (then call the RFC FM by external system). you can highlight that SQL stmt does not check authorization and may contribute to inconsistency of SAP data.
Cheers,
Kelvin
Add a comment