<?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: Check WBS Element Lock in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504385#M17557</link>
    <description>&lt;P&gt;Hi KK. &lt;BR /&gt;Thanks from the information, but I wasn't clear as I should on my question: I need to do it in a Z report.&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jan 2018 11:36:21 GMT</pubDate>
    <dc:creator>flvia_s</dc:creator>
    <dc:date>2018-01-05T11:36:21Z</dc:date>
    <item>
      <title>Check WBS Element Lock</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504383#M17555</link>
      <description>&lt;P&gt;Hello experts,&lt;/P&gt;
  &lt;P&gt;Is there a way to check wheter a WBS Element is locked or not?&lt;BR /&gt;I don't want to lock or unlock it, just check.&lt;/P&gt;
  &lt;P&gt;Any ideas?&lt;BR /&gt;&lt;BR /&gt;Best regards,&lt;/P&gt;
  &lt;P&gt;Alm&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 10:13:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504383#M17555</guid>
      <dc:creator>flvia_s</dc:creator>
      <dc:date>2018-01-05T10:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: Check WBS Element Lock</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504384#M17556</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
  &lt;P&gt;You can check the WBS status via CN41. Execute the report and pull out the status column from layout option&lt;/P&gt;
  &lt;P&gt;LKC = All locked &lt;/P&gt;
  &lt;P&gt;MDLK = Master data locked &lt;/P&gt;
  &lt;P&gt;and so on.&lt;/P&gt;
  &lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 10:52:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504384#M17556</guid>
      <dc:creator>former_member513101</dc:creator>
      <dc:date>2018-01-05T10:52:37Z</dc:date>
    </item>
    <item>
      <title>Re: Check WBS Element Lock</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504385#M17557</link>
      <description>&lt;P&gt;Hi KK. &lt;BR /&gt;Thanks from the information, but I wasn't clear as I should on my question: I need to do it in a Z report.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 11:36:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504385#M17557</guid>
      <dc:creator>flvia_s</dc:creator>
      <dc:date>2018-01-05T11:36:21Z</dc:date>
    </item>
    <item>
      <title>Re: Check WBS Element Lock</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504386#M17558</link>
      <description>&lt;P&gt;Did you try FM of status function group BSVA like STATUS_CHECK, STATUS_CHECK_MULTI, STATUS_READ or STATUS_READ_MULTI (one/mutliple objects, one/multiple status)&lt;/P&gt;
  &lt;P&gt;&lt;EM&gt;Hint: Use BS23 to find internal codes of the 'locked' status of WBS (I0043 for LKD, I0065 for MDLK, etc.)&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 12:14:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504386#M17558</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-01-05T12:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Check WBS Element Lock</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504387#M17559</link>
      <description>&lt;P&gt;hi&lt;/P&gt;
  &lt;P&gt;Use table &lt;EM&gt;JEST filter by &lt;/EM&gt;I0043 &amp;amp; &lt;I&gt;Active&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 21:17:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504387#M17559</guid>
      <dc:creator>former_member348872</dc:creator>
      <dc:date>2018-01-05T21:17:54Z</dc:date>
    </item>
    <item>
      <title>Re: Check WBS Element Lock</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504388#M17560</link>
      <description>&lt;P&gt;Hi Raymond.&lt;/P&gt;
  &lt;P&gt;I'm at this moment editing a WBS Element in CJ20n. In another session, I'm executing STATUS_CHECK / STATUS_READ for the same object, but both FM don't return I0043 status. &lt;/P&gt;
  &lt;P&gt;Am I getting something wrong here?&lt;/P&gt;
  &lt;P&gt;Thanks,&lt;BR /&gt;Alm&lt;/P&gt;</description>
      <pubDate>Mon, 08 Jan 2018 09:53:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504388#M17560</guid>
      <dc:creator>flvia_s</dc:creator>
      <dc:date>2018-01-08T09:53:29Z</dc:date>
    </item>
    <item>
      <title>Re: Check WBS Element Lock</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504389#M17561</link>
      <description>&lt;P&gt;As long as you don't save the WBS, the database table wont be updated, so another session will read previously saved data. (there can also be a delay, due to execution of update task and buffer refresh)&lt;/P&gt;
  &lt;UL&gt; 
   &lt;LI&gt;Set the BYPASS_BUFFER parameter in this case.&lt;/LI&gt; 
  &lt;/UL&gt;
  &lt;P&gt;&lt;BR /&gt;If you execute the FM in the same session (BAdI, Exit in validation rule) as the update you will read the same values (from function group memory) that is displayed at screen (You can even get list of changed status with STATUS_CHANGE_GET) &lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;
  &lt;UL&gt; 
   &lt;LI&gt;Clear the BYPASS_BUFFER parameter in this case.&lt;/LI&gt; 
  &lt;/UL&gt;</description>
      <pubDate>Mon, 08 Jan 2018 10:12:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/check-wbs-element-lock/m-p/504389#M17561</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2018-01-08T10:12:27Z</dc:date>
    </item>
  </channel>
</rss>

