<?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 Function module BAPI_PR_CREATE in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-pr-create/m-p/8629514#M1664685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using fucntion module BAPI_PR_CREATE for creating purchase requisition. here PR number is created but not showing while go and check in ME53N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I tested to  create manually using ME51N then next number is craeted then it is showing details PR.&lt;/P&gt;&lt;P&gt;But while creating PR using FM is not showing in ME53N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please can suggest the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BBC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 08 Mar 2012 06:29:43 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-03-08T06:29:43Z</dc:date>
    <item>
      <title>Function module BAPI_PR_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-pr-create/m-p/8629514#M1664685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am using fucntion module BAPI_PR_CREATE for creating purchase requisition. here PR number is created but not showing while go and check in ME53N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then I tested to  create manually using ME51N then next number is craeted then it is showing details PR.&lt;/P&gt;&lt;P&gt;But while creating PR using FM is not showing in ME53N&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please can suggest the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BBC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 06:29:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-pr-create/m-p/8629514#M1664685</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-08T06:29:43Z</dc:date>
    </item>
    <item>
      <title>Re: Function module BAPI_PR_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-pr-create/m-p/8629515#M1664686</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;what is exactly your issue here:&lt;/P&gt;&lt;P&gt;- no PR is being generated ? --&amp;gt; Did you commit the changes?&lt;/P&gt;&lt;P&gt;- or PR number is not appearing automatically in ME53n?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Dev.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 06:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-pr-create/m-p/8629515#M1664686</guid>
      <dc:creator>dev_parbutteea</dc:creator>
      <dc:date>2012-03-08T06:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Function module BAPI_PR_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-pr-create/m-p/8629516#M1664687</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 have to call BAPI_TRANSACTION_COMMIT after the BAPI_PR_CREATE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You have execute the entire program, Like if you check once the BAPI_PR_CREATE is executed it will not show the PR in ME53N.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So execute the program completely and check in ME53N or EBAN table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rajesh V&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 06:52:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-pr-create/m-p/8629516#M1664687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-08T06:52:21Z</dc:date>
    </item>
    <item>
      <title>Re: Function module BAPI_PR_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-pr-create/m-p/8629517#M1664688</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;First read the function module document and make sure the mandatory fields that has to pass.(Those details will be in that document) or check where used list and check the existing bapi.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;After the call of PR BAPI &lt;STRONG&gt;CALL BAPI_TRANSACTION_COMMIT&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;THEN &lt;STRONG&gt;CALL BAPI_TRANSACTION_ROLLBACK.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&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;Pradeep.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 08:41:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-pr-create/m-p/8629517#M1664688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-08T08:41:50Z</dc:date>
    </item>
    <item>
      <title>Re: Function module BAPI_PR_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-pr-create/m-p/8629518#M1664689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;resolved. Thank for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 09:18:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-pr-create/m-p/8629518#M1664689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-08T09:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Function module BAPI_PR_CREATE</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-pr-create/m-p/8629519#M1664690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;resolved. Thanks for your help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 08 Mar 2012 09:18:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/function-module-bapi-pr-create/m-p/8629519#M1664690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-03-08T09:18:44Z</dc:date>
    </item>
  </channel>
</rss>

