cancel
Showing results for 
Search instead for 
Did you mean: 

How to to Show Key and Text in Drop down List and Combo Box

Former Member
0 Kudos

Hellol,

Need your help.

Is it possible to Show Key and Text in Drop down List and Combo Box? If so pls tell me step by step

Thanks Regards,

Amit

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

It is possible. If you are using static list, then in the entrylist there are two columns. In key you enter 'Technical Name' & in Discription you can enter 'Technical Name as well as Discrption'. Whatever you enter in 'Discription' column that part you can see in the dropdown or combo.

Regards

Sandeep

Answers (1)

Answers (1)

vipin_v2
Participant
0 Kudos

Hi Amit,

Here' s a detailed process on how to get key and text in the combo box.

1- add an input field to your form

2- right click on your input field and goto propertioes

3- under generals tab change the type of the input field to cobox

4- Goto entry list tab

5- In the Entry List tab choose Dynamic from the Entry list set of radio buttons. The Find Data Service dialog box is displayed.

6- In the System drop-down list, search and select your data service from the Select Data Service list.let say it is BAPI_MATERIAL_GET_LIST.

7-In the Assigned Value column of the Input port table, define the input values that you require in order to get the output values you want in your list.you may leave it empty.

8-In the Output port table at the bottom, define the source field from which the VALUE should be taken and the corresponding field from which the display TEXT should be taken. For example, the VALUE might be MATERIAL_KEY and the TEXT might be MATERIAL_NAME.

Regards,

Vipin