Ansicht
Dokumentation

ABAPMOVE_MULTIPLES - MOVE MULTIPLES

ABAPMOVE_MULTIPLES - MOVE MULTIPLES

PERFORM Short Reference   rdisp/max_wprun_time - Maximum work process run time  
This documentation is copyright by SAP AG.
SAP E-Book

destination1 = destination2 = ...

destination1 = destination2 = ... = destination = rhs.

Effect

The assignment operator = can be used to perform multiple assignments at once within a single statement. This statement is the same as:

destination  = rhs
         ... = destination
destination2 = ...
destination1 = destination2.

The same settings can be specified for rhs as for the simple assignment. Only existing variables can be specified for destination, destination1, destination2, but no inline declarations.

Note

Any conversions are performed for each assignment, which means that a value assigned to a data object on the left side may be converted multiple times if the operands have different data types. To assign the value of lhs to different data objects with one conversion each, multiple statements are needed.

After the assignments, all involved data objects are given the name "Hugo".






BAL Application Log Documentation   CPI1466 during Backup  
This documentation is copyright by SAP AG.

Length: 1494 Date: 20240420 Time: 000514     sap01-206 ( 28 ms )