<?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: Custom BAPI creation in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192886#M1909677</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jelena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a way old issue &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1322/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;.&amp;nbsp; &lt;A __default_attr="407165" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="If master data is backbone of ESA then why BDC?" href="https://community.sap.com/"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I did find something back in 2012 that might have solved this issue(see the end of the thread).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 22 Jul 2015 21:08:59 GMT</pubDate>
    <dc:creator>stephenjohannes</dc:creator>
    <dc:date>2015-07-22T21:08:59Z</dc:date>
    <item>
      <title>Custom BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192880#M1909671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I have read so many threads about Vendor master BAPI.Please refer to the link which was posted by me.. &lt;A __default_attr="3656254" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Vendor master create BAPI" href="https://community.sap.com/" modifiedtitle="true" title="Vendor master create BAPI"&gt;&lt;/A&gt; . Is it possibile to create custom BAPI for vendor master using direct 'insert' statement? Anybody has done this before? What SAP suggests about custom BAPI? Please guide me and share if you have any sample.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 11:58:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192880#M1909671</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-22T11:58:52Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192881#M1909672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Remya,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From reading your previous thread, I would not call your approach as creating a custom BAPI nor would I suggest going for insert statements. There is a reason why people do not use inserts directly into the table. This is because we do not know all the dependencies that needs to be executed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead if the class you had mentioned VMD_EI_API has all the methods to create a vendor, then just create a simple RFC thru which you get the required details from the external system and then use the methods of this class to create your vendor.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 13:10:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192881#M1909672</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-22T13:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192882#M1909673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm confused - what is wrong with using BAPI_VENDOR_CREATE? It does seem a bit silly that it just calls the transaction, but still - it's remote-enabled, so what's the problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 19:39:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192882#M1909673</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2015-07-22T19:39:41Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192883#M1909674</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jelena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Even though its remote enabled, how do we pass the data to the transaction?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 19:57:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192883#M1909674</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-22T19:57:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192884#M1909675</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, I see what you mean now. OMG, this is beyond ridiculous! Run Simple my back, jeez...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are many posts on this on SCN, but no solution other than BDC, some shady functions or LSMW.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In any case I agree that updating tables directly seems like a very bad idea. It looks like there is IDoc available (CREMAS...), maybe that would be an option?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 20:43:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192884#M1909675</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2015-07-22T20:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192885#M1909676</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;
&lt;P&gt;Jelena Perfiljeva wrote:&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;OMG, this is beyond ridiculous! Run Simple my back, jeez...&lt;/P&gt;
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_emote jive_macro" src="https://community.sap.com/1322/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am still breaking my head to understand what is the purpose of this BAPI.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;V.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 20:52:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192885#M1909676</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-07-22T20:52:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192886#M1909677</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jelena,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is a way old issue &lt;SPAN __jive_emoticon_name="sad" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1322/images/emoticons/sad.gif"&gt;&lt;/SPAN&gt;.&amp;nbsp; &lt;A __default_attr="407165" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="If master data is backbone of ESA then why BDC?" href="https://community.sap.com/"&gt;&lt;/A&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However I did find something back in 2012 that might have solved this issue(see the end of the thread).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 21:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192886#M1909677</guid>
      <dc:creator>stephenjohannes</dc:creator>
      <dc:date>2015-07-22T21:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192887#M1909678</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm by no means recommending this solution and know very little about it, but in ERP/ECC there is also something called &lt;A href="http://help.sap.com/saphelp_erp60_sp/helpdata/en/77/1dc753b1081d4be10000000a174cb4/content.htm?frameset=/en/13/11c1530e58b44ce10000000a174cb4/frameset.htm&amp;amp;current_toc=/en/f3/f9c5536a51204be10000000a174cb4/plain.htm&amp;amp;node_id=152&amp;amp;show_children=false"&gt;Customer Vendor Integration&lt;/A&gt; (CVI), whereby the SAP Business Partner data gets mapped to/synchonized into Customers/Vendors (and vice versa) residing in the same system and client. The so called SAP Central Business Partner has BAPIs and at least the IS-x modules using BP normally have their own BAPIs to handle their (extended) BP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is nothing "simple" about it, it's lots of redundant data, and it's a "monstrosity" IMO, which I suspect is responsible for slowing down mass changes to Business Partners in our system to a crawl... &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1322/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CVI also has a public Package Interface (FM CVI_EA_INBOUND_MAIN for example), but I have not come across documentation describing how to program to it...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;Jānis&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 22 Jul 2015 22:32:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192887#M1909678</guid>
      <dc:creator>Private_Member_7726</dc:creator>
      <dc:date>2015-07-22T22:32:15Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192888#M1909679</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Stephen, thanks for chiming in. Ah, the good old "there won't be new BAPIs because it's all ES now". Oh, Enterprise Services, where art thou? "&lt;A href="https://en.wikipedia.org/wiki/Straight_and_True"&gt;I had such *** hopes for us&lt;/A&gt;". &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/1322/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt; Since there is no BDC in S/4HANA anymore (from what I've heard) I guess around 2025 SAP will finally develop a straight-forward API for this. Or maybe their competitors will...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 02:43:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192888#M1909679</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2015-07-23T02:43:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom BAPI creation</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192889#M1909680</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;My understanding from the S/4 HANA Deep Dive is that SAP will have a public API for the solution(at least it was stated in the course).&amp;nbsp; I would consider it a major win for everyone if SAP does complete a full public API for S/4 HANA that covers all delivered business processes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take care,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stephen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 13:45:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/custom-bapi-creation/m-p/11192889#M1909680</guid>
      <dc:creator>stephenjohannes</dc:creator>
      <dc:date>2015-07-23T13:45:10Z</dc:date>
    </item>
  </channel>
</rss>

