Using native database calls to SAP using SQL

Using native database calls to SAP using SQL

How can we interact with other databases instead of native SAP databases like Oracle SQLserver or MS Access? Please give me the code.


    Requires Free Membership to View

    When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.

    Hannah Smalltree, Editorial Director

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

Your question seems to be asking me to supply code that allows you to make native database calls to SAP using SQL or some other high level database language. Please do not attempt to do this. SAP has very stringent restrictions about how data which resides within R/3 should be accessed. Rather than attempting to call the database directly, you must retrieve data using SAP prescribed RFCs and BAPIs. Check out this tip for a code example on calling and retrieving data from SAP.


This was first published in May 2002