cancel
Showing results for 
Search instead for 
Did you mean: 

lowest level wbs element must have account assignment element tick

stheurkar
Active Contributor
0 Kudos

Dear Friend's

When i create a project & enter wbs elements at various level like 1 to 5 levels.While saving the project system must check what is the lowest level wbs element in the hierarchy then it should tick the account assignment element.

Can is it possible through substitution, if yes pls give my the step by step solution.

If not then how i can acheive the same.

Thanks & Regards,

Sandeep

Accepted Solutions (1)

Accepted Solutions (1)

virendra_pal
Active Contributor
0 Kudos

i would use substitution using BADI WORKBREAKDOWN_UPDATE transaction SE18 and develop that

Answers (1)

Answers (1)

Former Member
0 Kudos

Try Validation:

Validation name: ACCTCHK-Account Assignment Check

Step 1: Account Assignment Check 1

Prerequisite

PRPS-STUFE >= '1' AND PRPS-BELKZ = ''

Check

RCJ_PRPSUP-BELKZ = ''

Message if prerequisite is met and check is NOT fulfilled

Account Assignment Inconsistent

Step 2: Account Assignment Check 2

Prerequisite

PRPS-STUFE >= '1' AND PRPS-BELKZ = 'X'

Check

RCJ_PRPSUP-BELKZ = ''

Message if prerequisite is met and check is NOT fulfilled

Account Assignment Inconsistent

Regards

Sreenivas