<?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: Update BSID in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-bsid/m-p/2816624#M658748</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pompougnia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is exactly as Rob said. BSID is a secondary index derived from values in related business documents. If the documents are updated through respective standard transactions (as i.e. FB02) alls data get updated properly - including BSID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you ask your auditor about this, it might be your last time to ask anything.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 30 Sep 2007 19:57:16 GMT</pubDate>
    <dc:creator>Clemenss</dc:creator>
    <dc:date>2007-09-30T19:57:16Z</dc:date>
    <item>
      <title>Update BSID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-bsid/m-p/2816622#M658746</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;&lt;/P&gt;&lt;P&gt;I need to do a direct update to table BSID for field zuonr, where i need to replace zuonr with a number.&lt;/P&gt;&lt;P&gt;I coded my logic this way :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     select * from bsid into table t_bsid&lt;/P&gt;&lt;P&gt;              where zuonr = &amp;lt;itb_bsid&amp;gt;-vbeln.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;     if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;       loop at t_bsid assigning &amp;lt;fs_bsid&amp;gt;.&lt;/P&gt;&lt;P&gt;            &amp;lt;fs_bsid&amp;gt;-zuonr = &amp;lt;itb_s3&amp;gt;-zuonr.&lt;/P&gt;&lt;P&gt;       endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       update bsid from table t_bsid.&lt;/P&gt;&lt;P&gt;       if sy-subrc = 0.&lt;/P&gt;&lt;P&gt;         commit work.&lt;/P&gt;&lt;P&gt;         &amp;lt;itb_s3&amp;gt;-remarks = 'A'.&lt;/P&gt;&lt;P&gt;       else.&lt;/P&gt;&lt;P&gt;         &amp;lt;itb_s3&amp;gt;-remarks = 'C'.&lt;/P&gt;&lt;P&gt;     endif.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- when i select * from bsid, my t_bseg is having the line of recod, and is manage to change the value for zuonr to the new value, but  when it try to  update bsid from table t_bsid, if return sy-subrc as '4'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone help me on this? I'm in urgent to settle this, thanks alot!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2007 17:09:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-bsid/m-p/2816622#M658746</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-30T17:09:06Z</dc:date>
    </item>
    <item>
      <title>Re: Update BSID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-bsid/m-p/2816623#M658747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;lt;b&amp;gt;Absolutely do not do this.&amp;lt;/b&amp;gt; You can ruin you financial system. Table entries that need to match will not.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use transactions FB02 to change individual documents or FBL5N to do many changes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2007 18:55:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-bsid/m-p/2816623#M658747</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-30T18:55:31Z</dc:date>
    </item>
    <item>
      <title>Re: Update BSID</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/update-bsid/m-p/2816624#M658748</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;pompougnia,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it is exactly as Rob said. BSID is a secondary index derived from values in related business documents. If the documents are updated through respective standard transactions (as i.e. FB02) alls data get updated properly - including BSID.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you ask your auditor about this, it might be your last time to ask anything.&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;Clemens&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 30 Sep 2007 19:57:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/update-bsid/m-p/2816624#M658748</guid>
      <dc:creator>Clemenss</dc:creator>
      <dc:date>2007-09-30T19:57:16Z</dc:date>
    </item>
  </channel>
</rss>

