<?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 screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495451#M563510</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in se38(text editor) use the following path in menu bar&lt;/P&gt;&lt;P&gt;Goto-&amp;gt;Text elements-&amp;gt;Selection Texts, now you'll be able to see your fields, just mark the checkboxes(Dictionary Ref.) against them, or provide your own field description in the fields provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 06 Jul 2007 11:22:48 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-06T11:22:48Z</dc:date>
    <item>
      <title>selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495446#M563505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi experts,&lt;/P&gt;&lt;P&gt;                I have report that has selection screen. coding as below : &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS :  S_BUKRS    FOR BSEG-BUKRS NO-EXTENSION  NO INTERVALS ,&lt;/P&gt;&lt;P&gt;                  S_KUNNR    FOR BSEG-KUNNR ,&lt;/P&gt;&lt;P&gt;                  S_ERDAT    FOR BKPF-BUDAT OBLIGATORY  DEFAULT '20060101'  TO SY-DATUM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BUt in output it shows Text in place of S_BUKRS, S_KUNNR, S_ERDAT  as company code, company, date respectively. where this text is define. Plz help.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 11:16:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495446#M563505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T11:16:29Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495447#M563506</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;Its coming from their Data elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can check that by going to that strucutre for which you are creating the SELECT-OPTIONS or parameter and check the data elements Field label's.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example just check the data element BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Sesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 11:17:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495447#M563506</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-07-06T11:17:38Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495448#M563507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI, &lt;/P&gt;&lt;P&gt;  the text is coming from respective data elements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;BR, Artem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;remeber points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 11:18:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495448#M563507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T11:18:38Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495449#M563508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They are the labels of data element: BUKRS,  KUNNR and SY-DATUM&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 11:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495449#M563508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T11:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495450#M563509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tables: bseg,bkpf.&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS : S_BUKRS FOR BSEG-BUKRS NO-EXTENSION NO INTERVALS ,&lt;/P&gt;&lt;P&gt;S_KUNNR FOR BSEG-KUNNR ,&lt;/P&gt;&lt;P&gt;S_ERDAT FOR BKPF-BUDAT OBLIGATORY DEFAULT '20060101' TO SY-DATUM .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Come back to Program, then&lt;/P&gt;&lt;P&gt;Goto -&amp;gt; Text Elements -&amp;gt; Selection Texts&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this screen just check the check boxes adjacent to the select-options names.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Save and Activate.&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;Pavan P.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 11:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495450#M563509</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T11:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495451#M563510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in se38(text editor) use the following path in menu bar&lt;/P&gt;&lt;P&gt;Goto-&amp;gt;Text elements-&amp;gt;Selection Texts, now you'll be able to see your fields, just mark the checkboxes(Dictionary Ref.) against them, or provide your own field description in the fields provided.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 11:22:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495451#M563510</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T11:22:48Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495452#M563511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!,&lt;/P&gt;&lt;P&gt;       But when I copy this code and paste for new report then why its showing only S_BUKRS&lt;/P&gt;&lt;P&gt;S_KUNNR&lt;/P&gt;&lt;P&gt;S_BUDAT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;istead of TEXT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 11:30:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495452#M563511</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T11:30:23Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495453#M563512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;buddy, when you copy and paste s_bukrs..... into a new report, you have to tell the system that how do u wanna get its texts, and this is by the way i told u earlier, now the previous program where TEXT was coming, if you go to Selection Texts like i told you, u'll see that they have been check marked for dictionary reference, but in new program you have to check mark them to get the TEXT, plz do see my previous post to this answer&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 11:35:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495453#M563512</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T11:35:33Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495454#M563513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi!,&lt;/P&gt;&lt;P&gt;    Thanks alot for help. I didnt say ur answer and posted by question. I got what I want. Thanks.&lt;/P&gt;&lt;P&gt;Khan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jul 2007 11:41:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2495454#M563513</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-06T11:41:33Z</dc:date>
    </item>
  </channel>
</rss>

