cancel
Showing results for 
Search instead for 
Did you mean: 

input or output

Former Member
0 Kudos

CALL METHOD prxy->EXECUTE_SYNCHRONOUS

EXPORTING

OUTPUT = OUTPUT

IMPORTING

INPUT = INPUT.

I want to pass data to this method whether it is "output" or "input"

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Use Output For your Client Proxies

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

Coding ABAP Proxies

/people/sravya.talanki2/blog/2006/07/28/smarter-approach-for-coding-abap-proxies

Regards

Seshagiri

Edited by: N V Seshagiri on Feb 20, 2008 8:01 AM

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Sunil,

Importing mean you are reciving data from Xi and exporting means you are sending data to XI. As this method is sysnchorous

Former Member
0 Kudos

Output.

Regards,

Sumit

Former Member
0 Kudos

But I think we have to look at Method view point na....

Means methods input should be my itab.

Former Member
0 Kudos

Sunil,

Didnt get what you said.. Can you elaborate your question.

Regards,

Sumit

former_member859847
Active Contributor
0 Kudos

Hi Sunil,

when you are using outbound proxy, you have to use export parameter as output.

please check the following links regarding Client and server proxy.

/people/siva.maranani/blog/2005/04/03/abap-server-proxies - ABAP Server Proxy

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy - ABAP Client Proxy

regards

mahesh.