Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Delivery

Former Member
0 Likes
1,009

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

6 REPLIES 6
Read only

Former Member
0 Likes
954

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

Read only

0 Likes
954

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

Read only

0 Likes
954

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

Read only

0 Likes
954

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 ?

Read only

Former Member
0 Likes
954

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

Read only

0 Likes
954

Hi,

Check the user exit USEREXIT_MOVE_FIELD_TO_LIPS in include program MV50AFZ1 .

Regards,

Mahalakshmi