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

Read the List output fields

Former Member
0 Likes
755

Hi All,

I want read the line of the interactive.But in that line i nedd only 3 field values so when i try to read the line using the READ LINE ststement and try to assign the read value to a field it is going for the dump and saying conversion problem. So help me on reading a selected line are clicked line in interactive report and take only the required 3 field values from that entire line.Sample code will help a lot.

Thanks in Advance.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
588

Hi

Yes, if you use READ LINE it happens.

So go for HIDE option. (Before doing that press F1 on HIDE and see the pre-requisites and conditions to use it).

Please dont get confused, here HIDE doesn't hide anything it'll store your data in temperary area and you can use it in the next level of your list.

Regards

Surya.

4 REPLIES 4
Read only

Former Member
0 Likes
588

Try get cursor on field...

Read only

Former Member
0 Likes
588

See help on READ LINE.....your ourput will be always char type.

Read only

Former Member
0 Likes
589

Hi

Yes, if you use READ LINE it happens.

So go for HIDE option. (Before doing that press F1 on HIDE and see the pre-requisites and conditions to use it).

Please dont get confused, here HIDE doesn't hide anything it'll store your data in temperary area and you can use it in the next level of your list.

Regards

Surya.

Read only

Former Member
0 Likes
588

hi Shri,

Do not use Read Line statment. instead of that use SY-LISEL, this will have the

entire line which you double clicked row, so in this you will get entire data of that row

other wise, You can use the HIDE technique, so here you need to call the At-USER COMMAND, so you will get the values to the next list level,

here are some of example codes which you want

http://www.guidancetech.com/people/holland/sap/abap/yusrlock.htm

http://www.erpgenie.com/abap/ireports.htm

http://www.planetsap.com/Z_interactive_reporting_1.htm

http://www.planetsap.com/Z_interactive_reporting_2.htm

Regards

Sudheer