Creating an XML Schema

How to:

After you browse the mySAP business object repository, you can generate XML request and response schemas for the object you wish to use with your adapter.


Top of page

x
Procedure: How to Create XML Schemas

To create XML request and response schemas for the mySAP BAPI method called BAPI_MATERIAL_GETLIST:

  1. In the Business Object Repository, select the GetList method.

    In the right pane, the collapsed Operations menu and a table listing properties and values for the BAPI method named BAPI_MATERIAL_GETLIST appears as shown in the following image.

  2. In the right pane, move the pointer over Operations and select Generate Schema from the menu.

    Request, response, and event schemas are created for your business object.

    The following image shows the Schemas pane that opens on the right with a table that lists and defines the root tag for each schema and provides hyperlinks to click to view each schema.

  3. Click the hyperlink associated with the type of schema you want to view.

    For example, if you click the hyperlink for the Request schema, the schema appears in the right pane as shown in the following image.

  4. To return to the previous window, click the Back button on your Web browser.

After you browse the list of business objects on your mySAP system, you can create iWay Business Services. For more information, see Creating and Publishing iWay Business Services.

After the schemas are created, you also can create events. For more information, see Configuring the Event Adapter for SAP.


iWay Software