Ansicht
Dokumentation

ABAPRECEIVE_SHORTREF - RECEIVE SHORTREF

ABAPRECEIVE_SHORTREF - RECEIVE SHORTREF

ROGBILLS - Synchronize billing plans   ABAP Short Reference  
This documentation is copyright by SAP AG.
SAP E-Book

RECEIVE

Reference



Syntax

RECEIVE RESULTS FROM FUNCTION func
                [IMPORTING p1 = a1 p2 = a2 ...]
                [TABLES t1 = itab1 t2 = itab2 ...]
                [EXCEPTIONS [exc1 = n1 exc2 = n2 ...]
                            [system_failure = ns [MESSAGE smess]]
                            [communication_failure = nc [MESSAGE cmess]]
                            [OTHERS = n_others]]
                [KEEPING TASK].


Effect

Is sent, in a callback routine, the results of an asynchronous RFC.

Additions

  • KEEPING TASK
    Prevents the RFC connection from being disconnected after results have been inherited.
  • EXCEPTIONS
    Enables the handling of non-class-based exceptions:

    exc1 = n1 exc2 = n2 ... - Assigns numbers n1, n2, ... to the classic exceptions exc1, exc2, ... for the return code sy-subrc.

    system_failure, communication_failure (handles special exceptions in RFC including inheritance of the first line of the short dump after smess or cmess)

    OTHERS = n_others (assigns a number n_others for the return code sy-subrc to all exceptions not named explicitly)

    OTHERS = n_others (assigns a number n_others for the return code sy-subrc to all exceptions not named explicitly)





SUBST_MERGE_LIST - merge external lists to one complete list with #if... logic for R3up   TXBHW - Original Tax Base Amount in Local Currency  
This documentation is copyright by SAP AG.

Length: 3178 Date: 20240426 Time: 024344     sap01-206 ( 36 ms )