<?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: SAP Script, and input text in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-input-text/m-p/8723556#M1672900</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Break Point,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expressed bad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This form wich i'm talking is already in production(very old), and is part of a huge system to control &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;revenue&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;losses&lt;/SPAN&gt;&lt;/SPAN&gt;, so i'm keeping the SAP Script for less impact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 18 Apr 2012 16:45:46 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-04-18T16:45:46Z</dc:date>
    <item>
      <title>SAP Script, and input text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-input-text/m-p/8723554#M1672898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello SAP experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Today a feced a really nasty problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I've builded a ABAP program which allows the user to give input text for a form generation, basicly a simple mail based only in text and a logo in the top of the page.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The problem is the text formatting, it is really ugly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Since all the data is passed throughout a string (simple input area), SAP script does line breaks for bigword's, unity word's, and other stuff.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm looking for a text editor for the user to input text, and have the capability to edit it, such as those javascript web tools that turn the input in some HTML and CSS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Daniel&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Apr 2012 18:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-input-text/m-p/8723554#M1672898</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-17T18:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script, and input text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-input-text/m-p/8723555#M1672899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;look at SAP programs that have text boxes displayed on screen, and the text management methods in PAI and PBO for those screens.&amp;nbsp; Or, search the forum, and perhaps find an answer like use FM RKD_WORD_WRAP to create a table of text, formatted as you like.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I do (and what I have already posted) is convert that text to SAP text using table of type TLINE, and save the text (similar to what one would do in SO10).&amp;nbsp; Then in the call to the form, I pass the TDOBJECT, TDID, TDNAME values in the table for the form.&amp;nbsp; After printout, I use delete_text to remove the text I saved.&amp;nbsp; This allows the form to manage the output, and you need only a dynamic text include to output the text in the form.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;May I ask why you used SAPScript instead of SmartForms or Adobe Forms to create an output form?&amp;nbsp; SAPScript is still supported, but it is very much out-of-date and I would consider obsolete for new forms.&amp;nbsp; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 11:53:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-input-text/m-p/8723555#M1672899</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-18T11:53:58Z</dc:date>
    </item>
    <item>
      <title>Re: SAP Script, and input text</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-input-text/m-p/8723556#M1672900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry Break Point,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I expressed bad.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This form wich i'm talking is already in production(very old), and is part of a huge system to control &lt;SPAN class="short_text" id="result_box" lang="en"&gt;&lt;SPAN class="hps"&gt;revenue&lt;/SPAN&gt; &lt;SPAN class="hps"&gt;losses&lt;/SPAN&gt;&lt;/SPAN&gt;, so i'm keeping the SAP Script for less impact.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any suggestions?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 18 Apr 2012 16:45:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sap-script-and-input-text/m-p/8723556#M1672900</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-04-18T16:45:46Z</dc:date>
    </item>
  </channel>
</rss>

