You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Automatic commit: Move 'abap-s4hcloud-procurement-po-customlogic-tracing' from QA to Production
* Automatic commit: Move 'abap-environment-create-http-service' from QA to Production
* Automatic commit: Move 'abap-display-data-queries' from QA to Production
* Automatic commit: Move 'abap-environment-create-http-service' from QA to Production
* Automatic commit: Move 'abap-environment-custom-entity-debug' from QA to Production
* Automatic commit: Move 'abap-s4hcloud-procurement-po-customlogic-tracing' from QA to Production
Copy file name to clipboardExpand all lines: tutorials/abap-s4hcloud-procurement-po-customlogic-tracing/abap-s4hcloud-procurement-po-customlogic-tracing.md
- In SAP Fiori launchpad, you have the following authorizations:
19
19
-**`SAP_BR_PURCHASER`** for the app **Create Purchase Order - Advanced**
20
20
-**`SAP_BR_ADMINISTRATOR`** for **Custom Logic Tracing** and **Custom Logic**
21
-
- You have created a custom field using Key User extensibility **`yy1_zhdrprnt2_pdh`**
22
-
- In Custom Logic, you have created a `BAdI` implementation `YY1_FILLHEADERCUSTOMFIELDS` in the business context and `BAdI` definition **Modify Purchase Order Header (`MM_PUR_S4_PO_MODIFY_HEADER`)**
21
+
- You have created a custom field using Key User extensibility **`yy1_zhdrprnt2_pdh_000`**
22
+
- In Custom Logic, you have created a `BAdI` implementation `YY1_FILLHEADERCUSTOMFIELDS_000` in the business context and `BAdI` definition **Modify Purchase Order Header (`MM_PUR_S4_PO_MODIFY_HEADER`)**
23
23
24
24
25
25
@@ -39,7 +39,7 @@ Throughout this tutorial, the placeholder `###` or `000` is used. Always replace
2. Change to the **Custom Logic** tab, search for the `BAdI` implementation **`YY1_FILLHEADERCUSTOMFIELD`**.
42
+
2. Change to the **Custom Logic** tab, search for the `BAdI` implementation **`YY1_FILLHEADERCUSTOMFIELD_000`**.
43
43
44
44
!
45
45
@@ -57,13 +57,11 @@ You can now see the Published Logic and Draft Logic, if they exist, relevant to
57
57
[ACCORDION-BEGIN [Step 2: ](Add custom logic)]
58
58
1. Comment out any existing code.
59
59
60
-
2. In the custom logic for the field **`yy1_zhdrprnt2_pdh`**, copy the following code.
61
-
This code will copy the content from a standard field, `purchaseorder-supplyingplant` into the custom field, **`yy1_zhdrprnt2_pdh`**, where `supplyingplant` is filled.
60
+
2. In the custom logic for the field **`yy1_zhdrprnt2_pdh_000`**, copy the following code.
61
+
This code will copy the content from a standard field, `purchaseorder-supplyingplant` into the custom field, **`yy1_zhdrprnt2_pdh_000`**, where `supplyingplant` is filled.
0 commit comments