<?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 SM12 key fields # in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm12-key-fields/m-p/4554790#M1075340</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;I have a table Z to which I have created a Maintain Table View.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that this table Z has 3 key fields, but on having entered the Maintain view putting in the enter conditions someone of them the entire table is blocked and it is not possible to enter another session with another key different field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I go to SM12, in the Lock Entry  only the client field appears as key field followed of #;    200############ &lt;/P&gt;&lt;P&gt;Why does this like that appear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a Lock Object from se11 for this table putting all the key fields, But this continues working badly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have I to assign this Lock Object in some place in order that this works correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Husalban RM on Oct 8, 2008 10:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 08 Oct 2008 08:06:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-10-08T08:06:47Z</dc:date>
    <item>
      <title>SM12 key fields #</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm12-key-fields/m-p/4554790#M1075340</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;I have a table Z to which I have created a Maintain Table View.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My problem is that this table Z has 3 key fields, but on having entered the Maintain view putting in the enter conditions someone of them the entire table is blocked and it is not possible to enter another session with another key different field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I go to SM12, in the Lock Entry  only the client field appears as key field followed of #;    200############ &lt;/P&gt;&lt;P&gt;Why does this like that appear?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have created a Lock Object from se11 for this table putting all the key fields, But this continues working badly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have I to assign this Lock Object in some place in order that this works correctly?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Husalban RM on Oct 8, 2008 10:09 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 08:06:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm12-key-fields/m-p/4554790#M1075340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T08:06:47Z</dc:date>
    </item>
    <item>
      <title>Re: SM12 key fields #</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm12-key-fields/m-p/4554791#M1075341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;is a non-displayable character - probably binary data.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To my knowledge, table maintenance locks the whole table, so it's not working badly, it's working as designed.  If you want only to lock at record level, you'll need to either modify the generated maintenance, or write your own dialog program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 08:10:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm12-key-fields/m-p/4554791#M1075341</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-10-08T08:10:35Z</dc:date>
    </item>
    <item>
      <title>Re: SM12 key fields #</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm12-key-fields/m-p/4554792#M1075342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;If you have created table maintenance generator and trying to populate the value using table maintenance, the entire table will be locked.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want this, you have to create your own module pool program and update the table, using LOCK object&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Madan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 08:12:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm12-key-fields/m-p/4554792#M1075342</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T08:12:37Z</dc:date>
    </item>
    <item>
      <title>Re: SM12 key fields #</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sm12-key-fields/m-p/4554793#M1075343</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answers.&lt;/P&gt;&lt;P&gt;I will have to make myself my own module pool program....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Oct 2008 08:21:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sm12-key-fields/m-p/4554793#M1075343</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-10-08T08:21:15Z</dc:date>
    </item>
  </channel>
</rss>

