<?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 Screen programing .. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programing/m-p/1757634#M328117</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a report using table control which is common for 3 roles present on the system...for ex &amp;lt;b&amp;gt;admin&amp;lt;/b&amp;gt; , &amp;lt;b&amp;gt;emp&amp;lt;/b&amp;gt; , &amp;lt;b&amp;gt;mang&amp;lt;/b&amp;gt; all three acessing same report screen no &amp;lt;b&amp;gt;0004&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when this screen is called how to go back to the role which has called this report...here i am using three seperate push buttons to each of roles making  impractical....i need help in this regards.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shud i use class concept  ?? experts help mee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 21 Dec 2006 13:23:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-21T13:23:51Z</dc:date>
    <item>
      <title>Screen programing ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programing/m-p/1757634#M328117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have a report using table control which is common for 3 roles present on the system...for ex &amp;lt;b&amp;gt;admin&amp;lt;/b&amp;gt; , &amp;lt;b&amp;gt;emp&amp;lt;/b&amp;gt; , &amp;lt;b&amp;gt;mang&amp;lt;/b&amp;gt; all three acessing same report screen no &amp;lt;b&amp;gt;0004&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when this screen is called how to go back to the role which has called this report...here i am using three seperate push buttons to each of roles making  impractical....i need help in this regards.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;shud i use class concept  ?? experts help mee&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 13:23:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programing/m-p/1757634#M328117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T13:23:51Z</dc:date>
    </item>
    <item>
      <title>Re: Screen programing ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programing/m-p/1757635#M328118</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Why don't you use IMPORT and EXPORT??? That way you can have the value of the role inside a variable and don't loose it's value -;)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greetings,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Blag.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 13:32:04 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programing/m-p/1757635#M328118</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T13:32:04Z</dc:date>
    </item>
    <item>
      <title>Re: Screen programing ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programing/m-p/1757636#M328119</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;first u check whether the user belongs to admin or emp or mang. Now use only one push button and write code as checking user status...if admin leave to admin screen etc....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 13:35:35 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programing/m-p/1757636#M328119</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T13:35:35Z</dc:date>
    </item>
    <item>
      <title>Re: Screen programing ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programing/m-p/1757637#M328120</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi u need to change the PF-Status for this one accordingly&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Export the SY-REPID which indicates the current program into the memory..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;syntac&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;EXPORT SY-REPID TO MEMORY ID 'PGMNAME'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now when defining the PF-Status for the screen 0004 import the PGMNAME and accordingly edit the behavior of the program, i.e going back to the program which called it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Award points if found helpful&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 13:36:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programing/m-p/1757637#M328120</guid>
      <dc:creator>rahulkavuri</dc:creator>
      <dc:date>2006-12-21T13:36:18Z</dc:date>
    </item>
    <item>
      <title>Re: Screen programing ..</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programing/m-p/1757638#M328121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi it gives same program name as i have  created these screens of the roles under same program name. Moreover the subcreen 0002 is the same for every role though it is embedded in different tab srtips of role.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ADMIN TAB strip -&lt;/P&gt;&lt;HR originaltext="---" /&gt;&lt;P&gt;&amp;gt; 0001 0002 0003&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Emp TAB strip -&lt;/P&gt;&lt;HR originaltext="-----" /&gt;&lt;P&gt;&amp;gt; 0004 0002 0005&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;mang TAB strip -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt; 0006 0002 0007&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;report for screen 0002 -&lt;/P&gt;&lt;HR originaltext="----" /&gt;&lt;P&gt;&amp;gt; 0008&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as shown same screen number 0002 embedded in different tab strips access the report.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is scenario......&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 Dec 2006 14:47:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-programing/m-p/1757638#M328121</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-21T14:47:24Z</dc:date>
    </item>
  </channel>
</rss>

