<?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: Drag &amp; Drop in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/drag-drop/m-p/3357189#M805504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer, Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you further explain how it can solve my problem?&lt;/P&gt;&lt;P&gt;Will it make it possible to copy from a field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mickey Yarden on Jan 31, 2008 3:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 31 Jan 2008 14:23:03 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-01-31T14:23:03Z</dc:date>
    <item>
      <title>Drag &amp; Drop</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drag-drop/m-p/3357186#M805501</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everybody, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I wrote a program for the purpose of composing E-mails. The screen has two containers. The upper container has fields with search helps for things like signature, header, ETC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The lower screen is a blank container for writing the contents of the E-mail (I'll call it the text container). Is it possible to drag and drop (using the mouse) the text from one of the fields into the text container?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;it seems that the text container allow to drag from it and into it in the classic way, by marking the text, pressing control + left mouse button and then dragging.&lt;/P&gt;&lt;P&gt;On the other hand, my feilds does not show that kind of interactivity. Does anyone have an idea how to make it possible so the user can drag, say, the signature he chose using the search help into the exact place he wants it in the text container?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you can think of it as an alternative to copy-paste.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any information will help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Yoni.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 18:46:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drag-drop/m-p/3357186#M805501</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T18:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Drag &amp; Drop</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drag-drop/m-p/3357187#M805502</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don´t think, that this is possible. Because only Controls can interact with each other using Drag&amp;amp;Drop, but not so your text control and a "usual dynpro field"...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 30 Jan 2008 20:36:19 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drag-drop/m-p/3357187#M805502</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-30T20:36:19Z</dc:date>
    </item>
    <item>
      <title>Re: Drag &amp; Drop</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drag-drop/m-p/3357188#M805503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may use the class &lt;STRONG&gt;CL_DRAGDROP&lt;/STRONG&gt; for the drag/drop functionality.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls refer to the sample program &lt;STRONG&gt;RSDEMO_DRAG_DROP_EDIT_TREE&lt;/STRONG&gt; for refernce.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Pls reward points if good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 05:15:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drag-drop/m-p/3357188#M805503</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T05:15:55Z</dc:date>
    </item>
    <item>
      <title>Re: Drag &amp; Drop</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drag-drop/m-p/3357189#M805504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for your answer, Michael.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you further explain how it can solve my problem?&lt;/P&gt;&lt;P&gt;Will it make it possible to copy from a field?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Mickey Yarden on Jan 31, 2008 3:23 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jan 2008 14:23:03 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drag-drop/m-p/3357189#M805504</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-01-31T14:23:03Z</dc:date>
    </item>
    <item>
      <title>Re: Drag &amp; Drop</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/drag-drop/m-p/3357190#M805505</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;Please refer to the following link on Drag and Drop functionality:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_erp2004/helpdata/en/6a/87c620c70d11d2bd93080009b4534c/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_erp2004/helpdata/en/6a/87c620c70d11d2bd93080009b4534c/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think it is a good document and will help you.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Renjith Michael.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Feb 2008 02:25:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/drag-drop/m-p/3357190#M805505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-02-01T02:25:23Z</dc:date>
    </item>
  </channel>
</rss>

