<?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: reg. abap proxy class in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-proxy-class/m-p/3898473#M935649</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to your class by double clicking on the implementing class name. Next double click on the interface method which is implemented. Here do your coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this automatically called, can't say that it does, but then again, I'm no XI guru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 May 2008 14:48:42 GMT</pubDate>
    <dc:creator>Sm1tje</dc:creator>
    <dc:date>2008-05-29T14:48:42Z</dc:date>
    <item>
      <title>reg. abap proxy class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-proxy-class/m-p/3898472#M935648</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;i have a requirement where i need to pull data from target sap system from XI and pass it back to XI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message interface has been created in XI. Now in the target SAP system, using SPROXY, i select the MI and choose "Create" menu option. i am asked a package name and prefix, i enter and then if i am right an implementing class is created with the prefix i gave, for e.g. zxxx_MI_ccc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now in the structure tab, i am able to see the interface name, the method execute_synchronous, importing, exporting and all the message types (MT).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now where do I write the code which will select the data from sap tables and populate the exporting structures/tables ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and my understanding is that this class will be automatically callled by XI and once the structures/tables are populated, the values will be pushed back to source system via XI and I need not do anything ! am i right ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kindly guide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 14:35:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-proxy-class/m-p/3898472#M935648</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T14:35:18Z</dc:date>
    </item>
    <item>
      <title>Re: reg. abap proxy class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-proxy-class/m-p/3898473#M935649</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;go to your class by double clicking on the implementing class name. Next double click on the interface method which is implemented. Here do your coding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this automatically called, can't say that it does, but then again, I'm no XI guru.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 14:48:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-proxy-class/m-p/3898473#M935649</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-29T14:48:42Z</dc:date>
    </item>
    <item>
      <title>Re: reg. abap proxy class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-proxy-class/m-p/3898474#M935650</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok Micky, I am trying to write the code in the method EXECUTE_SYNCHRONOUS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when i click the signature button, i can see the parameters and the type spec shows the type name. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now how do i access that import parameter in the code ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 16:56:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-proxy-class/m-p/3898474#M935650</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T16:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: reg. abap proxy class</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-proxy-class/m-p/3898475#M935651</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;the same as when you do with FM for example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let's say signature is like this:&lt;/P&gt;&lt;P&gt;importing is_test which is a structure with fields a,b and c.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now in the method coding you can access these fields:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;lv_field = is_test-a.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 19:07:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reg-abap-proxy-class/m-p/3898475#M935651</guid>
      <dc:creator>Sm1tje</dc:creator>
      <dc:date>2008-05-29T19:07:39Z</dc:date>
    </item>
  </channel>
</rss>

