SAP GET CURSOR ABAP Statements

Get Example source ABAP code based on a different SAP table
  


CONTENTS
Standard SAP Help for GET_CURSOR

GET CURSOR

Short Reference
• GET CURSOR ABAP_CONTENTS


ABAP Syntax

Get cursor position on screens

1 GET CURSOR { { FIELD field [field_properties] }
| { LINE line } }.
Get cursor position on lists

2 GET CURSOR { { FIELD field [field_properties] }
| {LINE line [line_properties]} }.


Return to menu