cancel
Showing results for 
Search instead for 
Did you mean: 

Fields selection for wbs element w.r.t Project profile and level also

Former Member
0 Kudos

Hi Guru's,

As per my requirement i would need field selection on WBS creation screen on the basis of a particular Project profile and for a particular Level also.

Like:

Let say the Project Profile: MECP project profile

Level are 1-5

Then while creating the project with the project profile MECP at first level of wbs i want the billing element should be activated only.

on 5th level i want the account and planning indicator should only be available for input not the billing indicator.

actually in my scenario i have to do the customization setting for my company code, there are already many company codes exists and having the different field selection setting on WBS level for different- diff levels(1-5). For my company code i want all together a diff setting so to meet this req. i have created a separate Project profile (MECP) and i have created the field selection for WBS w.r.t Project Profile(MECP by taking the project profile as influencing filed- Tcode OPUJ). it is working but how to control these setting on diff- WBS levels, means on diff level i want diff setting.

to meet this req we have to consider two influencing file at the same time for WBS field selection.

1. Project Profile(MECP).

2.Levels for WBS.

Please advice what shud i do to have the required functionality.

Regards,

Kamal Rana

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

You can do that by setting conditions in Influencing tab. In field selection, OPUK, click on Influencing tab, double click on Project profile. Enter the project profile here and define WBS field selection for that profile.

Regards

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Use PS master data validation and substitution (t.code OPSN). For example to set the billing element to enabled depending on the Project profile, you would need a WBS level substitution as follows:

Prerequisite: PROJ-STSPD = 'MECP' AND PRPS-STUFE = '1'

Substitution: Billing elem. = X

PROJ-STSPD is the status profile and PRPS-STUFE is wbs element level.

You can combine this with validations (OPSI) to make sure that no one changes these values once they are made.

Regards,

Kenneth