<?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: ABAP PROXY in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy/m-p/5925486#M1332267</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proxy for web services? What is the difficulty to fill a complex structure? Moreover, the" difficulty" is not related to proxy. Could you give more clues? (as you can see, nobody understood the question)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Jul 2009 22:19:51 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2009-07-18T22:19:51Z</dc:date>
    <item>
      <title>ABAP PROXY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy/m-p/5925485#M1332266</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi ,&lt;/P&gt;&lt;P&gt;Could any one please tell me how to fill a proxy structure which is a deep stucture?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2009 06:13:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy/m-p/5925485#M1332266</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-18T06:13:31Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP PROXY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy/m-p/5925486#M1332267</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;proxy for web services? What is the difficulty to fill a complex structure? Moreover, the" difficulty" is not related to proxy. Could you give more clues? (as you can see, nobody understood the question)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jul 2009 22:19:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy/m-p/5925486#M1332267</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-07-18T22:19:51Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP PROXY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy/m-p/5925487#M1332268</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;All the Proxies when generated using SPROXY or SE80(webservice proxies) will generate the Proxy class and the methods inside the class..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hence you need to first initiate the class using an object and then fill the method is in the class &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 19 Jul 2009 13:59:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy/m-p/5925487#M1332268</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-19T13:59:33Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP PROXY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy/m-p/5925488#M1332269</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am also curious about the proxy process.  Please let me know if you know of a post that has mentioned this before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have to customize our Delivery Schedule Notification proxy.  I already regenerated the standard one into a Z proxy name.  I already put in my custom code to load Z fields into a Z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is my new problem.  The users wants more additional fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the standard proxy generated layout for this structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;/SCA/BIF_S_DELIVERY_SCHEDULE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLLER&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;TYPE_CODE&lt;/P&gt;&lt;P&gt;CREATION_DATE_TIME&lt;/P&gt;&lt;P&gt;BUYER_PARTY&lt;/P&gt;&lt;P&gt;VENDOR_PARTY&lt;/P&gt;&lt;P&gt;BILL_TO_PARTY&lt;/P&gt;&lt;P&gt;NOTE&lt;/P&gt;&lt;P&gt;ITEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the new proxy generated layout for this structure:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ZDELIVERY_SCHEDULE_NOTIFICATIO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CONTROLLER&lt;/P&gt;&lt;P&gt;ID&lt;/P&gt;&lt;P&gt;TYPE_CODE&lt;/P&gt;&lt;P&gt;CREATION_DATE_TIME&lt;/P&gt;&lt;P&gt;BUYER_PARTY&lt;/P&gt;&lt;P&gt;VENDOR_PARTY&lt;/P&gt;&lt;P&gt;SUPPLYING_VENDOR&lt;/P&gt;&lt;P&gt;BILL_TO_PARTY&lt;/P&gt;&lt;P&gt;NOTE&lt;/P&gt;&lt;P&gt;ITEM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notice that SUPPLYING_VENDOR is the new field.  VENDOR_PARTY is already loaded into the system.  How can I get SUPPLYING_VENDOR loaded into the database?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance for your assistance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Jul 2009 20:12:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy/m-p/5925488#M1332269</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-28T20:12:19Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP PROXY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy/m-p/5925489#M1332270</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please, as your reply is not related to Anand question (which is quite unclear), you should not post a reply but create a new thread (please read forum rules).&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 09:46:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy/m-p/5925489#M1332270</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-07-29T09:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: ABAP PROXY</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy/m-p/5925490#M1332271</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;New thread has been posted&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="7938980"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please provide assistance.&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>Wed, 29 Jul 2009 12:19:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/abap-proxy/m-p/5925490#M1332271</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-29T12:19:22Z</dc:date>
    </item>
  </channel>
</rss>

