<?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 SAP Maintenance view table editable by multiple users in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-maintenance-view-table-editable-by-multiple-users/m-p/767248#M37796</link>
    <description>&lt;P&gt;How to make SAP Maintenance view table editable by multiple users?&lt;/P&gt;
  &lt;P&gt;In other words, multiple users have to enter this table and change values in this table. Is that possible?&lt;/P&gt;
  &lt;P&gt;Can you please tell how this can be done?&lt;/P&gt;
  &lt;P&gt;Thanks a lot&lt;/P&gt;</description>
    <pubDate>Thu, 28 Feb 2019 11:13:49 GMT</pubDate>
    <dc:creator>abhay_kesarkar</dc:creator>
    <dc:date>2019-02-28T11:13:49Z</dc:date>
    <item>
      <title>SAP Maintenance view table editable by multiple users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-maintenance-view-table-editable-by-multiple-users/m-p/767248#M37796</link>
      <description>&lt;P&gt;How to make SAP Maintenance view table editable by multiple users?&lt;/P&gt;
  &lt;P&gt;In other words, multiple users have to enter this table and change values in this table. Is that possible?&lt;/P&gt;
  &lt;P&gt;Can you please tell how this can be done?&lt;/P&gt;
  &lt;P&gt;Thanks a lot&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 11:13:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-maintenance-view-table-editable-by-multiple-users/m-p/767248#M37796</guid>
      <dc:creator>abhay_kesarkar</dc:creator>
      <dc:date>2019-02-28T11:13:49Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Maintenance view table editable by multiple users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-maintenance-view-table-editable-by-multiple-users/m-p/767249#M37797</link>
      <description>&lt;P&gt;Currently the table allows only single user to edit&lt;/P&gt;&lt;P&gt;Requirement is that multiple users have to edit this table&lt;/P&gt;&lt;P&gt;How this can be achieved?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 11:16:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-maintenance-view-table-editable-by-multiple-users/m-p/767249#M37797</guid>
      <dc:creator>abhay_kesarkar</dc:creator>
      <dc:date>2019-02-28T11:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Maintenance view table editable by multiple users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-maintenance-view-table-editable-by-multiple-users/m-p/767250#M37798</link>
      <description>&lt;P&gt;I think a (generated) maintenance view automatically locks the table (so that other users cannot modify it's contents at the same time), and I doubt that you can influence this in the table maintenance dialog events.&lt;/P&gt;&lt;P&gt;So I guess this would require a custom report with editable alv and some (event driven?) logic to make sure you always see the saved data.. and you do not overwrite each others changes etc..  &lt;/P&gt;</description>
      <pubDate>Thu, 28 Feb 2019 11:37:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-maintenance-view-table-editable-by-multiple-users/m-p/767250#M37798</guid>
      <dc:creator>Patrick_vN</dc:creator>
      <dc:date>2019-02-28T11:37:39Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Maintenance view table editable by multiple users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-maintenance-view-table-editable-by-multiple-users/m-p/767251#M37799</link>
      <description>&lt;P&gt;If I include Enqueue and Dequeue function module for row level locks,will it help?&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 10:41:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-maintenance-view-table-editable-by-multiple-users/m-p/767251#M37799</guid>
      <dc:creator>abhay_kesarkar</dc:creator>
      <dc:date>2019-03-01T10:41:28Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Maintenance view table editable by multiple users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-maintenance-view-table-editable-by-multiple-users/m-p/767252#M37800</link>
      <description>&lt;P&gt;If this is a reply to a comment you might want to use Comment button (and mention name) instead of posting as another answer. Otherwise without the context the post just makes no sense.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 15:55:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-maintenance-view-table-editable-by-multiple-users/m-p/767252#M37800</guid>
      <dc:creator>Jelena_Perfiljeva</dc:creator>
      <dc:date>2019-03-01T15:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Maintenance view table editable by multiple users</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-maintenance-view-table-editable-by-multiple-users/m-p/767253#M37801</link>
      <description>&lt;P&gt;I think that will have to be part of the solution, though you'd have to decide on how you plan to handle the relevant checks &amp;amp; error handling. And also, do you want to update the sessions of the other users if one person (un)locks a record? Or do you plan just to check/lock just before saving? Etc..&lt;/P&gt;</description>
      <pubDate>Fri, 01 Mar 2019 16:13:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-maintenance-view-table-editable-by-multiple-users/m-p/767253#M37801</guid>
      <dc:creator>Patrick_vN</dc:creator>
      <dc:date>2019-03-01T16:13:45Z</dc:date>
    </item>
  </channel>
</rss>

