SAP PUT - Reference ABAP Statements

Get Example source ABAP code based on a different SAP table
  


Standard SAP Help for PUT

PUT

ABAP Reference
ABAP Code Snippet


ABAP Syntax PUT { node | <(><)> }.

ABAP Code Snippet

What does it do? Obsolete:Triggers the event GET node in a logical database, if data is available in the table work area of the node node. For node type A, a field symbol <(><<)>node> is specified which is assigned a data object of the datatype that is required in the statement NODES in the associated executable program.

Return to menu