<?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: BDC processing using call transaction in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-using-call-transaction/m-p/10577025#M1859760</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;If I do not want to use object oriented ABAP, is there any other way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Sep 2014 09:53:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-09-26T09:53:02Z</dc:date>
    <item>
      <title>BDC processing using call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-using-call-transaction/m-p/10577023#M1859758</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="color: #000000;"&gt;Hi,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;The requirement is to post data from SAP PI to SAP ECC through ABAP Proxy/RFC.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Since there is no standard function module/BAPI available for our requirement we need to follow the BDC approach.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Question is how are we achieving this in ABAP server Proxy code?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Is the FM&lt;/SPAN&gt; '&lt;SPAN lang="PT" style="font-family: 'Courier New'; color: #a31515; font-size: 10pt;"&gt;RFC_CALL_TRANSACTION_USING' &lt;SPAN style="color: #000000; font-family: arial,helvetica,sans-serif;"&gt;of any use?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 09:40:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-using-call-transaction/m-p/10577023#M1859758</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-26T09:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: BDC processing using call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-using-call-transaction/m-p/10577024#M1859759</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hi Ashirbani,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can do BDC code in Proxy method, usually the BDC will be having two main subroutines to fill the BDCDATA internal table, but here we should write those subroutines as methods and call them as per the recording of the business transaction. Pls check below link, it'll be useful for your requirement&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="94089" __jive_macro_name="blogpost" class="jive_macro jive_macro_blogpost" data-orig-content="BDC Program with OOABAP" href="https://community.sap.com/" modifiedtitle="true" title="BDC Program with OOABAP"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Raju C D&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 09:47:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-using-call-transaction/m-p/10577024#M1859759</guid>
      <dc:creator>rajucd81</dc:creator>
      <dc:date>2014-09-26T09:47:37Z</dc:date>
    </item>
    <item>
      <title>Re: BDC processing using call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-using-call-transaction/m-p/10577025#M1859760</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;If I do not want to use object oriented ABAP, is there any other way?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 09:53:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-using-call-transaction/m-p/10577025#M1859760</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-09-26T09:53:02Z</dc:date>
    </item>
    <item>
      <title>Re: BDC processing using call transaction</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-using-call-transaction/m-p/10577026#M1859761</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can do it, you write all BDC code in a custom Function Module and call that FM in the Proxy method .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is easy if you follow the given blog.., there is not much OOABAP involved in that development.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2014 09:57:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bdc-processing-using-call-transaction/m-p/10577026#M1859761</guid>
      <dc:creator>rajucd81</dc:creator>
      <dc:date>2014-09-26T09:57:22Z</dc:date>
    </item>
  </channel>
</rss>

