ABAPADD_THEN_FROM_SHORTREF - ADD THEN FROM SHORTREF

PERFORM Short Reference   CL_GUI_FRONTEND_SERVICES - Frontend Services  
This documentation is copyright by SAP AG.

ADD - THEN, UNTIL

Reference



Syntax

ADD { { dobj1 THEN dobj2 UNTIL dobj
      { {TO result} | {GIVING result [ACCORDING TO sel]} } }
    | { dobj FROM pos1 TO pos GIVING result } }
    [RANGE range].


Effect

Obsolete: Adds sequences of data objects stored at equal distances from each other in the memory.

Additions

  • THEN ... UNTIL
    The sequence is defined by the distance between the data objects dobj1 and dobj2.

  • TO result
    Adds the result to the content of result.

  • GIVING result
    Assigns the result to result.

  • FROM ... TO
    Defines the sequence by data objects directly adjacent in the storage, whose first data object is dobj and whose elements are determined by pos1 and pos.

  • ACCORDING TO sel
    Limits the elements of the sequence according to the conditions of aselection table.

  • RANGE range
    Limits the addressable storage area to a structure range.






rdisp/max_wprun_time - Maximum work process run time   Vendor Master (General Section)  
This documentation is copyright by SAP AG.


Length: 1569 Date: 20120518 Time: 190848     triton ( 43 ms )