<?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 text when calling EDIT_TEXT FM in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-text-when-calling-edit-text-fm/m-p/3811751#M916882</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Angela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are always welcome. And now I know, too, which lock object to use in case I need it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 21 May 2008 13:43:07 GMT</pubDate>
    <dc:creator>uwe_schieferstein</dc:creator>
    <dc:date>2008-05-21T13:43:07Z</dc:date>
    <item>
      <title>Locking text when calling EDIT_TEXT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-text-when-calling-edit-text-fm/m-p/3811748#M916879</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm calling the EDIT_TEXT function module to allow users to add or change texts stored under given text ids.  It appears that just using this standard SAPscript text editor (via EDIT_TEXT) doesn't actually lock the text from updates by another user.  How would I lock the text, so that only one user can change it at one time?  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there a specific ENQUEUE function module that is used for texts?  I did some searching, but it wasn't clear to me which one to use.  ENQUEUE_E_LS_TEXT looked like a possibility, but I'm not sure and searching through OSS and these forums proved unsuccessful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for anyone who can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Angela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 20:02:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-text-when-calling-edit-text-fm/m-p/3811748#M916879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-19T20:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Locking text when calling EDIT_TEXT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-text-when-calling-edit-text-fm/m-p/3811749#M916880</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Angela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Table &lt;STRONG&gt;STXH&lt;/STRONG&gt; (STXD SAPscript text file header) is assigned to package &lt;STRONG&gt;STXD&lt;/STRONG&gt; which contains several lock objects.&lt;/P&gt;&lt;P&gt;Most likely &lt;STRONG&gt;ESSSTXT&lt;/STRONG&gt; is the one your are looking for.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, you simply edit a text and check the details of the &lt;EM&gt;lock entry&lt;/EM&gt; using transaction &lt;STRONG&gt;SM12&lt;/STRONG&gt; to find the lock object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 19 May 2008 20:42:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-text-when-calling-edit-text-fm/m-p/3811749#M916880</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-05-19T20:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Locking text when calling EDIT_TEXT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-text-when-calling-edit-text-fm/m-p/3811750#M916881</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks very much, Uwe.  That answered my question and it worked.  I awarded full points.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If I have further related questions, I'll post them in a separate thread.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Angela&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 13:41:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-text-when-calling-edit-text-fm/m-p/3811750#M916881</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-21T13:41:07Z</dc:date>
    </item>
    <item>
      <title>Re: Locking text when calling EDIT_TEXT FM</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/locking-text-when-calling-edit-text-fm/m-p/3811751#M916882</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Angela&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are always welcome. And now I know, too, which lock object to use in case I need it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;  Uwe&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 May 2008 13:43:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/locking-text-when-calling-edit-text-fm/m-p/3811751#M916882</guid>
      <dc:creator>uwe_schieferstein</dc:creator>
      <dc:date>2008-05-21T13:43:07Z</dc:date>
    </item>
  </channel>
</rss>

