Useful BAPIs and RFCs

Working with SAP can be a hunt-and-peck typing mission, especially if you're not familiar with the system. Here are a few RFCs and BAPIS that prove to be very useful:

  • BAPI_MONITOR_GETLIST— Returns a list of all available BAPIs, including release dates, versions, and status.

  • BAPI_SALESORDER_SIMULATE— Used to simulate an order in SAP.

  • BAPI_SALESORDER_CREATEFROMDAT2— Used to create sales orders within SAP. Supports two-phase commits.

  • BAPI_SALESORDER_GETLIST— Returns a list of sales orders for a customer.

  • BAPI_CUSTOMER_CHECKPASSWORD— Used to check the password of an Internet user.

  • BAPI_CUSTOMER_EXISTS— Verifies that the user exists in the system.

  • BAPI_MATERIAL_GETLIST— Returns a list of materials out of SAP.

  • BAPI_MATERIAL_AVAILABILITY ...

Get BEA WebLogic Server™ 8.1 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.