<?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: Selection texts in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724442#M632238</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;TRY THIS CODE :&lt;/P&gt;&lt;P&gt;data NAME(20).&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;uline at 10(10).&lt;/P&gt;&lt;P&gt;WRITE: /10 '|', 11(8) 'Text' CENTERED, 19 '|' ,NAME INPUT ON.&lt;/P&gt;&lt;P&gt;ULINE AT /10(10).&lt;/P&gt;&lt;P&gt;plz reward points if it helps.&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 15 Aug 2007 06:48:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-08-15T06:48:59Z</dc:date>
    <item>
      <title>Selection texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724437#M632233</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i enter some text on selection screen in a box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please give me solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Be sure awarded for an useful answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 05:59:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724437#M632233</guid>
      <dc:creator>kishorepallapothula</dc:creator>
      <dc:date>2007-08-15T05:59:27Z</dc:date>
    </item>
    <item>
      <title>Re: Selection texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724438#M632234</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use INPUT ON option.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA V_NAME(20).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WRITE: 'Enter your name: ', V_NAME INPUT ON,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vinay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 06:06:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724438#M632234</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T06:06:02Z</dc:date>
    </item>
    <item>
      <title>Re: Selection texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724439#M632235</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;&lt;/P&gt;&lt;P&gt;1. If you want to Display some Text  as BOX Title this is the way.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt; SELECTION-SCREEN: BEGIN OF BLOCK B1 WITH FRAME TITLE TEXT-T01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Parameters : p_matnr like mara-matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SELECTION-SCREEN: end OF BLOCK B1 .&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Double click on  the TEXT-T01 to Create the Text symbol where u can add text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. To Display a Text Label any where in Selection-screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN : COMMENT 5(20) TEXT-C01.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Double click on  the TEXT-C01 to Create the Text symbol where u can add text&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here 5 is the position and 20 in the length.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 06:09:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724439#M632235</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-08-15T06:09:57Z</dc:date>
    </item>
    <item>
      <title>Re: Selection texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724440#M632236</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;The following extract from sap will provide the required answer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN - Defining Titles and Texts on Selection Screens &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define texts for various text objects: ( comments, pushbuttons, ...) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two ways to do this: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Static definition: You enter the text in the form TEXT-xxx with a three-character identifier xxx as a text symbol. &lt;/P&gt;&lt;P&gt;The contents of the text symbol TEXT-xxx appear on the selection screen and cannot be changed dynamically. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dynamic definition: You enter a field name of up to eight characters ex. abcdefgh. &lt;/P&gt;&lt;P&gt;In this case, the system creates a field with the name abcdefgh . Its contents then appear on the selection screen at runtime. You must set these texts at runtime (in the INITIALIZATION part of a report, or in the INIT routine of the logical database program SAPDBldb). You can also change them while the selection screen is being processed. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Notes &lt;/P&gt;&lt;P&gt;The field abcdefgh is generated automatically. You do not have to declare it using the DATA statement. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can define texts in any of the following: &lt;/P&gt;&lt;P&gt;- SELECTION-SCREEN BEGIN OF SCREEN &lt;/P&gt;&lt;P&gt;- SELECTION-SCREEN BEGIN OF BLOCK &lt;/P&gt;&lt;P&gt;- SELECTION-SCREEN COMMENT &lt;/P&gt;&lt;P&gt;- SELECTION-SCREEN PUSHBUTTON &lt;/P&gt;&lt;P&gt;&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;DATA SAPLANE_WA TYPE SAPLANE. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK CHARLY &lt;/P&gt;&lt;P&gt;                 WITH FRAME TITLE TEXT-001. &lt;/P&gt;&lt;P&gt;  PARAMETERS PARM(5). &lt;/P&gt;&lt;P&gt;  SELECTION-SCREEN COMMENT /5(20) COMM1234. &lt;/P&gt;&lt;P&gt;  SELECT-OPTIONS SEL FOR SAPLANE_WA-PLANETYPE. &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END   OF BLOCK CHARLY. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;INITIALIZATION. &lt;/P&gt;&lt;P&gt;  MOVE 'Test dynamic text' TO COMM1234. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;( TEXT-001 has the contents 'Block Charly'). &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection screen: &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  &lt;DEL&gt;Block Charly&lt;/DEL&gt;--&lt;/P&gt;&lt;HR originaltext="------------------------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;  | PARM             _____                        | &lt;/P&gt;&lt;P&gt;  |     Test dynamic text                         | &lt;/P&gt;&lt;P&gt;  | SEL              ________    to   ________    | &lt;/P&gt;&lt;P&gt;  -&lt;/P&gt;&lt;HR originaltext="------------------------------------------------" /&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;Byju&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 06:13:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724440#M632236</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T06:13:10Z</dc:date>
    </item>
    <item>
      <title>Re: Selection texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724441#M632237</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi vinay,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your mail.  I want to display some text on the selection screen in a box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The text is like this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"program to send email alert for performance bond, security deposits &amp;amp; insurance policies on"  (variable) " no.of days due before the expiry date.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This matter should be on the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please help me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 06:14:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724441#M632237</guid>
      <dc:creator>kishorepallapothula</dc:creator>
      <dc:date>2007-08-15T06:14:31Z</dc:date>
    </item>
    <item>
      <title>Re: Selection texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724442#M632238</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;TRY THIS CODE :&lt;/P&gt;&lt;P&gt;data NAME(20).&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;uline at 10(10).&lt;/P&gt;&lt;P&gt;WRITE: /10 '|', 11(8) 'Text' CENTERED, 19 '|' ,NAME INPUT ON.&lt;/P&gt;&lt;P&gt;ULINE AT /10(10).&lt;/P&gt;&lt;P&gt;plz reward points if it helps.&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 06:48:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724442#M632238</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T06:48:59Z</dc:date>
    </item>
    <item>
      <title>Re: Selection texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724443#M632239</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore, just add this in your SELECTION SCREEN code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN COMMENT /0(100) g_text.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And in INITIALIZATION:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
CONCATENATE 
'program to send email alert for performance bond, security deposits &amp;amp; insurance policies on'  
g_days 
'no.of days due before the expiry date'
INTO g_text.


&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 06:57:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724443#M632239</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T06:57:21Z</dc:date>
    </item>
    <item>
      <title>Re: Selection texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724444#M632240</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;this code creates a box on 'enter name'  :&lt;/P&gt;&lt;P&gt;data NAME(20).&lt;/P&gt;&lt;P&gt;skip.&lt;/P&gt;&lt;P&gt;uline at 10(20).&lt;/P&gt;&lt;P&gt;WRITE: /10 '|', 11(10) 'ENTER NAME' ,29 '|',name input on .&lt;/P&gt;&lt;P&gt;ULINE AT /10(20).&lt;/P&gt;&lt;P&gt;reward points if it helps.&lt;/P&gt;&lt;P&gt;rgds&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 06:58:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724444#M632240</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T06:58:36Z</dc:date>
    </item>
    <item>
      <title>Re: Selection texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724445#M632241</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;The following code works, incase you cannot put all your text in one go:&lt;/P&gt;&lt;P&gt;selection-screen begin  of block b1 with frame.  &lt;/P&gt;&lt;P&gt;.....&lt;/P&gt;&lt;P&gt;selection-screen uline.                                              &lt;/P&gt;&lt;P&gt;selection-screen comment /5(70) text1 for field p_gpart.             &lt;/P&gt;&lt;P&gt;selection-screen comment /5(70) text2 for field p_gpart.             &lt;/P&gt;&lt;P&gt;selection-screen comment /5(70) text3 for field p_gpart.             &lt;/P&gt;&lt;P&gt;selection-screen uline.                                              &lt;/P&gt;&lt;P&gt;selection-screen end of block b1.                                    &lt;/P&gt;&lt;P&gt;initialization.                                                      &lt;/P&gt;&lt;P&gt;text1 = 'program to send email alert for performance bond'.          &lt;/P&gt;&lt;P&gt;text2 = 'security deposits &amp;amp; insurance policies on...'. " or use concatenate           &lt;/P&gt;&lt;P&gt;text3 = 'no.of days due before the expiry date'.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 07:25:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724445#M632241</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T07:25:58Z</dc:date>
    </item>
    <item>
      <title>Re: Selection texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724446#M632242</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Kishore,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;omit the for field....&lt;/P&gt;&lt;P&gt;just use &lt;/P&gt;&lt;P&gt;selection-screen comment /5(70) text1.&lt;/P&gt;&lt;P&gt;selection-screen comment /5(70) text2.&lt;/P&gt;&lt;P&gt;selection-screen comment /5(70) text3.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 07:28:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724446#M632242</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-08-15T07:28:17Z</dc:date>
    </item>
    <item>
      <title>Re: Selection texts</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724447#M632243</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sam Limbrada  ,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your answer.  You solved my problem.  Once again thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;kishore&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Aug 2007 09:02:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-texts/m-p/2724447#M632243</guid>
      <dc:creator>kishorepallapothula</dc:creator>
      <dc:date>2007-08-15T09:02:49Z</dc:date>
    </item>
  </channel>
</rss>

