<?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 to another screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359759#M521866</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check this program&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;DEMO_CALL_SELECTION_SCREEN&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 01 Jun 2007 05:12:04 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-06-01T05:12:04Z</dc:date>
    <item>
      <title>selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359751#M521858</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I have a requirement.&lt;/P&gt;&lt;P&gt;in my abap code i first define a selection screen.&lt;/P&gt;&lt;P&gt;after entering the some values in the selection screen, and press enter, i have to go to another screen, and by clicking the back button i have to come back to the selection screen.&lt;/P&gt;&lt;P&gt;How to do this.&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 04:56:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359751#M521858</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T04:56:31Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359752#M521859</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;Use module pool programming for such requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 04:57:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359752#M521859</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T04:57:57Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359753#M521860</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i know that, but what to write in the abap code, so that i can switch to another screen from the selection screen.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:02:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359753#M521860</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:02:55Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359754#M521861</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;data l_clear type char10.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block a1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter p_test type matnr.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen end of block a1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;clear l_clear.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;call selection-screen 100.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection..&lt;/P&gt;&lt;P&gt;end-of-selection.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So on the whole You have to call the second selection screen at at selection-screen event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:05:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359754#M521861</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:05:57Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359755#M521862</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Viki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To  call another screen from anywhere in the code you can use CALL SCREEN and it can be used in module pool as well as normal programming.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Let me know if you require further details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF you want some sample code then you can just search SDN you will find lots of code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:08:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359755#M521862</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:08:18Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359756#M521863</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi viki&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes u can do this if the second selection screen is of another program.&lt;/P&gt;&lt;P&gt; on click event of some button .By default selection screen number is 1000.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;call screen '1000' of program &amp;lt;program name&amp;gt;&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or u can do another thing. u place 2 radiobutton on a screen.Depending on which radiobutton is clicked u can display different blocks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this can solve ur issue.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any issues please mail me at ravish.goyal@gmail.com. i would like to solve them &lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;ravish&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;plz dont forget to reward points if helpful&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:08:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359756#M521863</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359757#M521864</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i dont want to call a second selection screen. i want to call a normal screen from the selection screen. and when i click back button on that screen, it should again go to selection screen. Hope you got my requirement.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:08:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359757#M521864</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:08:39Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359758#M521865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;u can design your own selection-screen other than the standard selection-screen(1000). check this link&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba83d35c111d1829f0000e829fbfe/content.htm" target="test_blank"&gt;http://help.sap.com/saphelp_47x200/helpdata/en/9f/dba83d35c111d1829f0000e829fbfe/content.htm&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:08:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359758#M521865</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359759#M521866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also check this program&amp;lt;b&amp;gt;&lt;/P&gt;&lt;P&gt;DEMO_CALL_SELECTION_SCREEN&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:12:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359759#M521866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:12:04Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359760#M521867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;tables : sscrfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now write code in&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case sscrfields-ucomm.&lt;/P&gt;&lt;P&gt;when 'ONLI'. "fn code for F8&lt;/P&gt;&lt;P&gt;call screen 100.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;now for the screen 100 in pai &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;case okcode.&lt;/P&gt;&lt;P&gt;when 'BACK'.&lt;/P&gt;&lt;P&gt;set screen 0.  " or use leave to screen 0 instead of two lines&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;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;shiba dutta&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:12:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359760#M521867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359761#M521868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes you are right, i can go to any screen by using call screen, but i am not able to go back to my selection screen when i click back button. what should i do for that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:12:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359761#M521868</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:12:51Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359762#M521869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai,&lt;/P&gt;&lt;P&gt;u do this in module pool man,&lt;/P&gt;&lt;P&gt;instead of selection screen go for normal screen's in module pool,&lt;/P&gt;&lt;P&gt;in that u can call screen directly by call screen screen_no.&lt;/P&gt;&lt;P&gt;and u can navigate to the next screen and use pf_status for both the screen's.&lt;/P&gt;&lt;P&gt;capture the sy_ucomm and based on that particular click u can get back to the previous screen when back button was clicked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:14:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359762#M521869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:14:12Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359763#M521870</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;Whenever you define your own screen you need to assign the PF -status to the same.&lt;/P&gt;&lt;P&gt;And once the PF status assigned you need to handle all the functionalities, for eg. when BACK button is pressed then SY-UCOMM will contain the corresponding entry.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The simplest way is just assign code EBACK to your back button in the PF status you will define.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward points to all useful answers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:18:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359763#M521870</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:18:10Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359764#M521871</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;data : ok_code like sy_ucomm.&lt;/P&gt;&lt;P&gt;CASE OK_CODE.&lt;/P&gt;&lt;P&gt;      WHEN 'BACK'.&lt;/P&gt;&lt;P&gt;        leave screen.&lt;/P&gt;&lt;P&gt;      when 'EXIT'.&lt;/P&gt;&lt;P&gt;        leave screen.&lt;/P&gt;&lt;P&gt;      WHEN 'CANCEL'.&lt;/P&gt;&lt;P&gt;        leave screen.&lt;/P&gt;&lt;P&gt;endcase.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:23:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359764#M521871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:23:45Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359765#M521872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi, &lt;/P&gt;&lt;P&gt;it is giving a syntax error saying that "OKCODE" is unknown.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:32:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359765#M521872</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359766#M521873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in your screen (se51) element list at last check one table control at last one okcode field will be there give OKCODE in the input area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in your program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DATA : OKCODE LIKE SY-UCOMM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOW DO THE CODING.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REGARDS&lt;/P&gt;&lt;P&gt;SHIBA DUTTA&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:38:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359766#M521873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:38:31Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359767#M521874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Viki,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When you define a screen you need to define the okcode of that screen also. Just go to the attributes of the screen and define OKCODE there.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Atish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:38:53 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359767#M521874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:38:53Z</dc:date>
    </item>
    <item>
      <title>Re: selection screen to another screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359768#M521875</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;for that particular screen u need to enter that ok_code in the element list ,i hope ok_code will the last element in that list of type ok go there and give that name as ok_code and all other details will be available for that field in default,only u need to add there ok_code and activate it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name          type&lt;/P&gt;&lt;P&gt;OK_CODE	 OK&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and in ur report also declare that field as&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; DATA: ok_code   TYPE sy-ucomm.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 01 Jun 2007 05:47:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen-to-another-screen/m-p/2359768#M521875</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-01T05:47:02Z</dc:date>
    </item>
  </channel>
</rss>

