cancel
Showing results for 
Search instead for 
Did you mean: 

Only one validation can be active per Co code per call up point

0 Kudos

Dear Expert,

In T code OB28 there is a validation rule already active for back date entry authorization with call up point 1, the rule is BKPF-BUDAT > SYST-DATUM (Posting Date > Current).

Now the business need a new validation which is Document date should be less than or equal to posting date. For this i configure a new validation rule,

prerequisite: BKPF-BUKRS = 'xxxx'

Check: BKPF-BLDAT <= SYST-DATUM AND BKPF-BLDAT <= BKPF-BUDAT

(Document date <= Current date AND Document date <= Posting date)

If i assign this validation rule with my company it prompt that an entry already exist, if i remove previous validation than the back dated validation will be remove because

As per SAP standard rule Only one validation can be active per company code per call up point.

What should i do in this scenario, please suggest.

Accepted Solutions (1)

Accepted Solutions (1)

iklovski
Active Contributor
0 Kudos

What happened with 'steps' in the rule? Why would you need a separate rule and not just additional step?

0 Kudos

Thank you so much Eli , problem resolved.

Answers (1)

Answers (1)

former_member219217
Active Participant
0 Kudos

Just create a new step under the rule. Why do you need a new rule?

Regards,

Ramnik Singh

0 Kudos

Thanks Ramnik, Problem resolved