<?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: Standard BAPI to make changes in the Database in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030177#M1700221</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot change the master information, like material number, customer number, master material type etc which are the key fields. But you can change the non-key fields. There is no such standard BAPI which does all the functions. There are different BAPI's which does the required function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction BAPI has all the information related to the functional area. You can search the type of BAPI which are required. Explore more in this transaction and you will come to know more about the functions of each BAPI. There cannot be a single standard BAPI for all the functions in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hardik Mehta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 31 Oct 2012 10:06:41 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-10-31T10:06:41Z</dc:date>
    <item>
      <title>Standard BAPI to make changes in the Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030173#M1700217</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;I am looking for the standard BAPI which helps to make changes in the database tables ie Bapi could be either for Material, Sales, Finance, Production.&lt;/P&gt;&lt;P&gt;My requirement is that the Bapi modify the database, could be anything delete,insert,edit etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope you understand the issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ankit jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 08:55:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030173#M1700217</guid>
      <dc:creator>former_member213263</dc:creator>
      <dc:date>2012-10-31T08:55:49Z</dc:date>
    </item>
    <item>
      <title>Re: Standard BAPI to make changes in the Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030174#M1700218</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;Actually SAP uses the analogy of objects. You should try transaction BAPI to find the different functions you need. You will find specific ones for create, modify and getlist and more.&lt;/P&gt;&lt;P&gt;...and don't forget the online help!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 09:24:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030174#M1700218</guid>
      <dc:creator>Phillip_Morgan</dc:creator>
      <dc:date>2012-10-31T09:24:36Z</dc:date>
    </item>
    <item>
      <title>Re: Standard BAPI to make changes in the Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030175#M1700219</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi phillip,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Say i need a BAPI to edit material information ie the material no, mat desc, mat type etc and the changes should reflect in the System's Database.&lt;/P&gt;&lt;P&gt;help me with the standard bapi name.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ankit jain&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 09:33:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030175#M1700219</guid>
      <dc:creator>former_member213263</dc:creator>
      <dc:date>2012-10-31T09:33:14Z</dc:date>
    </item>
    <item>
      <title>Re: Standard BAPI to make changes in the Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030176#M1700220</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;You could use bapi_material_savedata.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 09:57:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030176#M1700220</guid>
      <dc:creator>laurent_fournier2</dc:creator>
      <dc:date>2012-10-31T09:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Standard BAPI to make changes in the Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030177#M1700221</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ankit,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cannot change the master information, like material number, customer number, master material type etc which are the key fields. But you can change the non-key fields. There is no such standard BAPI which does all the functions. There are different BAPI's which does the required function. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Transaction BAPI has all the information related to the functional area. You can search the type of BAPI which are required. Explore more in this transaction and you will come to know more about the functions of each BAPI. There cannot be a single standard BAPI for all the functions in SAP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Hardik Mehta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 10:06:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030177#M1700221</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-10-31T10:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: Standard BAPI to make changes in the Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030178#M1700222</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi laurent,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this bapi going to make changes in the database.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks &lt;/P&gt;&lt;P&gt;Ankit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 10:08:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030178#M1700222</guid>
      <dc:creator>former_member213263</dc:creator>
      <dc:date>2012-10-31T10:08:10Z</dc:date>
    </item>
    <item>
      <title>Re: Standard BAPI to make changes in the Database</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030179#M1700223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Call transaction BAPI and navigate thru logistics and Material management, the BAPI respect name conventions, so look for BAPI with trailing CREATE, CHANGE, SAVEDATA, SAVEREPLICA. Also check version and release dates.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Raymond&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 Oct 2012 10:54:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/standard-bapi-to-make-changes-in-the-database/m-p/9030179#M1700223</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2012-10-31T10:54:35Z</dc:date>
    </item>
  </channel>
</rss>

