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

Duplicate Vendor Invoice

Former Member
0 Likes
531

Hi All,

while doing a direct posting in F-43, i want to avoid the duplicate vendor invoice. For this i know we can go to OMRDC and there we can activate it and also for that particular vendor in XK03 we need to tick the double invoice check and also we need to configure in OBA5 the standard message with ID 117 and type as E for error and W for warning.

but now my requirement is if user is trying to do direct posting, If

Docmuent date

Vendor number

Amount

Reference

all the four matches then the error message should be displayed

if any one those mismatches then insted of error i want to throw warning message.

to full fill this function where i need to write the code, i mean user exit of customer exit (any enhancement),

the message and message type it getting from the function module CUSTOMIZED_MESSAGE

Can any body help how to proceed further....

its urgent.....

Regards,

Sunil Kumar Mutyala.

Hi All,

while doing a direct posting in F-43, i want to avoid the duplicate vendor invoice. For this i know we can go to OMRDC and there we can activate it and also for that particular vendor in XK03 we need to tick the double invoice check and also we need to configure in OBA5 the standard message with ID 117 and type as E for error and W for warning.

but now my requirement is if user is trying to do direct posting, If

Docmuent date

Vendor number

Amount

Reference

all the four matches then the error message should be displayed

if any one those mismatches then insted of error i want to throw warning message.

to full fill this function where i need to write the code, i mean user exit of customer exit (any enhancement),

the message and message type it getting from the function module CUSTOMIZED_MESSAGE

Can any body help how to proceed further....

its urgent.....

Regards,

Sunil Kumar Mutyala.

2 REPLIES 2
Read only

Former Member
0 Likes
458

Am i clear

Read only

0 Likes
458

Can any body help me