ABAP Keyword Documentation → ABAP - Short Reference
SKIP - Short Reference
Other versions: 7.31 | 7.40 | 7.54
Syntax
SKIP { [n]
| {TO LINE line} }.
Effect
Positions the list cursor in a line of the current list.
Additions
-
n
Positions the list cursorn
lines underneath the current line. Without specification,n
is implicitly set to 1. -
TO LINE line
Positions the list cursor in the lineline
.