cancel
Showing results for 
Search instead for 
Did you mean: 

Check for Duplication of Delivery Note in MIGO

Former Member
0 Kudos

Hi Gurus,

We are working on ECC 6.0. My client's requirement is that Delivery Note field in MIGO -> General tab should be mandetory, that we have done.

Now they want system to check that the same Delivery Note No. should not be accepted by system for same vendor and system should give a message as we get message in Excise Invoice Tab ( if we enter same excise invoice no twice for same vendor) .

Is there vany user exit / badi or any other way to do this ?

Your kind guidance is highly apprciated.

Thanks in advance.

Vikas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

the thing that u r looking for is not possible in sap

u can use user exit in migo and use the logic that is used in MIRO for duplicat check

reward if useful

Edited by: Umakant Bhangale on Dec 21, 2007 4:30 PM

Former Member
0 Kudos

Hi Umakant,

Can u give me any user exit .

Thanks

Vikas

Former Member
0 Kudos

hi

check following

I am not sure but may be useful to u

MBCF0002

MBCF0005

Vishal...

Former Member
0 Kudos

MBCF0002

this can be the user exit but u can check with the abap

and ask him to code for u to check delivery number per vendor

But if u put this condition in miog and check MKPF and MSEG table then ur system performance will go down in long run as this table are big sap tables

so u can think of creating a ztable so that in user exit u can code so that vendor delivery number and year will be stored after saving the migo

and in other user exit which will triger first than this will check in this ztable

this will increase the performance

Reward if useful

Answers (3)

Answers (3)

Former Member
0 Kudos

closing the thread

Former Member
0 Kudos

Hi Vikas,

You can create a quickviewer report utilizing the key MM tables from transaction MB51. This transaction reports on material numbers/delivery notes. It is very simple and quick. This will report any duplication that may have occurred in MIGO.

Try out and let me know what you think.

Best Regards,

Rayshaun

Former Member
0 Kudos

U have to use

User Exit

which will compare delivery notes..