Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The Integration assistant for SAP solutions is an advanced, LLM-based agent that translates business-oriented goals into actionable SAP NetWeaver tasks.
In a development environment, it helps makers discover what specific SAP BAPIs, RFCs, and table reads are needed to achieve their business goals by empowering makers to build tools to retrieve information and execute operations quickly and easily.
The combination of AI and the ability to directly interact with your SAP system allows for easy discoverability, rapid iteration, and experimentation. Designed for makers and organizations integrating SAP with Power Platform, this tool provides dynamic, installation-specific insights to maximize accuracy when working to integrate Power Platform with your specific SAP system.
Warning
Integration assistant for SAP solutions is only intended to assist makers in a development environment. This agent has wide latitude when interacting with SAP systems and isn't for production use.
Preparation
Before setting up the Account assistant for SAP solutions, ensure the following prerequisites are in place:
- Microsoft Copilot Studio licenses for your makers.
- Microsoft Copilot Studio message capacity or pay-as-you-go plan.
- Microsoft Power Platform and SAP integration
More information:
Create connections with a read-only user
It is recommended that you connect to SAP using a read-only user designed for using the integration assistant. It's important that the agent has the ability to read everything in your SAP system, but it could be dangerous to allow it to write data. Remote function calls (RFCs) provided by SAP can be very powerful, and the agent may make changes that are unintended if allowed to do so.
Capabilities and Functionality
The agent's designed to handle a wide range of business goals by leveraging SAP's NetWeaver capabilities (remote-enabled function modules). Here are examples of goals it can help your makers achieve:
- Retrieve customer or vendor information from SAP tables.
- Create or update sales orders (the agent may suggest BAPI_SALESORDER_CREATEFROMDAT2, for example).
- Fetch real-time inventory data (BAPI_MATERIAL_AVAILABILITY).
- Check or export Sales Order statuses (BAPI_SALESORDER_GETLIST, BAPI_SALESORDER_GETSTATUS, BAPI_ACC_DOCUMENT_CHECK).