<?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: BAPI in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3132844#M744339</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;step1: converting legacy data to SAP data (like C, N , D etc...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before passing data to BAPI, the input format should be in BAPI format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex. FM:BAPI_MATERIAL_SAVEDATA&lt;/P&gt;&lt;P&gt;Tables: TABLES&lt;/P&gt;&lt;P&gt;  materialdescription  = gt_materialdescription&lt;/P&gt;&lt;P&gt;  unitsofmeasure       = &lt;/P&gt;&lt;P&gt;  unitsofmeasurex      = &lt;/P&gt;&lt;P&gt;  internationalartnos  = &lt;/P&gt;&lt;P&gt;  materiallongtext     = &lt;/P&gt;&lt;P&gt;  taxclassifications   = &lt;/P&gt;&lt;P&gt;  prtdata              = &lt;/P&gt;&lt;P&gt;  prtdatax             = &lt;/P&gt;&lt;P&gt;  extensionin          = &lt;/P&gt;&lt;P&gt;  extensioninx         = &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these table types should be match with bapi table structures..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it means that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gt_materialdescription type table of bapi_makt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Dec 2007 16:55:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-12-06T16:55:06Z</dc:date>
    <item>
      <title>BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3132842#M744337</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;Is bapis expect the data in sap format ?&lt;/P&gt;&lt;P&gt;in BAPI programs we upload the data from legacy to internal tables and we assign these itabs to BAPI structures. Then where we convert these legacy data to sap data format ? Is BAPI automatically convert the legacy data into sap format and process it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 08:58:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3132842#M744337</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T08:58:01Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3132843#M744338</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi&lt;/P&gt;&lt;P&gt;Data should be in SAP format. You are taking legacy data into internal table means you are passing data as sap format only because internal table fields are sap fields only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if it dose any help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Siva Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 12:43:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3132843#M744338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T12:43:11Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3132844#M744339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;step1: converting legacy data to SAP data (like C, N , D etc...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;before passing data to BAPI, the input format should be in BAPI format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for ex. FM:BAPI_MATERIAL_SAVEDATA&lt;/P&gt;&lt;P&gt;Tables: TABLES&lt;/P&gt;&lt;P&gt;  materialdescription  = gt_materialdescription&lt;/P&gt;&lt;P&gt;  unitsofmeasure       = &lt;/P&gt;&lt;P&gt;  unitsofmeasurex      = &lt;/P&gt;&lt;P&gt;  internationalartnos  = &lt;/P&gt;&lt;P&gt;  materiallongtext     = &lt;/P&gt;&lt;P&gt;  taxclassifications   = &lt;/P&gt;&lt;P&gt;  prtdata              = &lt;/P&gt;&lt;P&gt;  prtdatax             = &lt;/P&gt;&lt;P&gt;  extensionin          = &lt;/P&gt;&lt;P&gt;  extensioninx         = &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;these table types should be match with bapi table structures..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it means that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;gt_materialdescription type table of bapi_makt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 16:55:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3132844#M744339</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T16:55:06Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3132845#M744340</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sekhar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BAPI-step by step procedure&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.sapgenie.com/abap/bapi/example.htm" target="test_blank"&gt;http://www.sapgenie.com/abap/bapi/example.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;list of all BAPI's&lt;/P&gt;&lt;P&gt;&lt;A href="http://www.planetsap.com/LIST_ALL_BAPIs.htm" target="test_blank"&gt;http://www.planetsap.com/LIST_ALL_BAPIs.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Satish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Dec 2007 16:56:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi/m-p/3132845#M744340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-12-06T16:56:18Z</dc:date>
    </item>
  </channel>
</rss>

