cancel
Showing results for 
Search instead for 
Did you mean: 

Is it possible to avoid duplicate material in Sale order creation

Former Member
0 Kudos

Dear SD gurus

Is it possible to avoid material duplication in va01 sale order creation. For amendment purpose the marketing user making new line item with amended qty instead of quantity change. kindly advise me to solve the problem.

Thanks & Regards

R.Udayakumar

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

In customisation not possible , using coding in MV45AFZZ user exit, it is solved

Former Member
0 Kudos

Hi,

You may use userexit MV45AFZB, it will go into rountine USEREXIT_CHECK_VBAP during user fill up the new item.

The new item is in table XVBAP where the field UPDKZ = 'I'.

You can also use MV45AFZZ but it will chck when save the document, not like MV45AFZB which it will check when fill up new item. You can choose anyone of both as your preferred

Or you may check the BADI name BADI_SD* , It has many enhancements in there.

Regards,

Former Member
0 Kudos

HI,

There's no alternative to user disciplibe . Business reqt are sometimes like this only

what you can do is use exit mv45afzz in saels order and put coding logic . this will surely work.

{Removed by Moderator}

regards

Edited by: Lakshmipathi on Aug 29, 2009 6:13 PM

Former Member
0 Kudos

HI

Use USEREXIT_SAVE_DOCUMENT within program MV45AFZZ and write the logic to avoid duplicate material numbers.

Former Member
0 Kudos

HI,

There's no alternative to user disciplibe . Business reqt are sometimes like this only

what you can do is use exit mv45afzz in saels order and put coding logic . this will surely work

please update forum whether its resolved or not.

regards