Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

READ LINE - Quick reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


READ { {LINE line [{OF PAGE page}|{OF CURRENT PAGE}] 
                  [INDEX idx]}
     | {CURRENT LINE} }
     [LINE VALUE INTO wa]
     [FIELD VALUE dobj1 [INTO wa1] dobj2 [INTO wa2] ...].

Effect

Reads a list line from the list buffer and assigns the content to sy-lisel.

Additions