IBM BPM, V8.0.1, All platforms > Authoring services in Integration Designer > Services and service-related functions > Access external services with adapters > Configure and using adapters > IBM WebSphere Adapters > SAP Software > Reference > Business object information > Naming conventions for business objects

Naming conventions for Query interface for SAP Software business objects

The external service wizard provides names for the Query interface for SAP Software container, business graph, top-level business object, table object, and query object. At its core, the business object name reflects the structure of the business function on the SAP server

When naming business objects for the Query interface for SAP Software, the external service wizard adds a prefix of Sap then converts the name of the business function or SAP table to mixed case, removing any separators such as spaces or underscores, capitalizes the first letter of each word and may add an element-specific suffix (for example, BG for business graph or Container for a container).

The following table describes the convention applied by the external service wizard when naming a Query interface for SAP Software business object.

Naming convention for a Query interface for SAP Software business object
Element Naming convention
Name of the container

Sap + Name of the object you specify in the external service wizard + Container

For example: SapCustomerContainer

Name of the business graph

Sap + Name of the object you specify in the external service wizard + BG

For example: SapCustomerBG

Name of the table object

Sap + Name of the SAP table

For example: SapKna1

Name of the query object

Sap + Name of the SAP table + Querybo

For example: SapKna1Querybo

If that business graph generation is optional and is supported for IBM BPM or WebSphere Enterprise Service Bus only.

Naming conventions