cancel
Showing results for 
Search instead for 
Did you mean: 

Portfolio Type dependent Item Types

priyatham_kasu2
Active Participant
0 Kudos
484

Hi,

Is there a way in which we can restrict the item types to a particular portfolio type?

During the creation of an item, the item types relevant for that portfolio type should only be displayed for selection.

Please let me know on how to achieve this.

Thanks in advance.

Priyatham

View Entire Topic
priyatham_kasu2
Active Participant
0 Kudos

Hi Amit,

The methods in this BADI are triggered on clicking start button during item creation after the bucket and an item type is selected.

So this BADI will not solve my purpose here.

Thank your very much,

Priyatham

amit_maheshwari2
Contributor
0 Kudos

Hi Priyatham,

You can put the validation when the user clicks on start butoon. You can display an error message if user does not select the appropriate item types.

Additionally, check if you can achieve it by making implicit enhancement in GET_CREATION_PARAMETERS metod of webdynpro component /RPM/ITEM_DETAILS. Take the help of webdynpro consultant to explore it.

Cheers

Amit

priyatham_kasu2
Active Participant
0 Kudos

Hi Amit,

Thank you very much for the inputs. I want to achieve this in RPM4.5.

Please suggest steps on achieving this in RPM4.5.

Thanks and Regards,

Priyatham

amit_maheshwari2
Contributor
0 Kudos

Hi Priyatham,

Try the first option - display error message if user does not select right item type. It should work in SAP RPM 4.5 also.

Regards

Amit