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
Release V6.1 introduces important adjustments for Packaging Fee replication and Handling Unit reports, plus several bug fixes.
This version also includes all fixes from V6.0.1 through V6.0.7,
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ To install/update the RDP Integration Accelerator package:
33
33
34
34
1. Upload the provided transport files using transaction **CG3Z** or any relevant function modules/tcodes in your system.
35
35
2. Import transport requests in the specified sequence (see [installation steps](rdp-abap-technical-objects/readme.md)).
36
-
3. Perform the configuration steps described in the [RDP Integration Accelerator Guide](Documentation/SAP_VP_RDP_Integration%20Accelerator_ConfigGuide_v6_0.7.pdf).
36
+
3. Perform the configuration steps described in the [RDP Integration Accelerator Guide](Documentation/SAP_VP_RDP_Integration%20Accelerator_ConfigGuide_v6_1.pdf).
37
37
- Ensure all prerequisites for initial setup on BTP account and subaccount are fulfilled (More details on [BTP configurations](https://help.sap.com/docs/sap-responsible-design-and-production/user-guide-sap-rdp/initial-setup).
38
38
- Configure RFC destinations (**SM59**) for HTTPS communication with the RDP API.
Copy file name to clipboardExpand all lines: rdp-abap-technical-objects/Fixes/readme.md
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -151,6 +151,62 @@ This document provides details on the fixes available in the **Fixes** folder. A
151
151
* **Material documents replication report**
152
152
- Adjust the logic for determining the ShipToCountry attribute, to correctly handle cases where a receiving vendor is maintained on the corresponding Purchase Order
153
153
154
+
### **Update: V6.1 – December 2025**
155
+
156
+
### **TR 901515.BP7**
157
+
158
+
⚠️ **Important Note – Impact on Pack Fee Replication Report**
159
+
160
+
A new mandatory selection parameter **Load ID** has been introduced for Delta Load execution in the **Packaging Fee Retrieval** report.
161
+
162
+
* Existing scheduled background jobs for “Retrieving Pack Fee – Delta Load” **will fail** unless batch jobs are updated to include this new parameter.
163
+
* Customers must **update their job variants** and verify the selected Load ID.
164
+
* Customer-specific **BAdI implementations**, especially those enhancing retrieval or posting logic, may require adjustments to align with the updated report logic.
165
+
166
+
It is highly recommended that customers review their automation and BAdI code before importing this update to avoid interruptions in replication processes.
Copy file name to clipboardExpand all lines: rdp-abap-technical-objects/readme.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -73,6 +73,16 @@ Install all available fixes/new features transport requests from [Fixes](Fixes)
73
73
74
74
📂 Details on changes introduced in each version are available in the [Fixes](Fixes) folder.
75
75
76
+
9.## **Update: Version V6.1.0** – TR 901515.BP7
77
+
78
+
Version **V6.1.0** is a consolidated update that includes:
79
+
80
+
### **✔ All fixes and features introduced from V6.0.1 through V6.0.7 (from point 1 to point 8 in this document)**
81
+
### **✔ New fixes and new features introduced with V6.1**
82
+
83
+
Note: New customers can skip point 1 to point 8 and install instead TR for V6.1.0
84
+
85
+
📂 Details on changes introduced in V6.1 are available in the [Fixes](Fixes) folder
76
86
77
87
Note: Additional fixes may be provided in the future. Customers should always check for the latest available fixes or new features and ensure they are installed.
0 commit comments