‎2008 Jan 10 7:41 AM
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.
‎2008 Jan 10 7:55 AM
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
‎2008 Jan 15 6:11 AM
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?