<?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: Error when Generating the Selection Screen? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-generating-the-selection-screen/m-p/2819734#M659508</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using select-options and parameters you do not normally need to put a comment text to provide the text for the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go to the menu option Goto&lt;DEL&gt;&amp;gt;Text Elements&lt;/DEL&gt;&amp;gt;Selection Texts and enter the required text there.  You also will then not need the begin of line or end of line statements.  If you have not put this text in, that may be why you get the selection text not maintained error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How you fix the message about text not translated depends on whether the system you are using is multi language or not.  If not multi language and never will be, then you can simply supress the messages by putting a comment "EC NOTEXT at the end of each line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have or may have multiple languages, double click on the text and this will give a pop-up asking if you want to create a text element. Say yes and let the system assign a text number etc.  Repeat for all texts and then save and activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Sep 2007 00:33:22 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-25T00:33:22Z</dc:date>
    <item>
      <title>Error when Generating the Selection Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-generating-the-selection-screen/m-p/2819731#M659505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;               When i am executing the program with this code .I am getting this type of Error&lt;/P&gt;&lt;P&gt;" Source code   ZUSFICOR00013_MM_ACNT_COSTING                Line     0&lt;/P&gt;&lt;P&gt;Error when generating the selection screen "1000" of report &lt;/P&gt;&lt;P&gt;"          &lt;/P&gt;&lt;P&gt;             I got this Error while activating my program.The code which i wrote is the below one.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;Select-Options : S_MATNR for MBEW-MATNR ."MatchCode Object MAT1,&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 2(10) TEXT-004 for field s_matnr.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 23:21:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-generating-the-selection-screen/m-p/2819731#M659505</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T23:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Generating the Selection Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-generating-the-selection-screen/m-p/2819732#M659506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use like this :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;SELECTION-SCREEN COMMENT 2(10) TEXT-004 for field s_matnr.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;Select-Options : S_MATNR for MBEW-MATNR ."MatchCode Object MAT1,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do not use after field of s_matnr ,use before.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Seshu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 23:31:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-generating-the-selection-screen/m-p/2819732#M659506</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T23:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Generating the Selection Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-generating-the-selection-screen/m-p/2819733#M659507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Seshu,&lt;/P&gt;&lt;P&gt;              While doing EPC for the Below code&lt;/P&gt;&lt;P&gt; SELECTION-SCREEN: BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 2(15) TEXT-004 for field s_matnr.&lt;/P&gt;&lt;P&gt;Select-Options : S_MATNR for MBEW-MATNR ."MatchCode Object MAT1,&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN: END OF LINE.&lt;/P&gt;&lt;P&gt;              I am getting an Warning like " Selection text or parameter for selection field S_MATNR is not maintained"  How to coorect this one?&lt;/P&gt;&lt;P&gt;               and also for the this Below Code &lt;/P&gt;&lt;P&gt;s_fieldcatalog-col_pos = 1.&lt;/P&gt;&lt;P&gt;s_fieldcatalog-fieldname = 'BWKEY'.&lt;/P&gt;&lt;P&gt;s_fieldcatalog-tabname = 'i_MBEW_out'.&lt;/P&gt;&lt;P&gt;s_fieldcatalog-seltext_l = 'Plant'.&lt;/P&gt;&lt;P&gt;append s_fieldcatalog to t_fieldcatalog.&lt;/P&gt;&lt;P&gt;clear s_fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_fieldcatalog-col_pos = 2.&lt;/P&gt;&lt;P&gt;s_fieldcatalog-fieldname = 'MATNR'.&lt;/P&gt;&lt;P&gt;s_fieldcatalog-tabname = 'i_MBEW_out'.&lt;/P&gt;&lt;P&gt;s_fieldcatalog-seltext_l = 'Material'.&lt;/P&gt;&lt;P&gt;append s_fieldcatalog to t_fieldcatalog.&lt;/P&gt;&lt;P&gt;clear s_fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;s_fieldcatalog-col_pos = 3.&lt;/P&gt;&lt;P&gt;s_fieldcatalog-fieldname = 'MAKTX'.&lt;/P&gt;&lt;P&gt;s_fieldcatalog-tabname = 'i_MBEW_out'.&lt;/P&gt;&lt;P&gt;s_fieldcatalog-seltext_l = 'Material Description'.&lt;/P&gt;&lt;P&gt;append s_fieldcatalog to t_fieldcatalog.&lt;/P&gt;&lt;P&gt;clear s_fieldcatalog. &lt;/P&gt;&lt;P&gt;                 I am getting EPC Error like " Char. strings w/o text elements will not be translated:&lt;/P&gt;&lt;P&gt;'Plant'"&lt;/P&gt;&lt;P&gt;     Can u please tell me How to correct these type of EPC Error's.&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Gopi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 24 Sep 2007 23:46:30 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-generating-the-selection-screen/m-p/2819733#M659507</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-24T23:46:30Z</dc:date>
    </item>
    <item>
      <title>Re: Error when Generating the Selection Screen?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-generating-the-selection-screen/m-p/2819734#M659508</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When using select-options and parameters you do not normally need to put a comment text to provide the text for the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just go to the menu option Goto&lt;DEL&gt;&amp;gt;Text Elements&lt;/DEL&gt;&amp;gt;Selection Texts and enter the required text there.  You also will then not need the begin of line or end of line statements.  If you have not put this text in, that may be why you get the selection text not maintained error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How you fix the message about text not translated depends on whether the system you are using is multi language or not.  If not multi language and never will be, then you can simply supress the messages by putting a comment "EC NOTEXT at the end of each line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you have or may have multiple languages, double click on the text and this will give a pop-up asking if you want to create a text element. Say yes and let the system assign a text number etc.  Repeat for all texts and then save and activate.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Andrew&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Sep 2007 00:33:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/error-when-generating-the-selection-screen/m-p/2819734#M659508</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-25T00:33:22Z</dc:date>
    </item>
  </channel>
</rss>

