Skip to content

ABAP Keyword Documentation →  ABAP - Quick Reference 

SKIP - Quick reference

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 cursor n lines underneath the current line. If not specified, n is set implicitly to 1.
  • TO LINE line
    Positions the list cursor in the line line.