<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Outbound interface using ABAP Proxy in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354084#M519936</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for offering me the docs on proxies. I really appreciate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please send it to me at my email address  miniSAP@inbox.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I want to know if I need to call the below method 3 times, if my internal table has 3 records. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;call the asynchronous method of the proxy and send the data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          CALL METHOD lo_senddata-&amp;gt;execute_asynchronous&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              output = ls_output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 15 Jun 2007 19:17:14 GMT</pubDate>
    <dc:creator>manoj_goyal2</dc:creator>
    <dc:date>2007-06-15T19:17:14Z</dc:date>
    <item>
      <title>Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354072#M519924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am trying to create an interface between a Z table and XI using ABAP Proxy. I suggested file based interface, but client is insisting using ABAP proxy. Z table is in IS-Retail side.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will appreciate is somebody can share a program to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any advise/guidance is appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 May 2007 23:35:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354072#M519924</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2007-05-31T23:35:56Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354073#M519925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Its better to post in XI forums, so that you will get solutions quickly. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.sdn.sap.com/irj/sdn/forums" target="test_blank"&gt;https://www.sdn.sap.com/irj/sdn/forums&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;Donepudi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 00:27:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354073#M519925</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T00:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354074#M519926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi There&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From your  subject line i can see that you want to develop an outbound proxy which means you want to send data to XI from your SAP custom table. That means you need to extract all the information from your Z-table and send it to XI via  proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If my understanding is correct then what you need to do is :&lt;/P&gt;&lt;P&gt;1.Ask your XI team team to generate a message interface for you of type 'outbound' and include the structure in the way they want you to send data to them.  &lt;/P&gt;&lt;P&gt;2.Once the message interface is created by them , you can generate the same in transaction SPROXY .  Search for your interface namespace and then right click &lt;/P&gt;&lt;P&gt;on it and say 'CREATE' . Give the appropriate package and prefix to it.Generate the proxy, save and activate&lt;/P&gt;&lt;P&gt;3. Now you can create a report and then according to the structure generated by XI , you can popluate your internal table to be passed back.&lt;/P&gt;&lt;P&gt;4. Call the method of the proxy in your report and send the data to XI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I can give you an example of how to do this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose you have built up an internal table by extracting data from your Z-table .Lets say it is tbl_output.&lt;/P&gt;&lt;P&gt;In your report you need to trigger the proxy method as follows:&lt;/P&gt;&lt;P&gt;Note: i am assuming i am triggering an asynchronous proxy method from my report:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;DATA:lo_senddata  TYPE REF TO CL_DATA_OUT,
                  lo_system_fault TYPE REF TO cx_ai_system_fault,
                  lo_root         TYPE REF TO cx_root.
ls_output-output_file-data[] = tbl_data[].
CREATE OBJECT lo_senddata
TRY.
* call the asynchronous method of the proxy and send the data
          CALL METHOD lo_senddata-&amp;gt;execute_asynchronous
            EXPORTING
              output = ls_output.
* get the system exceptions and display the error text
        CATCH cx_ai_system_fault INTO lo_system_fault.
          WRITE:/ 'System Error:'(E01),
                  lo_system_fault-&amp;gt;errortext.
          RETURN.
* get the root exception and display the textid value
        CATCH cx_root INTO lo_root.
          WRITE:/ 'System Error:'(E01),
                  lo_root-&amp;gt;textid.
          RETURN.
      ENDTRY.
COMMIT WORK.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;Note:&amp;lt;/b&amp;gt; 1. CL_DATA_OUT is the message interface class.&lt;/P&gt;&lt;P&gt;                  2. ls_output is the output structure to be sent back to XI and data  &lt;/P&gt;&lt;P&gt;                     is an internal table with the same structure as tbl_data.&lt;/P&gt;&lt;P&gt;                  3. It is very imp to catch exceptions as i have shown u above.&lt;/P&gt;&lt;P&gt;                  &lt;/P&gt;&lt;P&gt;Please let me know if you are a little clear or you need some more clarifications on this.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;shivika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 04:04:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354074#M519926</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T04:04:04Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354075#M519927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Shivika for you reply and guidance. This is what I was looking for.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 13:32:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354075#M519927</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2007-06-01T13:32:37Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354076#M519928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thats great !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;shivika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 02 Jun 2007 04:01:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354076#M519928</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-02T04:01:05Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354077#M519929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, Shivika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have one clarification to ask, In step 2 about using t-code SPROXY, I believe I have create Proxy on our SAP system and not in XI. Please tell me. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you tell me the steps to generate proxy. I am pushing data from SAP to XI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I guess I have to generate an OUTBOUND proxy. Please confirm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 03:43:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354077#M519929</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2007-06-06T03:43:08Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354078#M519930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have asked another question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 03:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354078#M519930</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2007-06-06T03:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354079#M519931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi there &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you need to generate your proxy in SAP through Tcode SPROXY. &lt;/P&gt;&lt;P&gt;Message Interface has to be created in XI by your XI team members else you wont be able to see any interface in sproxy that you can generate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If they have created a message interface for you , then you simply need to right click on that and it will give you an option to   'Create' your proxy.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And since you are sending data from SAP to XI , it is definitely an outbound proxy.&lt;/P&gt;&lt;P&gt;Does this solve your query? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;shivika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 03:56:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354079#M519931</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T03:56:46Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354080#M519932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are lighting fast in giving response. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have rewarded points to you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 04:35:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354080#M519932</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2007-06-06T04:35:12Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354081#M519933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Resolved&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 04:35:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354081#M519933</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2007-06-06T04:35:37Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354082#M519934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hey thanx &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;lemme know if u have other queries...send me ur email id and i can send u few docs on proxies.&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;shivika&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Shivika Bhorchi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Shivika Bhorchi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 06 Jun 2007 04:36:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354082#M519934</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-06T04:36:50Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354083#M519935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi:Shivika Bhorchi &lt;/P&gt;&lt;P&gt;  thank you for your guide of ABAP SPROXY,now ,i have write the report to trigger the abap sproxy ,but it catch the system error [System Error: System not configured as XI Integration Engine ], i have no idea with this problem ,can you do me a favor to see it ,thank you ! i just using outbound sproxy transfer data from R/3 to XI, thank you in advance !&lt;/P&gt;&lt;P&gt;if you would like ,please add my msn: 1234ming@163.com , i think we can make friends .&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 10:29:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354083#M519935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T10:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354084#M519936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for offering me the docs on proxies. I really appreciate it. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please send it to me at my email address  miniSAP@inbox.com&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also I want to know if I need to call the below method 3 times, if my internal table has 3 records. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;call the asynchronous method of the proxy and send the data&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;          CALL METHOD lo_senddata-&amp;gt;execute_asynchronous&lt;/P&gt;&lt;P&gt;            EXPORTING&lt;/P&gt;&lt;P&gt;              output = ls_output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jun 2007 19:17:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354084#M519936</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2007-06-15T19:17:14Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354085#M519937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mini&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You(as in your XI team )  needs to define  ls_output as a deep structure .&lt;/P&gt;&lt;P&gt;e.g:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA: ls_output  TYPE ty_output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This ty_output has a field X which is a deep structure with lets say another field 'Y' which in turn is a table type . So the hierarchy would be :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ty_output-&amp;gt;X(is a field of ty_output with a deep structure)-&amp;gt;Y( is a field of X which is a table type of lets say data type string)   &lt;/P&gt;&lt;P&gt;Note: XI should define this in your proxy structure when yu generate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This Y will then take in multiple records just like a table. You can then send all your 3 records to this table at once and then call the method only once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g : ls_output-X-Y[] = lt_data[] where lt_data has all your 3 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence you need to call your method only once.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this clarifies your doubt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;shivika&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 17 Jun 2007 22:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354085#M519937</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-17T22:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354086#M519938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Shivika,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply. I am not able to declare the passing structure corrently. I think XI team created a structre of type STURCTURE instead of TABLE TYPE. I am an ABAPER, should I tell XI team to create stucture ZDT_HEIR of type - TABLE TYPE. I will appreciate if you can confirm.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below I have tried to give the details of parameters passing to method EXECUTE_ASYNCHRONOUS. If it is not clear then please send me your email address to minisap@inbox.com and I will send you the screen shots.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;zMT_HEIR is an OUTPUT Method parameter of method EXECUTE_ASYNCHRONOUS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on zMT_HEIR.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure: zDT_HEIR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLLER	PRXCTRLTAB     (DATA TYPE &amp;#150; table type) MT_HEIR       zDT_HIER1       (DATA TYPE &amp;#150; Structure)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on zDT_HEIR1. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure: zDT_HEIR1 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLLER	PRXCTRLTAB     (DATA TYPE &amp;#150; table type) zMD_HEIR	ZDT_HEIR        (Data type &amp;#150; Structure) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Double click on zMD_HEIR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Structure: zMD_HEIR &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLLER	PRXCTRLTAB     (DATA TYPE &amp;#150; table type) zfield1	               (Data type &amp;#150; STRING)&lt;/P&gt;&lt;P&gt;Zfield2	               (Data type &amp;#150; STRING)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Declaration:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data: ls_output  type zMT_HEIR. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ls_output-MT_HEIR-zMD_HEIR[] = gi_outdata[].&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gi_outdata is an internal table with 3 records.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jun 2007 14:14:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354086#M519938</guid>
      <dc:creator>manoj_goyal2</dc:creator>
      <dc:date>2007-06-18T14:14:45Z</dc:date>
    </item>
    <item>
      <title>Re: Outbound interface using ABAP Proxy</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354087#M519939</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 28 Dec 2015 15:06:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/outbound-interface-using-abap-proxy/m-p/2354087#M519939</guid>
      <dc:creator>pramod_p</dc:creator>
      <dc:date>2015-12-28T15:06:23Z</dc:date>
    </item>
  </channel>
</rss>

