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

user exit for LIPS table update

Former Member
0 Likes
5,928

Hi all,

I am added one custome field to LIPS table,

And i want to enter data into that field before the LIPS table updating.

If there is any userexit for this,please suggest me....

Thanks and regard,

shiek

Hi all,

I am added one custome field to LIPS table,

And i want to enter data into that field before the LIPS table updating.

If there is any userexit for this,please suggest me....

Thanks and regard,

shiek

6 REPLIES 6
Read only

Former Member
0 Likes
2,165

Hi,

Have a look at the following user exits.

EXIT_SAPLCUKO_005 Save Manual Changes for Scenario Sales Order (SET)

EXIT_SAPLMCV2_001 SIS: User Exit Contacts/Sales Activities

Regards,

Tanveer.

<b>Please mark helpful answers</b>

Read only

0 Likes
2,165

Dear Tanveer,

These exits are not firing for t.code VL01N(DELVERY).

When i am doing delivery through VLO1N,then lips table will be update.

So i need a user exit for this transaction.

regards,

tanveer

Read only

0 Likes
2,165

Hi ,

check these.


*-----------------------------------------------------------------------
*        FORM-Routinen für Userexits
*-----------------------------------------------------------------------
         include mv50afzz.
         include mv50afz1.
         include mv50afz2.
         include mv50afz3.          "Userexit neu zu Release 3.0A
         include mv50afzk.          "Userexit 4.6A (KOMKG/KOMPG)
         include mv50afzl.          "Userexit 4.6A Liefergruppen
                                                               "n_693000
         include mv50afzp.          "Userexit for pricing screen input

Regards

Prabhu

Read only

Former Member
0 Likes
2,165

Hi,

Try using the exit USEREXIT_MOVE_FIELD_TO_LIPS. This is there in the Include MV50AFZ1.

If its useful, award points pls..

Regards,

Bharadwaj

Read only

Former Member
0 Likes
2,165

Hi,

There is a specific user-exit for delivery-creation/delivery processing/change delivery status.

the program name is MV50AFZ1. Inside this exit, there is a particular sub-routine called as

FORM USEREXIT_MOVE_FIELD_TO_LIPS.

endform.

May be probably you can try this. This also needs an access key for changing the SAP standard program.

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.

Lakshminarayanan.

P.S. Mark all helpful answers for points

Read only

0 Likes
2,165

Dear narayan,

Thanks for reply.

I am prefering BADI to write my coding.

But how to write my code.

I open this badi open methods there is one method new item.

When i am double clicking it's not opening editor screen.

Can you suggest where and how i have to write my coding part.

regards,

sheik

Message was edited by: Shaik Basha