Skip to content

Commit 24afb86

Browse files
Release V6.1
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,
1 parent c74d470 commit 24afb86

File tree

7 files changed

+74
-1
lines changed

7 files changed

+74
-1
lines changed
File renamed without changes.
Binary file not shown.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ To install/update the RDP Integration Accelerator package:
3333

3434
1. Upload the provided transport files using transaction **CG3Z** or any relevant function modules/tcodes in your system.
3535
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).
3737
- 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).
3838
- Configure RFC destinations (**SM59**) for HTTPS communication with the RDP API.
3939
- Maintain service path prefixes (optional).
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
C5092636 T BP7 1 87 447 0 0 6 0 0 0 513 740 . 0 0 0 0 0 217
2+
#A
3+
#/1/ A G D C R 7 T - Z RELE EX. _ _ _ _ _ CLI
4+
BP7 f 0000 20251211094345 anvm101 bp7adm
5+
BP7 e 0004 20251211094348 anvm101 bp7adm
6+
BP7 < 0000 20251211094356 anvm101 bp7adm
7+
BP7 E 0004 20251211094356 anvm101 bp7adm
1.91 MB
Binary file not shown.

rdp-abap-technical-objects/Fixes/readme.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -151,6 +151,62 @@ This document provides details on the fixes available in the **Fixes** folder. A
151151
* **Material documents replication report**
152152
- Adjust the logic for determining the ShipToCountry attribute, to correctly handle cases where a receiving vendor is maintained on the corresponding Purchase Order
153153

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.
167+
168+
### ✨ Enhancements & Fixes
169+
170+
* **Packaging Fee – Retrieving & Posting Reports Adjustments**
171+
The RDP Pack Fee API now supports multiple delta tokens in parallel.
172+
Major functional enhancements include:
173+
- Allow customers to maintain **separate delta runs per variant**
174+
- During initial load, the variant name is stored together with the delta token
175+
- Delta load must be executed **per variant**
176+
- Retrieved data is saved and archived
177+
- Added option to **post retrieved data directly** from the same report (via radio button)
178+
179+
* **Handling Unit Report Adjustments**
180+
- Fix for correct handling of the entity mapper class
181+
182+
* **HTTP Protocol Version – Updated Logic for JSON Header**
183+
- SM59 configuration now determines whether HTTP 1.0 or HTTP 1.1 is used when replicating data to RDP
184+
- System automatically sets correct protocol version in HTTP requests
185+
186+
* **Determination of BOM Valid-To Field – Plant Added to Sorting Attribute**
187+
- Ensures BOMs assigned to multiple plants appear correctly
188+
- Fix implemented without impacting existing customer BAdI logic
189+
190+
* **Material Document – Country Determination Priority Update**
191+
- Implemented logic for prioritizing **country of target customer**
192+
(relevant for drop shipment scenarios)
193+
194+
* **Packaging Fee Reports – Added Missing Authorization Objects**
195+
New authorization objects introduced for:
196+
- Customer Role
197+
- Company Code Exemptions
198+
- Customer Exemptions
199+
200+
* **Delivery Report – Fix in Package Splitting**
201+
- Adjustment in the package-splitting logic, in case BAdI is implemented
202+
203+
* **Bug in Example Implementation – Material Classification Fraction Mapping Versioning**
204+
- Fix for missing **VERP** material in BOM processing
205+
- Corrections in BOM where-used determination when components have no assigned material
206+
- Includes performance improvements
207+
208+
209+
154210
---
155211
### **Installation Instructions for fixes**
156212
To apply available fixes/updates:

rdp-abap-technical-objects/readme.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,16 @@ Install all available fixes/new features transport requests from [Fixes](Fixes)
7373

7474
📂 Details on changes introduced in each version are available in the [Fixes](Fixes) folder.
7575

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
7686

7787
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.
7888

0 commit comments

Comments
 (0)