Skip to content

ABAP Keyword Documentation →  ABAP - Short Reference 

MODIFY LINE - Short Reference

Reference

Other versions: 7.31 | 7.40 | 7.54

Syntax


MODIFY { {LINE line [OF {PAGE page}|{CURRENT PAGE}] [INDEX idx]} 
       | {CURRENT LINE} }
       [LINE VALUE FROM wa]
       [FIELD VALUE dobj1 [FROM wa1] dobj2 [FROM wa2] ...]
       [LINE FORMAT ext_format_options]
       [FIELD FORMAT dobj1 ext_format_options1
                     dobj2 ext_format_options2 ...].

Effect

Overwrites a list line in the list buffer with the content of sy-lisel and performs additional modifications in the additions.

Additions