Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

table control dropdown list

Former Member
0 Likes
432

hi,

how do i populate values inside the table control dropdown list? because right now i refer to the RSDEMO_TABLE_CONTROL examples and amend it to display my own tables but it display the values in all the column rather than in a dropdown list.

please provide the code samples.

thanks. will reward if useful.

2 REPLIES 2
Read only

Former Member
0 Likes
403

Hi Evonne

Please check the standard tcode PPPM for Individual developments tab. Or else you can refer the program SAPLRHPP and associated screen 3300.

Hope it helps ! Let me know if you need more info.

~ Ranganath

Read only

0 Likes
403

Hi Uwe,

Thanks for your help.

If the VALUE TABLE in the value range of the DOMAIN has more than 2 columns, which column would be populated in the dropdown listbox?

For example,

In the RSDEMO_TABLE_CONTROL example (in TCODE DWDM), the VALUE RANGE refers to the value table SCARR.

In SCARR, there are a few columns (CARRID, CARRNAME, CURRCODE, URL). How does the program know that it should display CARRNAME in the dropdown listbox on the screen, instead of CARRID, CURRCODE or URL?