‎2007 Nov 07 3:28 AM
Hi,
Can any one pls help to get the user exits for updating LIPS table?
I have created a custom field in LIPS. Need to update the same while CREATE/CHANGE delivery.
Thanjks
‎2007 Nov 07 3:30 AM
Try using the exit USEREXIT_MOVE_FIELD_TO_LIPS. This is there in the Include MV50AFZ1.
the program name is MV50AFZ1. Inside this exit, there is a particular sub-routine called as
FORM USEREXIT_MOVE_FIELD_TO_LIPS.
endform.
Another way is you can use the BADI : LE_SHP_DELIVERY_PROC
This BADI influences processing of delivery data, during creation and changing of deliveries at specific points described in the interface. The BAdI methods enable you to read, write, determine, delete, and save your own delivery-related data, and to change the standard delivery data.
If its useful, award points pls..
‎2007 Nov 07 4:12 AM
Thanks for the reply.
I'm using the BAPI BAPI_OUTB_DELIVERY_CHANGE & BAPI_DELIVERYPROCESSING_EXEC to update/create delivery.
I'm passing the new field name & value thru structure BAPIEXT. But the bapi doesn't seem to use this values.
My question is Is there any way where i can write user exits in these BAPI to use the passes value to update LIPS?
Thanks Again
‎2007 Nov 07 6:25 AM
Hi,
I tried using the BADI LE_SHP_DELIVERY_PROC and CHANGE_DELIVERY_ITEM method. But this code is not getting trigerred while CREATE / CHANGE delivery.
Pls help how to get this bADI to get trigerred?
Thanks
‎2008 Nov 18 8:53 AM
I have the same problem, the method CHANGE_DELIVERY_ITEM is called only if i modify a field in the item. My problem is that I want to call it when I modify a field in the header.
Anybody knows how to force the program to call this method ?
‎2007 Nov 07 4:15 AM
Hi Prabha,
You cant write user exits in BAPI.
You need to find the user exit which is hit while creating delivery & pass the necessary values in the LIPS structure of the user exit.
Best regards,
Prashant
‎2007 Nov 07 5:06 AM
Hi,
Check the user exit USEREXIT_MOVE_FIELD_TO_LIPS in include program MV50AFZ1 .
Regards,
Mahalakshmi