2006 Jun 27 5:31 AM
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
2006 Jun 27 5:38 AM
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>
2006 Jun 27 8:12 AM
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
2006 Jun 27 8:16 AM
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
2006 Jun 27 8:23 AM
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
2006 Jun 27 8:28 AM
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
2006 Jun 27 12:31 PM
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
| User | Count |
|---|---|
| 3 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |