cancel
Showing results for 
Search instead for 
Did you mean: 

Custom field to appear as a dropdown list in Bid Invitation screen

Former Member
0 Kudos

Dear All,

I have three custom fields added to Bid Inviitation header and they appear in the WEB GUI screen also with a F4 help button, but i want to make it a dropdown list.

As these are custom fields, they are being passed dynamically in the ITS template(screen 100 of template SAPLBBP_PDH_CUF- Internet service BBPCUF) and hence am not sure where to make a change to achieve the required functionality.

Please help me out in sorting this issue.

-Kayal

Accepted Solutions (1)

Accepted Solutions (1)

Ramki
Active Contributor
0 Kudos

Hi Kayal

By default, you will get F4 help in customer fields, if you have maintained values in domain.

You need to change the ITS template to get drop-down list.

Best regards

Ramki

Former Member
0 Kudos

Hi Ramki,

Thanks for that.....

As i had mentioned, am able to see the F4 help button and when clicked, the values also.

But since these are custom fields and they are being passed dynamically in the ITS templates, am not able to figure out in which template or in which part of the template i need to make the changes to make it a dropdown list.

Can u be more specific on what changes need to be made and in which template???

Thanks,

Kayal

Former Member
0 Kudos

Hello all,

We discussed this issue with Potluri, Ramakrishna on mail.

Pasting his responce for other's benifit.

Some hints:

You will need a Java Script expert to understand and make changes.

You need to make changes in SAPLBBP_PDH_CUF 100 template in internet service BBPCUF.

This template is used for all SRM documents.

Each field is presented in a row in a loop.

You need to insert your code

--- find a way to identify your field (For example, search using the description of the field as it appears)

You will normally see codes for F4 list box, without F4 help etc. Analyze them. Java expert shd be able to make sense.

Best Regards

Ramki

Answers (2)

Answers (2)

0 Kudos

Which SRM version are you using and which SP are you on?

Former Member
0 Kudos

Another solution here:

[|]

Former Member
0 Kudos

Enter you drop down values in the value range tab at the domain level.