cancel
Showing results for 
Search instead for 
Did you mean: 

Restriction for Backdated Production Confirmation

Former Member
0 Kudos

Dear Gurus,

The client have following requirement.

System should not allow backdated confirmation of the orders created in the subsequent month.

Is it possible through sdandard functionality?

Please throw some light if I have to use the user Exits.

Regards

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Thankyou Very much all of you..wil cofirm you once I work this out.

Cheers!!

Ankush

Former Member
0 Kudos

Dear Karthik,

Thankx for the input but the problem is the lock should not be for the previous period the confirmation should not be allowed on any previous day.Eg if the user is booking the confirmation of the prodn order today then he should not be allowed to give the posting date as yesterday/or may be a lock for two days even if it lies in the same period/Month.

thanks

Ankush

Former Member
0 Kudos

Hi,

Use user exit - CONFPP05 or CONFPP06

or BADI - WORKORDER_CONFIRM.

In the enhancement make a check on posting date & system date, if it is not the same, prevent posting confirmations.

Regards,

Vivek

Former Member
0 Kudos

Thankyou Very much Vivek,

I will do the same and confirm.I think I will need an Abaper for this.

Regards

Ankush

Anupam1143
Active Contributor
0 Kudos

HI

Check this BAdi for RM_BFLUSH_GOODSMVT with the help of your ABAPer

Regards

Anupam Sharma

Former Member
0 Kudos

Check T code MMRV..

Allow Posting to Previous Period (Backposting)

Indicator that allows posting to the previous period (backposting). In this case, the previous period is the preceding month.

Procedure

If you do not want to allow posting to the previous period, you must cancel the indicator (if set). Please note, however, that the indicator is set again automatically during period closing, reallowing posting to the previous period.

Dependencies

If you do not want the indicator to be set automatically during period closing, set the indicator Disallow backposting generally

PLease check..I hope this will help u an extent