SAP SKIP - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for SKIP

SKIP

ABAP Reference
ABAP Code Snippet


ABAP Syntax SKIP { [n]

| {TO LINE line} }.
ABAP Code Snippet

What does it do? Positions the list cursor in a line of the current list.

ABAP Addition n
Positions the list cursor n lines underneath the current line. Without specification, n is implicitly set to 1.
TO LINE line
Positions the list cursor in the line line.

Return to menu