‎2007 May 07 9:44 AM
Hi Experts,
Can you guide me how to display the selected row in a list box from a tablecontrol. If possible give me the logic as well as coding.
Thanks in Advance.
‎2007 May 07 10:22 AM
<u>For List Boxes</u>
DEMO_DROPDOWN_LIST_BOX
demo_dynpro_dropdown_listbox
<u>For table controls</u>
demo_dynpro_tabcont_loop
Award if useful
Sudheer
‎2007 May 07 9:59 AM
Hi
syntax:
CONTROLS .
if you only want to determine the row of the table control. SY´-SUBRC allows you to check if the cursor is placed in a row of a table control.
u need to comment the performs of table control fields and write ur own perform statements. And u have to declare the table control fields as separate internal tables.
Go through this urls.
Check the below links.
http://www.planetsap.com/howdo_a.htm
http://help.sap.com/saphelp_nw2004s/helpdata/en/9f/dbac5135c111d1829f0000e829fbfe/content.htm
http://sap.niraj.tripod.com/id25.html
Reward points if useful
Regards
Anji
‎2007 May 07 10:22 AM
<u>For List Boxes</u>
DEMO_DROPDOWN_LIST_BOX
demo_dynpro_dropdown_listbox
<u>For table controls</u>
demo_dynpro_tabcont_loop
Award if useful
Sudheer