ABAP Keyword Documentation → ABAP - Quick Reference
SKIP - Quick 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. If not specified,n
is set implicitly to 1. -
TO LINE line
Positions the list cursor in the lineline
.