SAP SET CURSOR ABAP Statements

Get Example source ABAP code based on a different SAP table
  


CONTENTS
Standard SAP Help for SET_CURSOR

SET CURSOR

Short Reference
• SET CURSOR ABAP_CONTENTS


ABAP Syntax

Sets cursor on screens

1 SET CURSOR { { FIELD field [LINE line] [[DISPLAY] OFFSET off] }
| { col lin } }.
Sets cursor on lists

2 SET CURSOR { { LINE line [[DISPLAY|MEMORY] OFFSET off] }
| { FIELD field LINE line
[[DISPLAY|MEMORY] OFFSET off] }
| { col lin } }.


Return to menu