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

MIR6 - posting date check

Former Member
0 Likes
702

Hello friends,

My requirement is like this .

while user is posting the invoice in MIR6, if the posting date belongs to Previous

Month, ( Eg: user is posting an invoice with Posting date 30.03.2007 in the Month

of April 2007 ), System has to throw an error in the screen asking the user to enter

the current date of current month.

Is there any user exit available ?

if user exit is not there ? Any BADI is available ?

Please help me out .

Regards,

Hari Prasath.S

Hello friends,

My requirement is like this .

while user is posting the invoice in MIR6, if the posting date belongs to Previous

Month, ( Eg: user is posting an invoice with Posting date 30.03.2007 in the Month

of April 2007 ), System has to throw an error in the screen asking the user to enter

the current date of current month.

Is there any user exit available ?

if user exit is not there ? Any BADI is available ?

Please help me out .

Regards,

Hari Prasath.S

2 REPLIES 2
Read only

Former Member
0 Likes
648

Hi,

U can try this badi-INVOICE_UPDATE.

**REWARD ALL HELPFUL ANSWERS

Read only

Former Member
0 Likes
648

Hi,

You can do this by implementing Validation for "Financial Accounting". The transaction is <b>GGB0.</b> Its a sure solution. We are using a custom validation where we are checking if "document date" is less than "current date" and giving an error message.

Let me know if you need any further information.

Regards,

RS