cancel
Showing results for 
Search instead for 
Did you mean: 

Client Synchronous Proxy

deva_gembali2
Participant
0 Kudos

Hi friends ,

If i use the synchronous sceanrio at source side, there are two paramerts right importing and exporting .So , once i send the data from ABAP program to XI, then XI will receive the response back .

This response data how can i add to synchornous proxy . If you have sample code pls provide me . And, where these response fields(data) will be updated at SAP side .

Deva

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

it will be part of your importing parameter

ex;

CALL METHOD lo_output->myproxy
        EXPORTING
          output = lv_output
        IMPORTING
          input  = lv_input.

Answers (0)