‎2006 Nov 14 7:42 AM
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.
‎2006 Nov 14 9:15 AM
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.
‎2006 Nov 14 7:46 AM
‎2006 Nov 14 8:08 AM
See help on READ LINE.....your ourput will be always char type.
‎2006 Nov 14 9:15 AM
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.
‎2006 Nov 14 9:27 AM
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