<?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: Error while creating a PR in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921536#M1331608</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;Try filling these tables with these values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;praccount-preq_item = '10'. &lt;/P&gt;&lt;P&gt;praccount-serial_no = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;praccountx-preq_item = '10'.&lt;/P&gt;&lt;P&gt;praccountx-serial_no = '1'.&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;Leonard Chomi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: leonard chomi on Jul 30, 2009 9:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 30 Jul 2009 01:18:02 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-07-30T01:18:02Z</dc:date>
    <item>
      <title>Error while creating a PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921531#M1331603</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is a strange error encountered while creating a PR using &lt;STRONG&gt;BAPI_PR_CREATE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The error is &lt;STRONG&gt;Enter a G/L Account&lt;/STRONG&gt;. Even when I am providing with the G/L Account number.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is one input field as &lt;STRONG&gt;SERIAL_NO&lt;/STRONG&gt; in tables &lt;STRONG&gt;PRACCOUNT&lt;/STRONG&gt; and &lt;STRONG&gt;PRACCOUNTX&lt;/STRONG&gt;. If I leave it as &lt;STRONG&gt;00&lt;/STRONG&gt; then it gives an error and no PR is created.&lt;/P&gt;&lt;P&gt;If I give &lt;STRONG&gt;SERIAL_NO&lt;/STRONG&gt; as &lt;STRONG&gt;01&lt;/STRONG&gt; in tables &lt;STRONG&gt;PRACCOUNT&lt;/STRONG&gt; and &lt;STRONG&gt;PRACCOUNTX&lt;/STRONG&gt;, then also it gives the same error but now PR is created simultaneouly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Using the same details if I execute &lt;STRONG&gt;BAPI_REQUISITION_CREATE&lt;/STRONG&gt; and &lt;STRONG&gt;SERIAL_NO&lt;/STRONG&gt; as &lt;STRONG&gt;00&lt;/STRONG&gt;, the PR is successfully created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest where am I going wrong....?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 18:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921531#M1331603</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-07-29T18:50:39Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921532#M1331604</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;can you please pass the 10 digit G/L acc..if not then u have to do pass thru foll FM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Padding zeros&lt;/P&gt;&lt;P&gt;CONVERSION_EXIT_ALPHA_INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;also check in PRACCOUNTX-GL_ACCOUNT = 'X' else u ll get error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;cheers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Madan Gopal Sharma on Jul 29, 2009 9:03 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 19:02:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921532#M1331604</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-29T19:02:33Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921533#M1331605</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I dont think using the conversion routine will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And I am already passing &lt;STRONG&gt;PRACCOUNTX-GL_ACCOUNT = 'X'&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still looking for useful pointers&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 20:00:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921533#M1331605</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-07-29T20:00:05Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921534#M1331606</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you filling both&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
it_praccount-serial_no = '01'.

lt_praccountx-serial_no = '01'.
lt_praccountx-serial_nox = abap_true.  " &amp;lt;&amp;lt;&amp;lt;&amp;lt;--
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;a®&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 20:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921534#M1331606</guid>
      <dc:creator>former_member194669</dc:creator>
      <dc:date>2009-07-29T20:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921535#M1331607</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But even passing those details, I get the same error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 29 Jul 2009 20:15:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921535#M1331607</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-07-29T20:15:32Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921536#M1331608</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;Try filling these tables with these values:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;praccount-preq_item = '10'. &lt;/P&gt;&lt;P&gt;praccount-serial_no = '1'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;praccountx-preq_item = '10'.&lt;/P&gt;&lt;P&gt;praccountx-serial_no = '1'.&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;Leonard Chomi&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: leonard chomi on Jul 30, 2009 9:31 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 01:18:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921536#M1331608</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-07-30T01:18:02Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921537#M1331609</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 already passing these details.&lt;/P&gt;&lt;P&gt;But still the same error is returned &lt;STRONG&gt;"Enter a G/L Account"&lt;/STRONG&gt; and a PR number is also created at the same time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I am really confused though PR is created and error message returned as well.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still looking for some useful pointers..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 30 Jul 2009 13:57:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921537#M1331609</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-07-30T13:57:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921538#M1331610</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;Any pointers why the error &lt;STRONG&gt;"Enter a G/L account"&lt;/STRONG&gt; is coming even though the Purchase Requisition number is created...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks &amp;amp; Regards,&lt;/P&gt;&lt;P&gt;Tarun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Aug 2009 14:00:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921538#M1331610</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-08-03T14:00:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921539#M1331611</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;did you pass controlling area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    &lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;move item_no to it_account-preq_item.
    move item_no to it_accountx-preq_item.
    move 'X' to it_accountx-preq_itemx.


    srno =  1.
    move srno    to it_account-serial_no.
    move srno to it_accountx-serial_no.


    move vit_ss_recs-menge_ss
                 to it_account-quantity.
    move 'X' to it_accountx-quantity.

    move det_acct-wbs_element
                 to it_account-wbs_element.

    move 'X' to it_accountx-wbs_element.

    move det_acct-gl_account to it_account-gl_account.
    move 'X' to it_accountx-gl_account.

    move '0003' to it_account-co_area.
    move 'X' to it_accountx-co_area.

    append it_account.
    append it_accountx.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 05:39:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921539#M1331611</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-10T05:39:07Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921540#M1331612</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your reply..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I passed the same details, but again I get the error &lt;STRONG&gt;"Enter G/L Account"&lt;/STRONG&gt; and PR is also created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Actually I am reading the &lt;STRONG&gt;return&lt;/STRONG&gt; table with message type &lt;STRONG&gt;E&lt;/STRONG&gt; in which I get the above mentioned error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am not able to eliminate this error even though PR is created.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Still waiting for any useful pointerss...!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Tarun Gambhir&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Tarun Gambhir on Aug 17, 2009 10:35 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Aug 2009 05:48:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921540#M1331612</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-08-10T05:48:09Z</dc:date>
    </item>
    <item>
      <title>Re: Error while creating a PR</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921541#M1331613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Seems that no new advice on this.&lt;/P&gt;&lt;P&gt;So closing this thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Sep 2009 07:20:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-while-creating-a-pr/m-p/5921541#M1331613</guid>
      <dc:creator>I355602</dc:creator>
      <dc:date>2009-09-14T07:20:17Z</dc:date>
    </item>
  </channel>
</rss>

