Skip to content

Latest commit

 

History

History
40 lines (28 loc) · 3.39 KB

33-B1-Prerequisites.md

File metadata and controls

40 lines (28 loc) · 3.39 KB

Prerequisites and Purpose of SAP Business One Integration

Purpose

In the last sections, you learned how to create the Poetry Slam Manager application and how to enable it for multitenancy. In this section, Poetry Slam Manager is connected with the customer's SAP Business One system to allow the procurement of anything that is required for organizing or staging of poetry slams.

The following features are handled:

  • Create purchase orders for poetry slam events with one click and preview purchase order information on the Poetry Slam Manager UI.

  • As an SAP Business One user, start Poetry Slam Manager from your SAP Business One launchpad and navigate from Poetry Slam Manager to the associated purchase order in the system.

Prerequisites

Make sure that you fulfill the following prerequisites to implement this section:

  • You need an SAP Business One system with purchase orders in use.
  • You need a user with access to the configuration of the SAP Business One system:
    • to set up identity and authentication management,
    • to create users and to assign authorizations, and
    • to add web client extensions.

API Overview

As Poetry Slam Manager will use OData services of SAP Business One to create and read purchase order data, make yourself familiar with the interfaces: Working with SAP Business One Service Layer

Links to SAP Business One Help

As the integration of Poetry Slam Manager and SAP Business One is supposed to work without any further authentification steps, you configure single sign-on in the tutorial. Besides this, URL mashups are created. User maintenance and authorizations are, of course, important, too.

If you need more information about these topics, you can have a look at the following links as a reference:

  1. Identity and Authentication Management in SAP Business One

  2. Setting Up SAP BTP Destination for Service Layer

  3. Visual Studio Code Wizard for SAP Business One, Web client extensions i. Yeoman-ui - graphical user interface for running Yeoman generators ii. Development Environment Setup iii. Packaging Your Apps Using VS Code Wizard for SAP Business One, Web Client Extensions iv. Create a URL mashup

  4. User Accounts and Authorizations

Next Steps

Now that you have an overview of the aim and the prerequisites of the SAP Business One integration, the next step is to integrate the SAP BTP application with SAP Business One.