<?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 problem with bapi to create purchase requisition in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-create-purchase-requisition/m-p/2195223#M468426</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a requirement that to upload details of procurement into Z table with a temporary PR. Could u please suggest the procedure or bapi to upload datainto Z table.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 25 Apr 2007 14:25:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-04-25T14:25:42Z</dc:date>
    <item>
      <title>problem with bapi to create purchase requisition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-create-purchase-requisition/m-p/2195223#M468426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I got a requirement that to upload details of procurement into Z table with a temporary PR. Could u please suggest the procedure or bapi to upload datainto Z table.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 14:25:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-create-purchase-requisition/m-p/2195223#M468426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T14:25:42Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bapi to create purchase requisition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-create-purchase-requisition/m-p/2195224#M468427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will not have any BAPIs to upload  Custom tables.&lt;/P&gt;&lt;P&gt;YOu can directly use the following statements to update the z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;get the data into your internal table.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;modify ztable from table itab.&lt;/P&gt;&lt;P&gt;commit work.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 14:30:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-create-purchase-requisition/m-p/2195224#M468427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T14:30:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bapi to create purchase requisition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-create-purchase-requisition/m-p/2195225#M468428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You cant upload the data into Ztables from standard BAPIs, go ahead by INSERT or UPDATE or MODIFY statements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Basha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Apr 2007 14:38:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-create-purchase-requisition/m-p/2195225#M468428</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-25T14:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bapi to create purchase requisition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-create-purchase-requisition/m-p/2195226#M468429</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; For above requirement i am suppose to develop a FM which upload the data from front end to DB. Forthat I am taking following steps is it ok or not suggest me.&lt;/P&gt;&lt;P&gt;1.call function module bapi_pr_create&lt;/P&gt;&lt;P&gt;2.fill local structure with bapi structure if PR number is created.&lt;/P&gt;&lt;P&gt;3.update data into Z table&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 03:23:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-create-purchase-requisition/m-p/2195226#M468429</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T03:23:00Z</dc:date>
    </item>
    <item>
      <title>Re: problem with bapi to create purchase requisition</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-create-purchase-requisition/m-p/2195227#M468430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 26 Apr 2007 06:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-with-bapi-to-create-purchase-requisition/m-p/2195227#M468430</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-04-26T06:17:54Z</dc:date>
    </item>
  </channel>
</rss>

