<?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 BAPI or FM Or BDC for Tcode VX11N in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-fm-or-bdc-for-tcode-vx11n/m-p/11073867#M1901378</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is that we want create &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Letter of credit or Bank Guarantee financial document using tcode VX11N through third party software.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Actually this is SAP Inbound Scenario &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Third Party Software ---&amp;gt; PI ( using Proxy Adopter ) ----&amp;gt; SAP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest either BAPI or FM or BDC or any other way &lt;SPAN style="font-size: 13.3333330154419px;"&gt;should use &lt;/SPAN&gt;to upload inbound data in SAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 27 May 2015 04:54:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2015-05-27T04:54:02Z</dc:date>
    <item>
      <title>BAPI or FM Or BDC for Tcode VX11N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-fm-or-bdc-for-tcode-vx11n/m-p/11073867#M1901378</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My requirement is that we want create &lt;SPAN style="font-size: 13.3333330154419px;"&gt;Letter of credit or Bank Guarantee financial document using tcode VX11N through third party software.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Actually this is SAP Inbound Scenario &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 13.3333330154419px;"&gt;Third Party Software ---&amp;gt; PI ( using Proxy Adopter ) ----&amp;gt; SAP&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone suggest either BAPI or FM or BDC or any other way &lt;SPAN style="font-size: 13.3333330154419px;"&gt;should use &lt;/SPAN&gt;to upload inbound data in SAP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 04:54:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-fm-or-bdc-for-tcode-vx11n/m-p/11073867#M1901378</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-27T04:54:02Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI or FM Or BDC for Tcode VX11N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-fm-or-bdc-for-tcode-vx11n/m-p/11073868#M1901379</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;The generic steps which we follow to get the BAPI/Class for any transaction is get the package of the class ( in your case its VEI - we get package from the Status - Program, then go to SE38 and enter program name and check its Object Directory Entry) Then key in the package in SE24/SE37 and you will get a list of all asociated Classes/FMs. Now you need to read individual documentation and figure out the appropriate one. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tried but could not get any suitable BAPI. In code I could see -&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;within include &lt;STRONG&gt;MV86EF99 &lt;/STRONG&gt;form&amp;nbsp; &lt;STRONG&gt;add_new_node&amp;nbsp; &lt;/STRONG&gt;which might help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 05:34:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-fm-or-bdc-for-tcode-vx11n/m-p/11073868#M1901379</guid>
      <dc:creator>Ankit_Maskara</dc:creator>
      <dc:date>2015-05-27T05:34:10Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI or FM Or BDC for Tcode VX11N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-fm-or-bdc-for-tcode-vx11n/m-p/11073869#M1901380</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for response...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I checked but need to post LC or BG ( &lt;SPAN style="color: #333333; font-size: 13.3333330154419px;"&gt;Letter of credit or Bank Guarantee ) financial document automatically when data will come from PI system in sap. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it possible that we could create financial document (LC or BG ) through third party system vai BAPI or IDOC.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 08:41:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-fm-or-bdc-for-tcode-vx11n/m-p/11073869#M1901380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2015-05-27T08:41:46Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI or FM Or BDC for Tcode VX11N</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-fm-or-bdc-for-tcode-vx11n/m-p/11073870#M1901381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As I already mentioned I could not locate any suitable BAPI. Please wait for advice from other mentors else you need to do a BDC recording and schedule the same to run to take care of automatic creation of LC/BG.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 May 2015 04:39:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-or-fm-or-bdc-for-tcode-vx11n/m-p/11073870#M1901381</guid>
      <dc:creator>Ankit_Maskara</dc:creator>
      <dc:date>2015-05-28T04:39:31Z</dc:date>
    </item>
  </channel>
</rss>

