<?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: Customer Table Maintenance in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-table-maintenance/m-p/1525693#M240810</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a lock object in SE11.&lt;/P&gt;&lt;P&gt;Use a Z program to have the user select one or more key fields.&lt;/P&gt;&lt;P&gt;Lock the table using the function module generated for the lock object (ENQUEUE).&lt;/P&gt;&lt;P&gt;It will only lock the record(s) specified by the key.&lt;/P&gt;&lt;P&gt;Other users can still maintain the Z table for other keys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 27 Jul 2006 15:36:40 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-07-27T15:36:40Z</dc:date>
    <item>
      <title>Customer Table Maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-table-maintenance/m-p/1525689#M240806</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 have my own customer Z table that I have created, I have a view variant created also and all works file, the only problem is that only one user at any time can maintain the Z table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any way that I can make modifications either that z table the view variant or the code that I created in SE80 to populate some of the fields on the view (such as matnr description on creation) so that multiple users can maintain the table at one time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 14:38:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-table-maintenance/m-p/1525689#M240806</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-27T14:38:02Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Table Maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-table-maintenance/m-p/1525690#M240807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I afraid, wheather this option is there or not. Because any data like customer master or purchase order, sales order can't be modified by more than one user simentenously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;Naimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 14:42:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-table-maintenance/m-p/1525690#M240807</guid>
      <dc:creator>naimesh_patel</dc:creator>
      <dc:date>2006-07-27T14:42:32Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Table Maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-table-maintenance/m-p/1525691#M240808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Normally it is not possible to edit the same table at simultaniously.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But here is something helpful on different types of locks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/cf/21eeb2446011d189700000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/cf/21eeb2446011d189700000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regds&lt;/P&gt;&lt;P&gt;Manohar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 15:19:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-table-maintenance/m-p/1525691#M240808</guid>
      <dc:creator>Manohar2u</dc:creator>
      <dc:date>2006-07-27T15:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Table Maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-table-maintenance/m-p/1525692#M240809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create a maintenance view for the table and then create a table maintenance for the view.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have a table with 3 fields, F1, F2 and F3 then in the maintenance view mark the Maintenance attribute of field F1 as "S".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By doing this the user will have to enter value for F1 first before getting in to table maintenance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the closest you can get to multiple users maintaining the same table.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Kiran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 15:27:14 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-table-maintenance/m-p/1525692#M240809</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-27T15:27:14Z</dc:date>
    </item>
    <item>
      <title>Re: Customer Table Maintenance</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/customer-table-maintenance/m-p/1525693#M240810</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could create a lock object in SE11.&lt;/P&gt;&lt;P&gt;Use a Z program to have the user select one or more key fields.&lt;/P&gt;&lt;P&gt;Lock the table using the function module generated for the lock object (ENQUEUE).&lt;/P&gt;&lt;P&gt;It will only lock the record(s) specified by the key.&lt;/P&gt;&lt;P&gt;Other users can still maintain the Z table for other keys.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Jul 2006 15:36:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/customer-table-maintenance/m-p/1525693#M240810</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-07-27T15:36:40Z</dc:date>
    </item>
  </channel>
</rss>

