<?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: Report with two selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676575#M1575598</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please create 2 reports as given below.- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZSZP_00007.&lt;/P&gt;&lt;P&gt;parameters a(5) .&lt;/P&gt;&lt;P&gt;parameters b(5) .&lt;/P&gt;&lt;P&gt;parameters c(5) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF screen-name = 'A' or screen-name = 'B' .&lt;/P&gt;&lt;P&gt;  get parameter id 'aaaaaaaaaaa' field a.&lt;/P&gt;&lt;P&gt;  get parameter id 'bbbbbbbbbbb' field B.&lt;/P&gt;&lt;P&gt;screen-input = 0.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;your logic&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zszp_00005.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS a(5).&lt;/P&gt;&lt;P&gt;PARAMETERS b(5).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  SET PARAMETER ID 'aaaaaaaaaaa' FIELD a.&lt;/P&gt;&lt;P&gt;  SET PARAMETER ID 'bbbbbbbbbbb' FIELD b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;your logic&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SUBMIT zszp_00007 VIA SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this approach will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 Feb 2011 10:35:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-02-08T10:35:49Z</dc:date>
    <item>
      <title>Report with two selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676570#M1575593</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 one requirement for report.&lt;/P&gt;&lt;P&gt;When we execute the report then it should have two parameter (sales org, document number)&lt;/P&gt;&lt;P&gt;After pressing F8 it should display another screen or same screen with display customer name, city for that document and screen should have  2 more parameters (New customer kunnr).after pressing F8 program functionality should work.&lt;/P&gt;&lt;P&gt;Please suggest.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 10:14:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676570#M1575593</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T10:14:21Z</dc:date>
    </item>
    <item>
      <title>Re: Report with two selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676571#M1575594</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Add all field in the selection screen , but keep the old custmer name , city and new customer in disable mode and when you enter the sales org, document number then make these 3 fields enable and when press F8 do ur process..&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;Madhukar Shetty&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 11:22:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676571#M1575594</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T11:22:54Z</dc:date>
    </item>
    <item>
      <title>Re: Report with two selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676572#M1575595</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Yes on this way i can. but requirment is when he press F8 then second screen should come with some output and additional parameter.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 12:34:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676572#M1575595</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-07T12:34:49Z</dc:date>
    </item>
    <item>
      <title>Re: Report with two selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676573#M1575596</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Simply create additional screen with all the parameters you want, set gui status for it with &lt;EM&gt;execute&lt;/EM&gt; button. Initially show selection-screen, then in &lt;EM&gt;start-of-selection&lt;/EM&gt; use &lt;EM&gt;call screen ..&lt;/EM&gt; then in PAI of that screen catch &lt;EM&gt;execute&lt;/EM&gt; fcode and call subroutine which executes required logic. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Marcin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 07 Feb 2011 12:39:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676573#M1575596</guid>
      <dc:creator>MarcinPciak</dc:creator>
      <dc:date>2011-02-07T12:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Report with two selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676574#M1575597</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Marcin Pciak,&lt;/P&gt;&lt;P&gt;Thanks &lt;/P&gt;&lt;P&gt;May be I am going to worng. its not working for me. its displaying all parameters in one screen. could you please tell me step by step.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 09:21:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676574#M1575597</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-08T09:21:22Z</dc:date>
    </item>
    <item>
      <title>Re: Report with two selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676575#M1575598</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please create 2 reports as given below.- &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  ZSZP_00007.&lt;/P&gt;&lt;P&gt;parameters a(5) .&lt;/P&gt;&lt;P&gt;parameters b(5) .&lt;/P&gt;&lt;P&gt;parameters c(5) .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;AT SELECTION-SCREEN OUTPUT.&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF screen-name = 'A' or screen-name = 'B' .&lt;/P&gt;&lt;P&gt;  get parameter id 'aaaaaaaaaaa' field a.&lt;/P&gt;&lt;P&gt;  get parameter id 'bbbbbbbbbbb' field B.&lt;/P&gt;&lt;P&gt;screen-input = 0.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;start-of-selection.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;your logic&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  zszp_00005.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS a(5).&lt;/P&gt;&lt;P&gt;PARAMETERS b(5).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;START-OF-SELECTION.&lt;/P&gt;&lt;P&gt;  SET PARAMETER ID 'aaaaaaaaaaa' FIELD a.&lt;/P&gt;&lt;P&gt;  SET PARAMETER ID 'bbbbbbbbbbb' FIELD b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;your logic&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; SUBMIT zszp_00007 VIA SELECTION-SCREEN.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;******************************************************************************&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i hope this approach will solve your problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;&lt;P&gt;Swanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Feb 2011 10:35:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676575#M1575598</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-08T10:35:49Z</dc:date>
    </item>
    <item>
      <title>Re: Report with two selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676576#M1575599</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Swanand,&lt;/P&gt;&lt;P&gt;Thanks, But how can get one selection screen output to second?? Like document contact person name,city etc.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 06:53:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676576#M1575599</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-09T06:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: Report with two selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676577#M1575600</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;as we passing input of first selection screen to second using set, get parameter, similarly you can pass extra information like field or structure using &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
 SET PARAMETER ID 's_name' FIELD s_name.  " in first program

GET PARAMETER ID 's_name' FIELD s_name2. " in second program

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;define s_name and s_name of same type.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;please try this and let me know.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Swanand Paranjape.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Feb 2011 07:33:21 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676577#M1575600</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-09T07:33:21Z</dc:date>
    </item>
    <item>
      <title>Re: Report with two selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676578#M1575601</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Swanand.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Feb 2011 10:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/report-with-two-selection-screen/m-p/7676578#M1575601</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-02-10T10:38:42Z</dc:date>
    </item>
  </channel>
</rss>

