<?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: provision for comments in selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826728#M661422</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have btn in the selection scrn . Upon clicking it , call the FM &lt;/P&gt;&lt;P&gt;'NOTICE_OPEN' which opens an editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Oct 2007 09:54:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-10-04T09:54:05Z</dc:date>
    <item>
      <title>provision for comments in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826727#M661421</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;    iam balaji,can anyone help me with,how to create a field in which we can write our own comments,in the selection screen,the field should be like a notepad or editor type field,means not a single line field,the width of the field should be more...........????????????&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:47:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826727#M661421</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T09:47:50Z</dc:date>
    </item>
    <item>
      <title>Re: provision for comments in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826728#M661422</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Have btn in the selection scrn . Upon clicking it , call the FM &lt;/P&gt;&lt;P&gt;'NOTICE_OPEN' which opens an editor.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:54:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826728#M661422</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T09:54:05Z</dc:date>
    </item>
    <item>
      <title>Re: provision for comments in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826729#M661423</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Balaji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If the program is a Module pool you can take Text Control.&lt;/P&gt;&lt;P&gt;And write your comments on that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:54:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826729#M661423</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T09:54:32Z</dc:date>
    </item>
    <item>
      <title>Re: provision for comments in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826730#M661424</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Balaji,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First you need to design a screen say 100 using the Screen Painter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here, you need to create a Input/Output Box. &lt;/P&gt;&lt;P&gt;Note: With Release 6.10 you can set a representation for dropdown listboxes that also shows the key value in front of the description. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Listbox :&lt;/P&gt;&lt;P&gt;Visualization as listbox in which a list of entries is displayed with one short description each. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801c2d454211d189710000e8322d00/frameset.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw2004s/helpdata/en/d1/801c2d454211d189710000e8322d00/frameset.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once the Screen 0100 is ready, define the Selection-Screen using the Sub-Screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF SCREEN &amp;lt;scrn&amp;gt; AS SUBSCREEN &lt;/P&gt;&lt;P&gt;[NO INTERVALS]&lt;/P&gt;&lt;P&gt;[NESTING LEVEL &amp;lt;n&amp;gt;].&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF SCREEN &amp;lt;scrn&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Refer to the following link:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw04/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_nw04/helpdata/en/e7/deb237b9a9a968e10000009b38f8cf/content.htm&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful,&lt;/P&gt;&lt;P&gt;Karthik&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:55:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826730#M661424</guid>
      <dc:creator>former_member189629</dc:creator>
      <dc:date>2007-10-04T09:55:25Z</dc:date>
    </item>
    <item>
      <title>Re: provision for comments in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826731#M661425</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;u create a text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;see this example.&lt;/P&gt;&lt;P&gt;DATA:container TYPE scrfname VALUE 'CONT',(cont is container in screen 101)&lt;/P&gt;&lt;P&gt;     cl_container TYPE REF TO cl_gui_custom_container,&lt;/P&gt;&lt;P&gt;     text_area TYPE REF TO cl_gui_textedit.&lt;/P&gt;&lt;P&gt;data:okcode type sy-ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set screen 101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE STATUS_0101 OUTPUT.&lt;/P&gt;&lt;P&gt;  set PF-STATUS 'MENU'.&lt;/P&gt;&lt;P&gt;IF CL_CONTAINER IS NOT INITIAL.&lt;/P&gt;&lt;P&gt;    CALL METHOD CL_CONTAINER-&amp;gt;FREE&lt;/P&gt;&lt;P&gt;      EXCEPTIONS&lt;/P&gt;&lt;P&gt;        CNTL_SYSTEM_ERROR = 1&lt;/P&gt;&lt;P&gt;        CNTL_ERROR        = 2.&lt;/P&gt;&lt;P&gt;        IF SY-SUBRC &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;P&gt;          MESSAGE A000(ZTMW_MSGTAB).&lt;/P&gt;&lt;P&gt;        ENDIF.&lt;/P&gt;&lt;P&gt;    CLEAR CL_CONTAINER."clearing the custom container1&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;  IF CL_CONTAINER IS INITIAL.&lt;/P&gt;&lt;P&gt;    CREATE OBJECT CL_CONTAINER&lt;/P&gt;&lt;P&gt;      EXPORTING CONTAINER_NAME = CONTAINER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CREATE OBJECT TEXT_AREA&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        parent = CL_CONTAINER&lt;/P&gt;&lt;P&gt;        wordwrap_mode = cl_gui_textedit=&amp;gt;WORDWRAP_AT_WINDOWBORDER&lt;/P&gt;&lt;P&gt;        wordwrap_to_linebreak_mode = cl_gui_textedit=&amp;gt;true.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD CL_CONTAINER-&amp;gt;link&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        repid = sy-repid&lt;/P&gt;&lt;P&gt;        dynnr = '0101'&lt;/P&gt;&lt;P&gt;        container = CONTAINER.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD CL_CONTAINER-&amp;gt;set_width&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        width = 15.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    CALL METHOD CL_CONTAINER-&amp;gt;set_height&lt;/P&gt;&lt;P&gt;      EXPORTING&lt;/P&gt;&lt;P&gt;        height = 5.&lt;/P&gt;&lt;P&gt;  ENDIF.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " STATUS_0101  OUTPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0101 INPUT.&lt;/P&gt;&lt;P&gt;  CASE OKCODE."okcode of screen 101&lt;/P&gt;&lt;P&gt;    WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;      SET SCREEN 0.&lt;/P&gt;&lt;P&gt;  ENDCASE.&lt;/P&gt;&lt;P&gt;ENDMODULE.                 " USER_COMMAND_0101  INPUT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;flow logic:&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;P&gt; MODULE STATUS_0101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt; MODULE USER_COMMAND_0101.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;bharat.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 09:57:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826731#M661425</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T09:57:35Z</dc:date>
    </item>
    <item>
      <title>Re: provision for comments in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826732#M661426</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thx for the resply.........&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 10:09:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826732#M661426</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T10:09:47Z</dc:date>
    </item>
    <item>
      <title>Re: provision for comments in selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826733#M661427</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi bharath,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;       it is a report program,in the selection-screen i want a editor like window where i can write my comments and then show that finally in the layout, using smartforms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;                 plz find a sloution for this...............&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;balaji.s&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Oct 2007 10:18:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/provision-for-comments-in-selection-screen/m-p/2826733#M661427</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-10-04T10:18:35Z</dc:date>
    </item>
  </channel>
</rss>

