SAP S/4HANA Billing Document Mapping with Pricefx

This article describes mappings used by the “SAP S/4HANA Billing Document Integration with Pricefx” package.

This package contains mappings and integration flows which map all the required fields from SAP S/4HANA Billing Document OData response to Pricefx Data Feed load data requests. You should modify these mappings and integration flows according to your needs.

Integration Flow

Build Pricefx Transaction Data Feed Request from SAP S/4HANA Billing Document Response

This integration flow transforms the A_BillingDocumentEntityGET XML response from S/4HANA OData service to Pricefx load data request. It consists of these steps:

  1. Transform a header-item message to item only message.

  2. Transpose Price Condition elements of a billing document item to multiple columns of the item.

  3. Transpose customers of a billing document item to multiple customer columns of the item.

  4. Build Pricefx load data request.

billing doc mapping flow.jpg

Message Mappings

The sample A_BillingDocumentEntityGET XML schema contains only the fields used by the mappings and the integrations. It is generated by OData adapter when the query is specified. You could include your own A_BillingDocumentEntityGET XML schema or download one from SAP API Reference.