Skip to Content
0
Former Member
Jun 02, 2011 at 05:28 AM

Validation for Profit Center & Business Area

293 Views

Experts,

If I want to add new validation rule for another profit center and business area which is not in the current rule defined.

Prerequisit will remain same.

Check : is as below for other profit center and business area. Message will also remain same which is already defined.

CHECK:

OR

( BSEG-PRCTR >= 'VS0001' AND BSEG-PRCTR <= 'VSZZZZ'

AND

BSEG-GSBER = 'SPFN' )

OR

( BSEG-PRCTR = 'EBT021' AND BSEG-GSBER = 'SPFN' )

OR

Requirement: we want to add new profit center EBT022 and Business area SPFN.

Please explain how can I achieve this? Do I need to add one more line as below in between the whole CHECK Rule specified?

OR

( BSEG-PRCTR = 'EBT022' AND BSEG-GSBER = 'SPFN' )

- Nilesh