‎2007 Jul 26 6:07 AM
hi
my basic list is like
fld1 fld 2 fld3 fld4 ......fld14
if i click on fld4..the secondary list shud show the extra data. the i can retrieve from db table with select but i need fld1 and fld 2 and fld4 in where clause..how to get these flds when u click on fld4 only.
when i click on fld1 some data is displaying already programmed.
my requirement is to click on fld4
any suggetions plz
‎2007 Jul 26 6:11 AM
‎2007 Jul 26 6:13 AM
Hi,
If you use the HIDE statment then the fields will be come into the Secondary list,
IF you use the READ LINE statment also, you can get the total line.
if you use the Standard system variable SY-LISEL then this will have the total line,
use anyone these statment to get all the values in to the secondary list, then write the select statment
Regards
Sudheer
‎2007 Jul 26 6:19 AM
hi
thx
can we use at user command and at line selection in same report?
‎2007 Jul 26 6:24 AM