2007 Oct 25 7:05 AM
READ LINE sy-lilli FIELD VALUE it_ekpo-werks INTO werks.
what is the use of this statement in interactive report.
READ LINE sy-lilli FIELD VALUE it_ekpo-werks INTO werks.
what is the use of this statement in interactive report.
2007 Oct 25 7:09 AM
HI,
sy-lilli will give the selected line number.
so read line sy-lilli will read the selected line,FIELD VALUE it_ekpo-werks is for reading the value of this field in that line.
result will be stored in werks(INTO werks)
rgds,
bharat.
2007 Oct 25 7:10 AM
SY-LILLI is the number of the selected line in the absolute list
2007 Oct 25 7:12 AM
sy- lilli contains the index of the field that is clicked. and value of the field is stored in werks
2007 Oct 25 7:13 AM
Reads the current line(cursor placed line) field (name mentioned) value to a specified variable.
2007 Oct 25 7:14 AM
hi
it is a system variable which stores the value of a selected line
regards
Nagesh.Paruchuri
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |