<?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 in the status table JSTO in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041502#M966018</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i have the same problem with positions of a sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know please, if you've got the decision.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Dec 2008 12:10:44 GMT</pubDate>
    <dc:creator>VishnAndr</dc:creator>
    <dc:date>2008-12-09T12:10:44Z</dc:date>
    <item>
      <title>Error in the status table JSTO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041498#M966014</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When i try to change the sales order i get an error message BS001 which says Status Object for that particular sales order not found / contact system admin.. I see the error occuring when processing VBAP table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could somebody help me out resolving this issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Larry&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 14:03:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041498#M966014</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T14:03:35Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the status table JSTO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041499#M966015</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This record should have been created when the order was create (VA01 or BAPI) did you got some update task problem (look at SM13) or did you go through DEBUG bypassing some errors, in every case the data base is corrupted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Look for error in SM13, ST22, etc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 14:58:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041499#M966015</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-06-24T14:58:25Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the status table JSTO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041500#M966016</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Raymond,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything looks fine . I am able to create the sales order but each step its showing the error. I have tried ST22 and it says the problem occurs in the program SAPL45U in the include LV45UF0V in the form VBAP_BEARBEITEN and more specifically in the FM STATUS_DELETE. I tried debugging but i am unable to understand the problem .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The exact error is When trying to read the status of an object (SDI 1010/10), a system error occurred: For object number VB0000004199000010 there is no status object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message : BS001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Prabhas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Jun 2008 15:05:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041500#M966016</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-24T15:05:19Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the status table JSTO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041501#M966017</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There should be a record in JSTO for each line of VBAP :&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;OBJNR = 'VB' + VBELN + POSNR.
OBTYP = 'VBP' .&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;.This record should have been created when the item line was appended to VBAP. &lt;/P&gt;&lt;P&gt;&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, 25 Jun 2008 06:13:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041501#M966017</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2008-06-25T06:13:54Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the status table JSTO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041502#M966018</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, i have the same problem with positions of a sales order.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know please, if you've got the decision.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 12:10:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041502#M966018</guid>
      <dc:creator>VishnAndr</dc:creator>
      <dc:date>2008-12-09T12:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the status table JSTO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041503#M966019</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_dimp50/helpdata/EN/a9/55c7b690a111d1a5510000e82deaaa/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_dimp50/helpdata/EN/a9/55c7b690a111d1a5510000e82deaaa/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check if it can help you&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 12:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041503#M966019</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-09T12:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the status table JSTO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041504#M966020</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;sabyasachi kar , what are you talking about forwarding to docs about archiving?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Dec 2008 12:43:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041504#M966020</guid>
      <dc:creator>VishnAndr</dc:creator>
      <dc:date>2008-12-09T12:43:44Z</dc:date>
    </item>
    <item>
      <title>Re: Error in the status table JSTO</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041505#M966021</link>
      <description>&lt;P&gt;There should be a note from SAP to fix the JSTO table when sell orders fail.&lt;/P&gt;&lt;P&gt;I had the same problem with the orders, with the same BS001 error message, when going through DEBUG some "Reservation/Secondary Needs" positions did not exist in the JSTO table, for which I solved with the ZPSFC008B program from the note of sap 94699 - Production order/network/process order: Objects without status object. For this case I had the following dump:&lt;/P&gt;&lt;P&gt;S/4 HANA&lt;/P&gt;&lt;P&gt;Category               ABAP programming erro&lt;/P&gt;&lt;P&gt;Runtime Errors         MESSAGE_TYPE_X&lt;/P&gt;&lt;P&gt;ABAP Program           SAPLCORF&lt;/P&gt;&lt;P&gt;Application Component  PP-SFC-EXE-CON&lt;/P&gt;&lt;P&gt;Error analysis&lt;/P&gt;&lt;P&gt;    Short text of the error message:&lt;/P&gt;&lt;P&gt;    *** System message: SAPLCORF&lt;/P&gt;&lt;P&gt;    Long text of the error message:&lt;/P&gt;&lt;P&gt;    Technical information about the message:&lt;/P&gt;&lt;P&gt;    Message class....... RU&lt;/P&gt;&lt;P&gt;    Number.............. 888&lt;/P&gt;&lt;P&gt;    Variable 1.......... SAPLCORF&lt;/P&gt;&lt;P&gt;    Variable 2..........&lt;/P&gt;&lt;P&gt;    Variable 3..........&lt;/P&gt;&lt;P&gt;    Variable 4.......... " "&lt;/P&gt;&lt;P&gt; Transaction......... IW41&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 03:40:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-in-the-status-table-jsto/m-p/4041505#M966021</guid>
      <dc:creator>former_member812597</dc:creator>
      <dc:date>2022-07-13T03:40:12Z</dc:date>
    </item>
  </channel>
</rss>

