<?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: Write a long text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270277#M150174</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; If your problem is solved,close the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 10 Mar 2006 17:11:37 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-03-10T17:11:37Z</dc:date>
    <item>
      <title>Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270262#M150159</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;  I hope can anyone can help me..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  I need write a text into a field. This field is a char(200) so I need that in the screen in the part of the field I can click it and open the screen where can write a long text. I don't know how to do that I've seen this function in the standar's screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 09:42:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270262#M150159</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T09:42:23Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270263#M150160</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can use write_text/ create_text fn modules&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 09:44:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270263#M150160</guid>
      <dc:creator>hymavathi_oruganti</dc:creator>
      <dc:date>2006-03-10T09:44:22Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270264#M150161</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The function module CREATE_TEXT will call a text editor where the user can type in values. You can assign this FM call to a button on the screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The FMs SAVE_TEXT, READ_TEXT and EDIT_TEXT will help you perform other functions on this text object. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have a look at the STXH table to understand the various parameters to be passed to these FMs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 10:04:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270264#M150161</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T10:04:38Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270265#M150162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok I am going to try it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the screen Can I start write it in the field and then click the button and go to the text editor?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 10:21:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270265#M150162</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T10:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270266#M150163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you could use Oo to do that job :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt; 
obj_editor           type ref to cl_gui_textedit,

   create object obj_editor
           exporting
             parent                     = obj_container_2_2
             wordwrap_mode              =
               cl_gui_textedit=&amp;gt;wordwrap_at_fixed_position
             wordwrap_position          = line_length
             wordwrap_to_linebreak_mode =
             cl_gui_textedit=&amp;gt;true.

* To set data into obj_editor
  call method obj_editor-&amp;gt;set_text_as_stream
...&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Rgd&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 10:29:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270266#M150163</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-03-10T10:29:57Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270267#M150164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So this Oo where I put it? And the what is obj_container_2_2 ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 10:37:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270267#M150164</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T10:37:55Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270268#M150165</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You never write Oo program ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is it your own program ? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can call a dynpro, set a Custom container inside, and the container is that :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;obj_container_2_2 type ref to cl_gui_container&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really don't know the Oo, maybe that will be to hard. (you can have a look to the DWDM transaction, that will give you example code).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 10:41:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270268#M150165</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-03-10T10:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270269#M150166</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It's a Z program, it's not mine but I have to modify it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 10:45:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270269#M150166</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T10:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270270#M150167</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could have a look to the two example provide by SAP :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SAPTEXTEDIT_DEMO_1&lt;/P&gt;&lt;P&gt;SAPTEXTEDIT_DEMO_3&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 10:53:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270270#M150167</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-03-10T10:53:17Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270271#M150168</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone give an example about the fm create text?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 11:22:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270271#M150168</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T11:22:12Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270272#M150169</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CREATE_TEXT need the key : TDID, TDSPRAS, TDNAME, TDOBJECT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This key is the same key as the key of the table STXH. Have a look to this table to understand how it works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Maybe, before use CREATE_TEXT, try to read a text that you have in this tables : STXH, STXL.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could create for example a text with the transaction SO10. And try to read with READ_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Frédéric&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 12:03:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270272#M150169</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-03-10T12:03:51Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270273#M150170</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But when I use this FM, automatically open a new window where I can save the text?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 15:26:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270273#M150170</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T15:26:12Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270274#M150171</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Laura,&lt;/P&gt;&lt;P&gt;  USe FM SAVE_TEXT.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 15:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270274#M150171</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T15:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270275#M150172</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Laura,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to enter text use the function EDIT_TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best is to look this program : &amp;lt;b&amp;gt;SDTEXTE&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Fred&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 15:34:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270275#M150172</guid>
      <dc:creator>FredericGirod</dc:creator>
      <dc:date>2006-03-10T15:34:05Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270276#M150173</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks a lot!!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 17:07:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270276#M150173</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T17:07:29Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270277#M150174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; If your problem is solved,close the thread.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 10 Mar 2006 17:11:37 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270277#M150174</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-10T17:11:37Z</dc:date>
    </item>
    <item>
      <title>Re: Write a long text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270278#M150175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Hyma,&lt;/P&gt;&lt;P&gt;   I went thru some of your solutions and hope I can get the solution for my problem too.I want to disply the output as a stacked graph with multiple columns in X-Axis.&lt;/P&gt;&lt;P&gt;I tried with all the possible FMs, but could not find the expected requirements. Actually, I want to show multiple work-centres(12-15)in X-axis and their respective setup time and machine time(both should be stacked one above other) in Y-axis. Could you please help me with any solutions?????&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 13 Mar 2006 06:50:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/write-a-long-text/m-p/1270278#M150175</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-03-13T06:50:39Z</dc:date>
    </item>
  </channel>
</rss>

