Skip to content

ABAP Keyword Documentation →  ABAP − Short Reference 

READ LINE - Short 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 row from the list buffer and assigns the content to sy-lisel.

Additions