cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Extend Odata service for fiori app - Pick Outbound Delivery to include delivery with batches

Arushi
Explorer
0 Likes
504

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

Accepted Solutions (1)

Accepted Solutions (1)

HakanHaslaman
Product and Topic Expert
Product and Topic Expert
0 Likes

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.

Answers (0)