on 2025 Feb 04 10:39 PM
I have a requirement to extend standard fiori app - Pick Outbound Delivery, in Odata service , there is a method DELIVERYHEADER_GET_ENTITY which has a logic to exclude deliveries with batches as per standard SAP code, now Can i enhance this odata service? I am unable to find business context for this app to enhance this app via Custom fields and logic (App Extensibility: Pick Outbound Delivery | SAP Help Portal) , please provide help.
Odata service - LE_SHP_DELIVERY_PICK
UI5 application - LE_SHP_PICKS1
Request clarification before answering.
You should be able to enhance the DELIVERYHEADER_GET_ENTITY method to include deliveries with batches. Since no direct extensibility via Custom Fields and Logic is available, you needs to create an extension for LE_SHP_DELIVERY_PICK. Use SEGW to redefine DELIVERYHEADER_GET_ENTITY and modify the logic to remove the batch exclusion condition in the standard filter.
Use BAdI BADI_LE_SHP_DELIVERY_PICK (if available) or alternatively, use an implicit enhancement in the standard method. If the frontend app also filters batches, adjust logic in LE_SHP_PICKS1.
After implementing, register and test the service to ensure the changes reflect in Fiori.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 11 | |
| 7 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 3 | |
| 3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.