<?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 BAPI - urgent in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-urgent/m-p/1738273#M320987</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i got error message as following  this is module program &lt;/P&gt;&lt;P&gt;sales org: FR13 , Ditribution channel : FE sold to party :3548  Project extn :68272&lt;/P&gt;&lt;P&gt; thén click CREATE Project button it will take to next screen after entering COST CENTER ; NET VALUE then Click SAVE button it is giving error like this ...can you help me out  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP runtime errors    MESSAGE_TYPE_X &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information on where termination occurred                                                                                &lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP/4 program "SAPLPS_BAPI " in          &lt;/P&gt;&lt;P&gt;"CHK_PRECOMMIT".                                                          &lt;/P&gt;&lt;P&gt;The main program was "SAPDY01A ".                                                                                &lt;/P&gt;&lt;P&gt;The termination occurred in line 24                                       &lt;/P&gt;&lt;P&gt;of the source code of program "LPS_BAPIF01 " (when calling the editor 240)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ------------------------------------------------                                                     &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;***INCLUDE LPS_BAPIF01 .                                &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ---------------------------------------------                                                  &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&amp;amp;                                                      &lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  CHK_PRECOMMIT                             &lt;/P&gt;&lt;P&gt;*&amp;amp;                                                      &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      check precommit                                 &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;FORM chk_precommit.                                                                                &lt;/P&gt;&lt;P&gt;DATA: chk_precommit_ok TYPE c,                        &lt;/P&gt;&lt;P&gt;        chk_error        type c.                                                                                &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'PS_FLAG_GET_GLOBAL_FLAGS'              &lt;/P&gt;&lt;P&gt;       IMPORTING                                        &lt;/P&gt;&lt;P&gt;            e_precommit_ok = chk_precommit_ok           &lt;/P&gt;&lt;P&gt;            e_error        = chk_error.                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF chk_precommit_ok = space.                          &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Precommit wurde noch nicht aufgerufen.              &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    MESSAGE x030(cnif_pi).                              &lt;/P&gt;&lt;P&gt;  ELSEIF chk_precommit_ok &amp;lt;&amp;gt; 'Y'.                       &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Precommit wurde nicht erfolgreich durchlaufen.      &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    MESSAGE x033(cnif_pi).                              &lt;/P&gt;&lt;P&gt;  elseif not chk_error is initial.                      &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  At least one single BAPI failed                     &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajendren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Dec 2006 09:28:50 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-12T09:28:50Z</dc:date>
    <item>
      <title>BAPI - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-urgent/m-p/1738273#M320987</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; i got error message as following  this is module program &lt;/P&gt;&lt;P&gt;sales org: FR13 , Ditribution channel : FE sold to party :3548  Project extn :68272&lt;/P&gt;&lt;P&gt; thén click CREATE Project button it will take to next screen after entering COST CENTER ; NET VALUE then Click SAVE button it is giving error like this ...can you help me out  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ABAP runtime errors    MESSAGE_TYPE_X &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Information on where termination occurred                                                                                &lt;/P&gt;&lt;P&gt;The termination occurred in the ABAP/4 program "SAPLPS_BAPI " in          &lt;/P&gt;&lt;P&gt;"CHK_PRECOMMIT".                                                          &lt;/P&gt;&lt;P&gt;The main program was "SAPDY01A ".                                                                                &lt;/P&gt;&lt;P&gt;The termination occurred in line 24                                       &lt;/P&gt;&lt;P&gt;of the source code of program "LPS_BAPIF01 " (when calling the editor 240)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; ------------------------------------------------                                                     &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;***INCLUDE LPS_BAPIF01 .                                &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;    ---------------------------------------------                                                  &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;*&amp;amp;                                                      &lt;/P&gt;&lt;P&gt;*&amp;amp;      Form  CHK_PRECOMMIT                             &lt;/P&gt;&lt;P&gt;*&amp;amp;                                                      &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;      check precommit                                 &lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;FORM chk_precommit.                                                                                &lt;/P&gt;&lt;P&gt;DATA: chk_precommit_ok TYPE c,                        &lt;/P&gt;&lt;P&gt;        chk_error        type c.                                                                                &lt;/P&gt;&lt;P&gt;CALL FUNCTION 'PS_FLAG_GET_GLOBAL_FLAGS'              &lt;/P&gt;&lt;P&gt;       IMPORTING                                        &lt;/P&gt;&lt;P&gt;            e_precommit_ok = chk_precommit_ok           &lt;/P&gt;&lt;P&gt;            e_error        = chk_error.                 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  IF chk_precommit_ok = space.                          &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Precommit wurde noch nicht aufgerufen.              &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    MESSAGE x030(cnif_pi).                              &lt;/P&gt;&lt;P&gt;  ELSEIF chk_precommit_ok &amp;lt;&amp;gt; 'Y'.                       &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  Precommit wurde nicht erfolgreich durchlaufen.      &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;    MESSAGE x033(cnif_pi).                              &lt;/P&gt;&lt;P&gt;  elseif not chk_error is initial.                      &lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  At least one single BAPI failed                     &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Rajendren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 09:28:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-urgent/m-p/1738273#M320987</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T09:28:50Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-urgent/m-p/1738274#M320988</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you please post here the TCODE you're using?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 11:11:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-urgent/m-p/1738274#M320988</guid>
      <dc:creator>former_member199581</dc:creator>
      <dc:date>2006-12-12T11:11:12Z</dc:date>
    </item>
    <item>
      <title>Re: BAPI - urgent</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-urgent/m-p/1738275#M320989</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Tcode - YCJ20b&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Dec 2006 12:57:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/bapi-urgent/m-p/1738275#M320989</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-12T12:57:45Z</dc:date>
    </item>
  </channel>
</rss>

