Show TOC

Procedure documentationModeling A2X Services Locate this document in the navigation structure

 

You use A2X services to obtain synchronous access (from a UI component, for example) to process component data. SAP accesses models like these using interface patterns.

Procedure

  1. Decide which interface pattern best suits your use case. Choose from the following interface patterns:

  2. Use the interface pattern to set the names of the operations and service interfaces. Use spaces between the parts of the name to make the names more legible in the modeling.

    Example Example

    The standardized name of a service interface that accesses a Sales Orderbusiness process object is Manage Sales Order In. The space disappears if you later create the specified service interface for this modeled service interface. The specified service interface in the ES Repository would also be called ManageSalesOrderIn.

    End of the example.