diff --git a/tutorials/abap-environment-use-factory-calendar/abap-environment-use-factory-calendar.md b/tutorials/abap-environment-use-factory-calendar/abap-environment-use-factory-calendar.md index fd0bc71c..2f8e0bf6 100644 --- a/tutorials/abap-environment-use-factory-calendar/abap-environment-use-factory-calendar.md +++ b/tutorials/abap-environment-use-factory-calendar/abap-environment-use-factory-calendar.md @@ -51,9 +51,9 @@ Create your exercise package. This ABAP package will contain all the artefacts t Click **Next**. -3. An application component is not needed. Click **Next**. +3. The ABAP Package properties remain as is. Click **Next**. -4. Select an existing transport request or create a new one and click **Finish**. +4. No transport request is necessary, as change recording is not enabled. Click **Finish**. ### Create a Database Table @@ -70,7 +70,7 @@ Create a database table to store the underlying data of the order application. Click **Next**. -4. Select a transport request and click **Finish**. +4. No transport request is necessary, as change recording is not enabled. Click **Finish**. 5. Replace the default code with the code snippet provided below (make sure to replace the placeholder ###): @@ -125,7 +125,7 @@ Use the **Generate ABAP Repository Objects Wizard** built into ADT to create a b Click **Next**, review the objects that will be created, and click **Next** again. -5. Select a transport request and click **Finish**. +5. No transport request is necessary, as change recording is not enabled. Click **Finish**. 6. Publish the generated Service Binding. 7. Select the entity set **`FactoryOrder`** and launch the **Preview**. Create a new factory order to get familiar with the initial state of your application. @@ -209,7 +209,7 @@ Each factory order receives a production start date and the required production