<?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>Question Re: How to insert ABAP PROXY in customized ABAP program in Technology Q&amp;A</title>
    <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039451#M2222374</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow the below mentioned steps :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. TCode -&amp;gt; SPROXY&lt;/P&gt;&lt;P&gt;2. Go to the SWCv -&amp;gt; Namespace -&amp;gt; Service Interface&lt;/P&gt;&lt;P&gt;3. In Service Interface, you will find your Message Interface&lt;/P&gt;&lt;P&gt;4. Generate this by doing a right click&lt;/P&gt;&lt;P&gt;5. Once done, the proxy will be generated&lt;/P&gt;&lt;P&gt;6. Double click on the proxy name, you will find the Method EXECUTE_ASYNCHRONOUS, which is created automatically&lt;/P&gt;&lt;P&gt;7. Go inside of EXECUTE_ASYNCHRONOUS, it will be all blank. Put your INCLUDE over there.&lt;/P&gt;&lt;P&gt;8. This INCLUDE will have your actual implementation code&lt;/P&gt;&lt;P&gt;9. Once done, activate the proxy&lt;/P&gt;&lt;P&gt;10. Done ... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have more queries.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neetesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neetesh Raj on Aug 20, 2009 12:57 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Aug 2009 18:57:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-20T18:57:22Z</dc:date>
    <item>
      <title>How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaq-p/6039447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello experts,&lt;/P&gt;&lt;P&gt;I am a ABAP developer and I am developing a program to send XML strings to a legacy system using an ABAP PROXY but I have run into a roadblock as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My PI colleagues who know PI but not ABAP have created a ABAP PROXY data type with the structure that I need to be populated from my program but cannot tell me how to get the data into this structure. They have directed me to SERVICE INTERFACES where there is a class and method EXECUTE_ASYNCHRONOUS but this is where we all have a road block. I am not sure whether I have to just use this class and method in my program to populate the data type proxy previously created or whether a completely new proxy has to be created under service interfaces.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any help would be appreciated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 17:05:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaq-p/6039447</guid>
      <dc:creator>former_member852447</dc:creator>
      <dc:date>2009-08-20T17:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039448#M2222371</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PI guys would have created the datatype and message types. Message type is actually holding your payload in XI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Write the program in SE38 and once your programming is done you need to use the class which they have created and populate the data into that class. After sending data to that class then if you want you display an output for your report, you can do that also. Also if your program brings no data then you can use not initial so that it dont send null payload. Hope this gives you some idea.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;---Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 17:20:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039448#M2222371</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T17:20:34Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039449#M2222372</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yes you have to use the method EXECUTE_ASYNCHRONOUS.&lt;/P&gt;&lt;P&gt;Here you will do the implementation.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;METHOD Z***i_&amp;lt;MessageInterface&amp;gt;~execute_asynchronous.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;**** INSERT IMPLEMENTATION HERE **** ***&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  INCLUDE Z**&lt;STRONG&gt;&lt;U&gt;GL&lt;/U&gt;&lt;/STRONG&gt;***.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ENDMETHOD.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inside of the INCLUDE, will be your actual implementation.&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neetesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neetesh Raj on Aug 20, 2009 11:41 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 17:41:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039449#M2222372</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T17:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039450#M2222373</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Neetesh,&lt;/P&gt;&lt;P&gt;Thank you for your reply and I will certainly award you the points but one further question which may sound like very basic but I am really new to this OO stuff so please excuse me .....in the following code METHOD Z**&lt;STRONG&gt;i_&amp;lt;MessageInterface&amp;gt;~execute_asynchronous is the Z&lt;/STRONG&gt;**i_&amp;lt;MessageInterface&amp;gt; is that a method which I have to create and link to the class of 'execute_assynchronous' or is it just an ABAP definition with no class links.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 18:37:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039450#M2222373</guid>
      <dc:creator>former_member852447</dc:creator>
      <dc:date>2009-08-20T18:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039451#M2222374</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please follow the below mentioned steps :-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1. TCode -&amp;gt; SPROXY&lt;/P&gt;&lt;P&gt;2. Go to the SWCv -&amp;gt; Namespace -&amp;gt; Service Interface&lt;/P&gt;&lt;P&gt;3. In Service Interface, you will find your Message Interface&lt;/P&gt;&lt;P&gt;4. Generate this by doing a right click&lt;/P&gt;&lt;P&gt;5. Once done, the proxy will be generated&lt;/P&gt;&lt;P&gt;6. Double click on the proxy name, you will find the Method EXECUTE_ASYNCHRONOUS, which is created automatically&lt;/P&gt;&lt;P&gt;7. Go inside of EXECUTE_ASYNCHRONOUS, it will be all blank. Put your INCLUDE over there.&lt;/P&gt;&lt;P&gt;8. This INCLUDE will have your actual implementation code&lt;/P&gt;&lt;P&gt;9. Once done, activate the proxy&lt;/P&gt;&lt;P&gt;10. Done ... &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you have more queries.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neetesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Neetesh Raj on Aug 20, 2009 12:57 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 18:57:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039451#M2222374</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T18:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039452#M2222375</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please see this blog and the code written by Ravi in abap proxy. He is sending constant values, but you will write your logic and will populate accordingly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But check with your PI guys, which version of PI they are using. If they are using XI 3.0 or PI 7.0 then you need to approach like said above. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But if they have PI 7.1 version then you need to write your code as per this blog:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/michal.krawczyk2/blog/2009/06/20/pixi-abap-proxies-say-goodbye-to-executeasynchronous-method&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;---Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 19:18:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039452#M2222375</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T19:18:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039453#M2222376</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Satish,&lt;/P&gt;&lt;P&gt;We are running PI7.1. is it asking too much if you could give me a point by point instruction as to how to implement the contents of the blog as the blog assumes that you are already an expert in this area. I can see EXECUTE_ASYNCHRONOUS on the service interface but the blog says that you cannot use it. I have already created  a proxy under datatypes and this can be seen on the structure of the parameter OUTPUT on method EXECUTE_ASYNCHRONOUS so just when I thought that I was getting somewhere along comes this blog telling me I cannot use EXECUTE_ASYNCHRONOUS&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, 20 Aug 2009 20:26:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039453#M2222376</guid>
      <dc:creator>former_member852447</dc:creator>
      <dc:date>2009-08-20T20:26:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039454#M2222377</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought you are using 7.0 ... sorry for the confusion.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here are the steps that you can follow for proxy generation for SAP PI 7.1:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TCode - SPROXY&lt;/P&gt;&lt;P&gt;1. The interface objects are ordered according to software component version, namespace and object type.&lt;/P&gt;&lt;P&gt;If no connection to the Integration Repository exists, the system only displays interface objects in the tree structure for which a proxy exists in the system.&lt;/P&gt;&lt;P&gt;2. Choose an interface object for which no proxy already exists. To create a proxy for this interface object, double click the context menu Create Proxy.&lt;/P&gt;&lt;P&gt;3. In the dialog box, specify the name of the package where you want to create the proxy objects. You can also specify a prefix for the names of all objects to be created to avoid naming conflicts with names that already exist in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Result&lt;/P&gt;&lt;P&gt;To generate proxies, the WSDL description of the message interface is read using HTTP.&lt;/P&gt;&lt;P&gt;If no naming conflicts occur during the conversion, you can call the hierarchy of the generated objects from the tab page "Structure". The objects are only then saved in the system once you choose Activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the description is changed in the Integration Repository, you must regenerate the proxy objects&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neetesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 20:39:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039454#M2222377</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T20:39:05Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039455#M2222378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check this thread and code accordingly:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="6360882"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;---Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 21:06:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039455#M2222378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T21:06:38Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039456#M2222379</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Neetesh, I have done all that and created a proxy with the desired fields to populate....do you know what method I would call going forward to fill that proxy created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 21:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039456#M2222379</guid>
      <dc:creator>former_member852447</dc:creator>
      <dc:date>2009-08-20T21:06:58Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039457#M2222380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;David, your method will be created same as the name of your Message Interface. So, you have to use that.&lt;/P&gt;&lt;P&gt;Also, the Class name itself is the method name which you need to call in report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this is helpful in moving ahead.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neetesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 21:13:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039457#M2222380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T21:13:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039458#M2222381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You need to call your service interface method. Please check this thread for some additonal help:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="7456976"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;---Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Aug 2009 21:15:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039458#M2222381</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-20T21:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039459#M2222382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you satish and others, this is beginning to come together. Apparently I do not need to create a service interface proxy as SAP delivers one. I have the following methods. This standard interface also contains the user defined structure that I need to populate&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF_PROXY_BASIS_INTERNAL~CREATE_FRAMEWORK&lt;/P&gt;&lt;P&gt;IF_PROXY_BASIS~GET_PROTOCOL&lt;/P&gt;&lt;P&gt;IF_PROXY_BASIS~GET_TRANSPORT_BINDING&lt;/P&gt;&lt;P&gt;IF_PROXY_CLIENT~EXECUTE&lt;/P&gt;&lt;P&gt;CONSTRUCTOR&lt;/P&gt;&lt;P&gt;EXECUTE_ASYNCHRONOUS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From reading previous correspondence I believe that I need to call EXECUTE_ASYNCHRONOUS in my ABAP program. When I call the above method how do I ensure that the user defined structure in the method is populated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 16:26:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039459#M2222382</guid>
      <dc:creator>former_member852447</dc:creator>
      <dc:date>2009-08-21T16:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039460#M2222383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you activate the proxy, the Data structure from the PI will move into the R3 and will automatically get linked to your data structure, if you have used move-corresponding.&lt;/P&gt;&lt;P&gt;In case the field names are different in PI and your proxy definition, then you will have to manually map the fields in R3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once you activate the proxy, you can see the DT under the ExternalView tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Neetesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 16:44:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039460#M2222383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T16:44:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039461#M2222384</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You debug from your end when you execute the report. If you think the data is populated and if you want to confirm then in sap go to the transaction sxmb_moni and then click on monitor for processed xml messages --&amp;gt; then press F8 --&amp;gt; then you should see a messages --&amp;gt; double click on the last message --&amp;gt; then on the left side click on inbound message --&amp;gt; Payloads --&amp;gt; double click on Main Document --&amp;gt; then in the right bottom screen you can see the payload what you are sending from your proxy. The same payload is going as input to PI. Then you work is done and the same can be seen in PI also. From here your PI developers should take care.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do this only when you have permissions for transaction sxmb_moni. If you dont have then you can ask the PI developers to do the same steps in PI and confirm you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;---Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 16:46:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039461#M2222384</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-21T16:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039462#M2222385</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Satish/Neetesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My user defined structures have indeed moved across but the method EXECUTE_ASYNCHRONOUS executes a deep structure and my user defined structure is deeply buried at the bottom of the layer....is there a way to send data to a deep structure. The proxy is an SAP defined proxy which is the reason there is a deep structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Aug 2009 20:23:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039462#M2222385</guid>
      <dc:creator>former_member852447</dc:creator>
      <dc:date>2009-08-21T20:23:40Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039463#M2222386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My user defined structures have indeed moved across but the method EXECUTE_ASYNCHRONOUS executes a deep structure and my user defined structure is deeply buried at the bottom of the layer....is there a way to send data to a deep structure. The proxy is an SAP defined proxy which is the reason there is a deep structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;---&amp;gt; Since you are using EXECUTE_ASYNCHRONOUS, means using ABAP server proxy..We have handled the data upto 4 level deep . We didn't find any issue in using ABAP code for this. Directly access the data through root node message type , at the run time Proxy will hand over all the data to you in one shot . So use accordingly !!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A substitute,  At the mapping time you can convert hierarchical structure into flat one using PI's available standard node functions .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;that is the beauty of SAP's solution...use whatever you prefer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2009 08:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039463#M2222386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-23T08:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039464#M2222387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Santosh,&lt;/P&gt;&lt;P&gt;Solved problem and got into deep structure. Please advise what you mean by 'root node message type' and 'PI using standard node functions'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2009 17:01:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039464#M2222387</guid>
      <dc:creator>former_member852447</dc:creator>
      <dc:date>2009-08-23T17:01:35Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039465#M2222388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please advise what you mean by 'root node message type' and 'PI using standard node functions'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt;  by root node message type I mean to say to refer the top most hierarchy , which will act as message type and will contain the the data at run time . this will be similar in functionality to any internal table if containing multiple records or a structure if containing single record .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; Node functions are available in PI for taking care of hierarchical structure . basically nodes are created when ever a context change happens . So using node functions and Java made UDF's we can convert the hierarchical structure into flat structure.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For better clarity, Please check !!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/people/sundararamaprasad.subbaraman/blog/2006/02/21/real-example-for-formatbyexample&lt;/P&gt;&lt;P&gt;/people/stefan.grube/blog/2005/12/29/new-functions-in-the-graphical-mapping-tool-xi-30-sp13&lt;/P&gt;&lt;P&gt;/people/sravya.talanki2/blog/2005/12/08/message-mapping-simplified-150-part-ii&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/43/c4cdfc334824478090739c04c4a249/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/43/c4cdfc334824478090739c04c4a249/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2009 17:45:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039465#M2222388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-23T17:45:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to insert ABAP PROXY in customized ABAP program</title>
      <link>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039466#M2222389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Santosh, I have given you the points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 23 Aug 2009 23:31:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/technology-q-a/how-to-insert-abap-proxy-in-customized-abap-program/qaa-p/6039466#M2222389</guid>
      <dc:creator>former_member852447</dc:creator>
      <dc:date>2009-08-23T23:31:59Z</dc:date>
    </item>
  </channel>
</rss>

