<?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: locking master table while in 'Change' mode for screen program in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-master-table-while-in-change-mode-for-screen-program/m-p/4550451#M1074522</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright I've created the lock object but it doesnt seem to be working...  I created the lock 'EZLOCK' and have called the function module in my user_command input like so:&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ENQUEUE_EZLOCK'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   MODE_ZDSTATS_COPY       = 'E'&lt;/P&gt;&lt;P&gt;   MANDT                   = SY-MANDT&lt;/P&gt;&lt;P&gt;   ZYEAR                   = zdstats_copy-zyear&lt;/P&gt;&lt;P&gt;   ZTEAM                   = zdstats_copy-zteam&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  X_ZDPLAYER_ID           = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  X_ZYEAR                 = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  X_ZTEAM                 = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  _SCOPE                  = '2'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  _WAIT                   = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  _COLLECT                = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   FOREIGN_LOCK            = 1&lt;/P&gt;&lt;P&gt;   SYSTEM_FAILURE          = 2&lt;/P&gt;&lt;P&gt;   OTHERS                  = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing unfortunately is locking, am i doing something wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 25 Sep 2008 17:17:31 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-09-25T17:17:31Z</dc:date>
    <item>
      <title>locking master table while in 'Change' mode for screen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-master-table-while-in-change-mode-for-screen-program/m-p/4550448#M1074519</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi I have built a custom screen, I have change/display buttons on my screen.  While in 'Change' mode in the screen, I need the tables used in the program to be locked from any changes made to them.  How can I do this?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 16:34:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-master-table-while-in-change-mode-for-screen-program/m-p/4550448#M1074519</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T16:34:54Z</dc:date>
    </item>
    <item>
      <title>Re: locking master table while in 'Change' mode for screen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-master-table-while-in-change-mode-for-screen-program/m-p/4550449#M1074520</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search for lock objects of those tables&lt;/P&gt;&lt;P&gt;i.e. ENQUEUE_lockobject and DEQUEUE_lockobject for locking and unlocking respectively&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; and use them accordingly in your code&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 16:41:11 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-master-table-while-in-change-mode-for-screen-program/m-p/4550449#M1074520</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T16:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: locking master table while in 'Change' mode for screen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-master-table-while-in-change-mode-for-screen-program/m-p/4550450#M1074521</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please search the forum. This question has been asked and answered many times before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 16:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-master-table-while-in-change-mode-for-screen-program/m-p/4550450#M1074521</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T16:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: locking master table while in 'Change' mode for screen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-master-table-while-in-change-mode-for-screen-program/m-p/4550451#M1074522</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Alright I've created the lock object but it doesnt seem to be working...  I created the lock 'EZLOCK' and have called the function module in my user_command input like so:&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'ENQUEUE_EZLOCK'&lt;/P&gt;&lt;P&gt; EXPORTING&lt;/P&gt;&lt;P&gt;   MODE_ZDSTATS_COPY       = 'E'&lt;/P&gt;&lt;P&gt;   MANDT                   = SY-MANDT&lt;/P&gt;&lt;P&gt;   ZYEAR                   = zdstats_copy-zyear&lt;/P&gt;&lt;P&gt;   ZTEAM                   = zdstats_copy-zteam&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  X_ZDPLAYER_ID           = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  X_ZYEAR                 = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  X_ZTEAM                 = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  _SCOPE                  = '2'&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  _WAIT                   = ' '&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;  _COLLECT                = ' '&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;P&gt;   FOREIGN_LOCK            = 1&lt;/P&gt;&lt;P&gt;   SYSTEM_FAILURE          = 2&lt;/P&gt;&lt;P&gt;   OTHERS                  = 3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nothing unfortunately is locking, am i doing something wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 25 Sep 2008 17:17:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-master-table-while-in-change-mode-for-screen-program/m-p/4550451#M1074522</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-25T17:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: locking master table while in 'Change' mode for screen program</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-master-table-while-in-change-mode-for-screen-program/m-p/4550452#M1074523</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post more information in your first post (to show that you have searched) and your code problem as well, other wise such posts will typically be deleted without warning.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Sep 2008 01:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-master-table-while-in-change-mode-for-screen-program/m-p/4550452#M1074523</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-09-26T01:36:19Z</dc:date>
    </item>
  </channel>
</rss>

