Note that there are 2 different approaches for this tutorial step.
You can do the first approach, Import Mapping to save some time.
You can instead do the second approach, Manual steps, which will teach you about how to create such mappings.
In this lesson, you will follow the Manual Steps approach.

Enter the following name as mapping name: MM_APP_TO_S4 In the mapping editor we will now select the source and the target message structures.
Click on Add source message and then on Upload from file system
Select the OpenAPISpec.json file from your local device (that you copied at the beginning of the Technical Academy). You can download that file again from here.
In the next steps, select the right message structure from the OpenAPI specification
Click on Add target message
Select the A_SalesOrderEntityPOST.xsd message structure. It has been created when you defined the processing details of the OData adapter.
Your mapping should look like this for now:

Mapping is one of the most important parts in an integration project hence we will spend some time in the mapping editor now, in order to build the following mapping:

Click and hold the source field on the left side and drag the end of the line to the target field on the right side.
Repeat for the following fields:
CustomerID -> SoldToParty
ProductID -> to_Item / A_SalesOrderItemType / Material
Quantity -> to_Item / A_SalesOrderItemType / RequestedQuantity
OrderReference -> PurchaseOrderByCustomer
The result will look something like this:

Hover over the A_SalesOrderType target message field on the right and click on the symbol that appears.
Select Assign constant.

Repeat for the following fields:
The end result looks something like this.

In the next steps, you will see how easy it is, in a no-code approach, to dynamically fill fields during mapping. If needed, coding can be added though.
Hover over the SalesOrderType target message field on the right and click on the symbol that appears (as you did before).
Select Assign constant.
Navigate to the Mapping Expression at the bottom of your screen, and resize it as needed.
In the Constant field of the mapping expression, enter OR.
Your mapping expression should look like this:

Just as you did before, assign constants and their values to the following fields:
Your mapping should now look something like this:

Click on OK in the mapping editor and Save your integration flow.