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

interactive selection

Former Member
0 Likes
495

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

4 REPLIES 4
Read only

Former Member
0 Likes
476

Hi,

Use sy-lisel to get the all data.

Regards,

Atish

Read only

Former Member
0 Likes
476

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

Read only

0 Likes
476

hi

thx

can we use at user command and at line selection in same report?

Read only

0 Likes
476

Hi,

yes you can.

Regards,

Atish