<?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: Urgent please in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-please/m-p/1590218#M265691</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David, thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is that the user is going to enter long texts for the Quotations, the longtext should be entered as it is done in the transaction IW32 - &amp;gt; Operations Tab - &amp;gt; LT Column. the LT Column is a button which opens an editor. So this is the same sort of requirement i need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Pratyusha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 19 Sep 2006 03:36:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-09-19T03:36:20Z</dc:date>
    <item>
      <title>Urgent please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-please/m-p/1590213#M265686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i am doing dialog programming, i need a button in one of the cells of the table control and when the user clicks on it it should lead me to a text editor similar to the one in transaction &amp;lt;b&amp;gt;IW32 - &amp;gt; Operations Tab - &amp;gt; LT&amp;lt;/b&amp;gt; (long text) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;similar to this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please respond.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;Pratyusha.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 01:42:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-please/m-p/1590213#M265686</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T01:42:45Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-please/m-p/1590214#M265687</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;  use the function module EDIT_TEXT..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 01:44:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-please/m-p/1590214#M265687</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T01:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-please/m-p/1590215#M265688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi narendran,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for the reply, just to clear one more doubt,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the contents of the table control come from a ztable, and it has a field longtext whihc is of length 50 for now, so when ever user clicks on the button which i place for text editor, what i feel is should i take the texts enterd into a new table, because user can enter multiple text lines in there. so how do i achieve it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and can u tell me what are these in teh import parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HEADER	LIKE	THEAD	                     	Text header of the text to be edited&lt;/P&gt;&lt;P&gt;CONTROL	LIKE	ITCED	SPACE	Control parameter for the editor&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please clarify&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;&lt;P&gt;Pratyusha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 01:57:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-please/m-p/1590215#M265688</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T01:57:49Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-please/m-p/1590216#M265689</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratyu, &lt;/P&gt;&lt;P&gt;I'm not sure what you need, but usually to update text I'm using FM 'CREATE_TEXT'. &lt;/P&gt;&lt;P&gt;For the parameter you can see from the configuration (spro) or look at table TTXER. &lt;/P&gt;&lt;P&gt;Sample Code:&lt;/P&gt;&lt;P&gt;      CALL FUNCTION 'CREATE_TEXT'&lt;/P&gt;&lt;P&gt;        EXPORTING&lt;/P&gt;&lt;P&gt;         FID               = FID (see in table TTXER)&lt;/P&gt;&lt;P&gt;         FLANGUAGE         = SY-LANGU&lt;/P&gt;&lt;P&gt;         FNAME             = SERVICE_ORDER_NUMBER&lt;/P&gt;&lt;P&gt;         fOBJECT           = FOBJECT (see in table TTXER)&lt;/P&gt;&lt;P&gt;        TABLES&lt;/P&gt;&lt;P&gt;          FLINES            = FLINES.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you want to use 'EDIT_TEXT', before call that FM, you can try call FM 'INIT_TEXT' to get THEAD parameter, &lt;/P&gt;&lt;P&gt;the parameter for 'INIT_TEXT' is almost the same with 'CREATE_TEXT'.&lt;/P&gt;&lt;P&gt;Sample Code:&lt;/P&gt;&lt;P&gt;  DATA: BEGIN OF TLINETAB OCCURS 10.&lt;/P&gt;&lt;P&gt;          INCLUDE STRUCTURE TLINE.&lt;/P&gt;&lt;P&gt;  DATA: END OF TLINETAB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'INIT_TEXT'&lt;/P&gt;&lt;P&gt;       EXPORTING&lt;/P&gt;&lt;P&gt;            ID       = FID&lt;/P&gt;&lt;P&gt;            LANGUAGE = FLANGUAGE&lt;/P&gt;&lt;P&gt;            NAME     = FNAME&lt;/P&gt;&lt;P&gt;            OBJECT   = FOBJECT&lt;/P&gt;&lt;P&gt;       IMPORTING&lt;/P&gt;&lt;P&gt;            HEADER   = FHEADER&lt;/P&gt;&lt;P&gt;       TABLES&lt;/P&gt;&lt;P&gt;            LINES    = TLINETAB&lt;/P&gt;&lt;P&gt;       EXCEPTIONS&lt;/P&gt;&lt;P&gt;            ID       = 01&lt;/P&gt;&lt;P&gt;            LANGUAGE = 02&lt;/P&gt;&lt;P&gt;            NAME     = 03&lt;/P&gt;&lt;P&gt;            OBJECT   = 04.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this help&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 02:31:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-please/m-p/1590216#M265689</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T02:31:05Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-please/m-p/1590217#M265690</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Pratyu,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you familiar with Standard text? SO10? Basically you can store your coustomize text by using the way same as other standard transaction. But in your ztable, you need to have a new field to store the text name. Bear in mind that your text name convention should start with customer namespace like "Z" or "Y".&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use FM SAVE_TEXT to save the text after editing.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope it helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 02:40:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-please/m-p/1590217#M265690</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T02:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: Urgent please</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-please/m-p/1590218#M265691</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi David, thanks for the reply,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;my requirement is that the user is going to enter long texts for the Quotations, the longtext should be entered as it is done in the transaction IW32 - &amp;gt; Operations Tab - &amp;gt; LT Column. the LT Column is a button which opens an editor. So this is the same sort of requirement i need.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Pratyusha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Sep 2006 03:36:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/urgent-please/m-p/1590218#M265691</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-09-19T03:36:20Z</dc:date>
    </item>
  </channel>
</rss>

