‎2006 Jun 22 11:51 AM
Hi all,
how to know the selected line in a table control ? when i use a POH event.
THKS
‎2006 Jun 22 12:01 PM
Hi Juan,
Suppose TAB is the table control name for the screen , defined as follows:
CONTROLS: TAB TYPE TABLEVIEW USING SCREEN '9000'.
TAB-CURRENT_LINE will give you the current line selected.
For more details , you can refer this link.
http://esnips.com/doc/48bd95e8-facc-4932-b923-465ba59bad24/Table-Control.pdf
Regards,
SP.
‎2006 Jun 22 12:15 PM
‎2006 Jun 22 12:36 PM
Hi,
u can use this syntax,
LOOP AT T_ITAB
WITH CONTROL TC_202
CURSOR TC_202-CURRENT_LINE.
Regards,
Seema.