<?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 Multiple screen navigation with same button click. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-screen-navigation-with-same-button-click/m-p/776170#M38804</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
  &lt;P&gt; I have created login screen in MPP which consists of user name, password and one login(Push button) and i have created another two screens one is " recruiter screen" and another one is "management screen" and i have created two tables in SE11 one consisting of recruiter details and another one consisting of management details.&lt;/P&gt;
  &lt;P&gt; Here my requirement is in login screen when i enter recruiter details, it should fetch the details from recruiter table and should give access to recruiter screen and if i enter management details it should fetch the data from management table and it should give access to management screen.Can anyone please guide me to do this.&lt;/P&gt;</description>
    <pubDate>Mon, 04 Mar 2019 12:51:17 GMT</pubDate>
    <dc:creator>former_member577082</dc:creator>
    <dc:date>2019-03-04T12:51:17Z</dc:date>
    <item>
      <title>Multiple screen navigation with same button click.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-screen-navigation-with-same-button-click/m-p/776170#M38804</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;
  &lt;P&gt; I have created login screen in MPP which consists of user name, password and one login(Push button) and i have created another two screens one is " recruiter screen" and another one is "management screen" and i have created two tables in SE11 one consisting of recruiter details and another one consisting of management details.&lt;/P&gt;
  &lt;P&gt; Here my requirement is in login screen when i enter recruiter details, it should fetch the details from recruiter table and should give access to recruiter screen and if i enter management details it should fetch the data from management table and it should give access to management screen.Can anyone please guide me to do this.&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 12:51:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-screen-navigation-with-same-button-click/m-p/776170#M38804</guid>
      <dc:creator>former_member577082</dc:creator>
      <dc:date>2019-03-04T12:51:17Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple screen navigation with same button click.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-screen-navigation-with-same-button-click/m-p/776171#M38805</link>
      <description>&lt;P&gt;What is your difficulty?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 14:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-screen-navigation-with-same-button-click/m-p/776171#M38805</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2019-03-04T14:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple screen navigation with same button click.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-screen-navigation-with-same-button-click/m-p/776172#M38806</link>
      <description>&lt;P&gt;Look like some basic dynpro handling and coding (case, call screen, module, leave to screen 0 and some select) so where are you exactly stuck? (Did you look at your course material or some demo program from SAP with a transaction such as DWDM)&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 14:22:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-screen-navigation-with-same-button-click/m-p/776172#M38806</guid>
      <dc:creator>RaymondGiuseppi</dc:creator>
      <dc:date>2019-03-04T14:22:42Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple screen navigation with same button click.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-screen-navigation-with-same-button-click/m-p/776173#M38807</link>
      <description>&lt;P&gt;Sounds like you should have two different security roles, or same role with different activity values. Either way when user enters their info on login screen, your program should check the authorization to determine if they are recruiter or management. Then the program calls the appropriate screen and loads the data from the recruiter table or the management table.&lt;/P&gt;&lt;P&gt;Alternative to PFCG roles you could use a z table to map userid to recruiter or management role for this transaction. But following the standard security model is usually best.&lt;/P&gt;&lt;P&gt;Does that help?&lt;/P&gt;</description>
      <pubDate>Mon, 04 Mar 2019 21:26:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-screen-navigation-with-same-button-click/m-p/776173#M38807</guid>
      <dc:creator>mh97</dc:creator>
      <dc:date>2019-03-04T21:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Multiple screen navigation with same button click.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-screen-navigation-with-same-button-click/m-p/776174#M38808</link>
      <description>&lt;P&gt;Solution is based on how do you valid user login and the detail of your database table. one solution is create a flag field to mark a person is recruiter or manager then in the validation of the login screen you also read that flag, after that just a simple CALL SCREEN. the other way is create 2 roles in tcode PFCG, assign user and use authorization check in your screen.&lt;/P&gt;</description>
      <pubDate>Tue, 05 Mar 2019 00:26:22 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/multiple-screen-navigation-with-same-button-click/m-p/776174#M38808</guid>
      <dc:creator>DoanManhQuynh</dc:creator>
      <dc:date>2019-03-05T00:26:22Z</dc:date>
    </item>
  </channel>
</rss>

