cancel
Showing results for 
Search instead for 
Did you mean: 

Level wise Substitution

Former Member
0 Kudos

Hi,

We have requirement the level wise Company code mapping with WBS:

The Project having huge structure will be XXXX company code in project definition level , as per requirement we introduced below 4 level WBS should be YYYY company code by introducing Substitution, but the issue is sometimes they want place AAAA company code in some WBS below 4 level ,

Experts share your inputs

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

In Substitution, you can build your logic based on the level of WBS i.e. all WBS with level > 4 can be assigned a particular value. However this kind of substitution will apply to all WBS below level 4, whereas you have mentioned 'sometimes'. You will have to be very clear with the logic of where this kind of substitution will apply. It would go something like this:

If WBS Level > 4 & (Condition for 'sometime')

Perform Substitution

Search the forum or SAP help if you need to know how to create substitution rules.

Regards,

Ammar

Former Member
0 Kudos

Hi Syed,

I have developed substitution as all below 4 level should be YYYY Company code in system its working fine,

But user wants to change sometime as diffrent company code as AAAA ,so now system overwrites when he save the project.

Im trying to build logic by Plant ,

Share your inputs.

Thanks

Former Member
0 Kudos

Substitution works at project save, so if you were changing the comapny code to AAAA manually and saving your project the substitution would change it again to YYYY. Now if you are building your logic around a particular plant then that means whenever the plant is ABC (lets suppose) then the subsitution should not be carried out for those WBS provided they are below level 4. Your substitution would look something like this:

Condition: If WBS_LEVEL > 4 and Plant <> ABC

Substitution: Company_Code = YYYY

Hope this helps.

Regards,

Ammar

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks