<?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: Text Elements in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903610#M376920</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;   You can create Text elements by the follwoing methods &lt;/P&gt;&lt;P&gt; 1. Goto SE38 give the program name and in the program type text-&amp;lt;number&amp;gt; . Double click . The Text element is created.&lt;/P&gt;&lt;P&gt;2 . Goto SE38 give the program name and GOTO --&amp;gt;Text Elements.&lt;/P&gt;&lt;P&gt;3 . Goto SE38 give the program name and select the radio button Text Elements.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 20 Feb 2007 04:18:20 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-02-20T04:18:20Z</dc:date>
    <item>
      <title>Text Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903602#M376912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi folks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   How to create Text Elements?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance,&lt;/P&gt;&lt;P&gt;Ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 03:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903602#M376912</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T03:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Text Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903603#M376913</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;Go to SE38...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Give the program name..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Select the radio button...Text elements..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Press change..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There you can create text elements..&lt;/P&gt;&lt;P&gt;&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, 20 Feb 2007 04:00:46 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903603#M376913</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T04:00:46Z</dc:date>
    </item>
    <item>
      <title>Re: Text Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903604#M376914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi,&lt;/P&gt;&lt;P&gt;just type in your program text-001 and double click on it &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK blk1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 04:01:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903604#M376914</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T04:01:22Z</dc:date>
    </item>
    <item>
      <title>Re: Text Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903605#M376915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please change ur selection parameters as shown below (replace title1 with Text-001):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*---Selection Parameters.&lt;/P&gt;&lt;P&gt;selection-screen begin of block b1 with frame title Text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then double click on text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you defined as "Title1" progarm consider as a vbariable and it will look for that variable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this will resolve your issue. Some one earlier suggested the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection Texts also working fine. (GOTO&lt;DEL&gt;&amp;gt;TEXTELEMENTS&lt;/DEL&gt;&amp;gt; SELEC.TEXTS)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 04:01:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903605#M376915</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T04:01:39Z</dc:date>
    </item>
    <item>
      <title>Re: Text Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903606#M376916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;chk this:&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/e3/9609ffeb0711d194d100a0c94260a5/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/e3/9609ffeb0711d194d100a0c94260a5/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;keerthi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 04:07:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903606#M376916</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T04:07:58Z</dc:date>
    </item>
    <item>
      <title>Re: Text Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903607#M376917</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;In your program &lt;/P&gt;&lt;P&gt;just type in your program text-001 and double click on it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for example&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK blk1 WITH FRAME TITLE text-001. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now it will give the pop-up that text-001 is not avialable you want to create it.&lt;/P&gt;&lt;P&gt;Press yes and give the desired description for that text element.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 04:08:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903607#M376917</guid>
      <dc:creator>sreeramkumar_madisetty</dc:creator>
      <dc:date>2007-02-20T04:08:58Z</dc:date>
    </item>
    <item>
      <title>Re: Text Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903608#M376918</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;go to se38 give the name of the report and click on text elements  radio button &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and then you can create your own text and also parameter text also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Shiva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 04:10:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903608#M376918</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T04:10:45Z</dc:date>
    </item>
    <item>
      <title>Re: Text Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903609#M376919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ravi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;goto SE38 give your program name and type in ur program like text-001 and double click on it .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Example&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : BEGIN OF BLOCK B1 WITH FRAME TITLE &amp;lt;b&amp;gt;text-001&amp;lt;/b&amp;gt;. &lt;/P&gt;&lt;P&gt;SELECT-OPTIONS:.........................&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : END OF BLOCK B1 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 04:13:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903609#M376919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T04:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: Text Elements</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903610#M376920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;   You can create Text elements by the follwoing methods &lt;/P&gt;&lt;P&gt; 1. Goto SE38 give the program name and in the program type text-&amp;lt;number&amp;gt; . Double click . The Text element is created.&lt;/P&gt;&lt;P&gt;2 . Goto SE38 give the program name and GOTO --&amp;gt;Text Elements.&lt;/P&gt;&lt;P&gt;3 . Goto SE38 give the program name and select the radio button Text Elements.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sowmya.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 20 Feb 2007 04:18:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/text-elements/m-p/1903610#M376920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-20T04:18:20Z</dc:date>
    </item>
  </channel>
</rss>

