<?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: Screen design in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897042#M374874</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt; For the buttons you need to give FCODE. Goto screen layout and double click on each button and give some FCODE for these two buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your flow logic create a module in INPUT section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE ok_code_screen INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also add ok_code in the screen elements list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the module write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here write code for your FCODE's.&lt;/P&gt;&lt;P&gt;endcase.&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, 02 Feb 2007 06:23:32 GMT</pubDate>
    <dc:creator>seshatalpasai_madala</dc:creator>
    <dc:date>2007-02-02T06:23:32Z</dc:date>
    <item>
      <title>Screen design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897040#M374872</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;&lt;/P&gt;&lt;P&gt; I am new to abap. i created a screen . In that i placed two push bottons.&lt;/P&gt;&lt;P&gt;i gave name as enter and exit for that two  buttons. while clicking enter button two no to be added and result should be displayed and while clicking exit button it want to leave the screen. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For this in flow logic how to write the code. Kindly give me the code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reg&lt;/P&gt;&lt;P&gt;R.Vijai&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 06:16:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897040#M374872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T06:16:36Z</dc:date>
    </item>
    <item>
      <title>Re: Screen design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897041#M374873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in pai module write ur code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'ENTER'.&lt;/P&gt;&lt;P&gt;C = A + B.&lt;/P&gt;&lt;P&gt;//Assign c to the screen field to display it.&lt;/P&gt;&lt;P&gt;when 'EXIT'.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 06:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897041#M374873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T06:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Screen design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897042#M374874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt; For the buttons you need to give FCODE. Goto screen layout and double click on each button and give some FCODE for these two buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in your flow logic create a module in INPUT section.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;MODULE ok_code_screen INPUT.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also add ok_code in the screen elements list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then in the module write.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case ok_code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here write code for your FCODE's.&lt;/P&gt;&lt;P&gt;endcase.&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, 02 Feb 2007 06:23:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897042#M374874</guid>
      <dc:creator>seshatalpasai_madala</dc:creator>
      <dc:date>2007-02-02T06:23:32Z</dc:date>
    </item>
    <item>
      <title>Re: Screen design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897043#M374875</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 PAI&lt;/P&gt;&lt;P&gt;ok_code = sy-ucomm&lt;/P&gt;&lt;P&gt;case ok_code .&lt;/P&gt;&lt;P&gt;when 'ENTER'.&lt;/P&gt;&lt;P&gt;a = c + b.&lt;/P&gt;&lt;P&gt;when 'EXIT'.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in PBO &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;transfer the field a to screen&lt;/P&gt;&lt;P&gt;display the result.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PLZ reward points&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 06:27:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897043#M374875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T06:27:05Z</dc:date>
    </item>
    <item>
      <title>Re: Screen design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897044#M374876</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;IT SHOWING UNDEFINED STATEMENT 'OK_CODE'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;KINDLY REPLY&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 09:32:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897044#M374876</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T09:32:00Z</dc:date>
    </item>
    <item>
      <title>Re: Screen design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897045#M374877</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;   You should assign function codes for you pushbuttons, and assign the ok code in the element list of your screen.&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;Leo&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 09:38:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897045#M374877</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T09:38:33Z</dc:date>
    </item>
    <item>
      <title>Re: Screen design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897046#M374878</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;declare ok_code like sy-ucomm in your top include.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 09:39:00 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897046#M374878</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T09:39:00Z</dc:date>
    </item>
    <item>
      <title>Re: Screen design</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897047#M374879</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; I am creating screen through se38 there i write a code &lt;/P&gt;&lt;P&gt;call screen 100.&lt;/P&gt;&lt;P&gt;below that i write &lt;/P&gt;&lt;P&gt;DATA ok_code like sy-ucomm. in flowlogic i write the code like this &lt;/P&gt;&lt;P&gt;PROCESS BEFORE OUTPUT.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MODULE STATUS_0100.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROCESS AFTER INPUT.&lt;/P&gt;&lt;P&gt;MODULE USER_COMMAND_0100.&lt;/P&gt;&lt;P&gt;case sy-ucomm.&lt;/P&gt;&lt;P&gt;when 'ENTER'.&lt;/P&gt;&lt;P&gt;C = A + B.&lt;/P&gt;&lt;P&gt;//Assign c to the screen field to display it.&lt;/P&gt;&lt;P&gt;when 'EXIT'.&lt;/P&gt;&lt;P&gt;LEAVE SCREEN.&lt;/P&gt;&lt;P&gt;endcase&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now "case" is not defined ,check your spelling error is coming .kindly reply.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Feb 2007 10:22:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-design/m-p/1897047#M374879</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-02-02T10:22:01Z</dc:date>
    </item>
  </channel>
</rss>

