cancel
Showing results for 
Search instead for 
Did you mean: 

substitution rule reading.

former_member412338
Participant
0 Kudos

Hi Experts,

I face problem with understanding the below written substitution rules, please help me out to understand these rules..

eg:

STEP1 –

PRERQUISTE

( PROJ-PROFL IN ZRPS_VAL_PROFL_ND OR

PROJ-PROFL IN ZRPS_VAL_PROFL_NDAFF )

AND PRPS-STUFE <= '2'

SUBSTITUTION

STEP2 –

PRERQUISTE

( PROJ-PROFL IN ZRPS_VAL_PROFL_ND OR

PROJ-PROFL IN ZRPS_VAL_PROFL_NDAFF )

AND PRPS-STUFE = '3' AND PRPS-POSID :8-9: <> 'NA'

SUBSTITUTION

STEP3 –

PRERQUISTE

( PROJ-PROFL IN ZRPS_VAL_PROFL_ND OR

PROJ-PROFL IN ZRPS_VAL_PROFL_NDAFF )

AND PRPS-STUFE = '3' AND PRPS-POSID :8-9: = 'NA'

SUBSTITUTION

Please explain all 3 steps in detail.

Thanking you all in advance.

Vindhesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

HI Vindhesh,

Lets read the complete logic line by line for step 1 and others have the similar meaning:

1. ( PROJ-PROFL IN ZRPS_VAL_PROFL_ND OR

--> The logic is to check project profile (PROJ-PROF) in set ID maintained in TC GS03, ZRPS_VAL_PROFL_ND.

 

2. PROJ-PROFL IN ZRPS_VAL_PROFL_NDAFF )

--> same as above for set ID ZRPS_VAL_PROFL_NDAFF

3. AND PRPS-STUFE <= '2'

--> and the WBS element level should be 0 or 1 or 2.

4. SUBSTITUTION

--> then substitute indicator "Planning element" marked as "Checked" (X). This can be seen in master data CJ02.

These substituition rules are made in your system such that if user forgets to set the operative indicators, system will set by default while saving the Project and WBS element.

Thanks and regards,

Narender.

Answers (0)