cancel
Showing results for 
Search instead for 
Did you mean: 

Back date posting

Former Member
0 Kudos

Hi all ,

how to control the backdate posting ?

My client want to disallow back date posting for all documents . Is there an standard configuration to do back date posting ?Please suggest me .

Regards

Mike

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Can Somebody Check.... what if the Posting date is set for the display mode for the particular transaction.

correct me if i'm wrong

Rgrds

San

Former Member
0 Kudos

Hi,

close the posting periods(OB52) for the previous periods.

one the posting period for the current period only.

Former Member
0 Kudos

thanks ,

i want date wise blocking , that is system should not allow yesterday date posting on current date and it should allow only current date posting .......

please suggest me

Regards

mike

Former Member
0 Kudos

Try a validation (OB28). If posting date < sys date, throw an error msg. I don't remember seeing a standard configuration for this.

Former Member
0 Kudos

thanks Srikanth ,

can you explain in detail with the condition ( step in ob28)?

regards

Mike.

Former Member
0 Kudos

At document header level (1)

Validation step (say, 001) - Posting back date is not allowed

Prerequisite - anything you want (for example, BKPF-BUKRS = '0001')

Check - BKPF-BUDAT < BKPF-CPUDT

Message - error (specify a message number from the message class you defined for the validation)