Hi friends,
After LINE-SELECTION Event,I want to get line data from secondary list:
<i> DATA: xpage(4) TYPE c.
WRITE sy-pagno TO xpage LEFT-JUSTIFIED.
DO sy-pagno TIMES.
READ LINE 6 OF PAGE sy-index.
REPLACE '***' WITH xpage INTO sy-lisel.
MODIFY CURRENT LINE.
ENDDO.
ENDIF.</i>
But data in sy-lisel points to the previous basis list.
😔,wish get any help.
thanks a lot!