<?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: Module Pool Showing Push Button based on T-Code in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-showing-push-button-based-on-t-code/m-p/8964921#M1695206</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;in PBO based on the user write the if condition display the push buttons, for which you have to do grouping. group push buttons. call the push buttons based on the group and based on if condition of user and it will work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 11 Sep 2012 04:28:42 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2012-09-11T04:28:42Z</dc:date>
    <item>
      <title>Module Pool Showing Push Button based on T-Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-showing-push-button-based-on-t-code/m-p/8964919#M1695204</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Expert,&lt;/P&gt;&lt;P&gt;I have created Module Pool Program, I am having 7 Push Button&amp;nbsp; on Layout Screen, and i created T-Code for that Program, 2 T-Code, 1 for Admin, 1 for User.&lt;/P&gt;&lt;P&gt;My requirement&amp;nbsp; is&amp;nbsp; based on T-Code i have to show Push Button.&lt;/P&gt;&lt;P&gt;IF Admin&amp;nbsp; all&amp;nbsp; 7 Push Button have to show.&lt;/P&gt;&lt;P&gt;IF User&amp;nbsp; only 2 Push Button&amp;nbsp; have to show.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anybody help me on my this problem.&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;Suresh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: book antiqua,palatino; color: #ff0000;"&gt;Moderator message : Not enough re-search before posting, discussion locked.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Vinod Kumar&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Sep 2012 18:30:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-showing-push-button-based-on-t-code/m-p/8964919#M1695204</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-10T18:30:16Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Showing Push Button based on T-Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-showing-push-button-based-on-t-code/m-p/8964920#M1695205</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make MODULE Initialization in PBO and put your logic on that.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 03:54:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-showing-push-button-based-on-t-code/m-p/8964920#M1695205</guid>
      <dc:creator>bharat_rathod2</dc:creator>
      <dc:date>2012-09-11T03:54:50Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Showing Push Button based on T-Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-showing-push-button-based-on-t-code/m-p/8964921#M1695206</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;in PBO based on the user write the if condition display the push buttons, for which you have to do grouping. group push buttons. call the push buttons based on the group and based on if condition of user and it will work for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 04:28:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-showing-push-button-based-on-t-code/m-p/8964921#M1695206</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-11T04:28:42Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Showing Push Button based on T-Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-showing-push-button-based-on-t-code/m-p/8964922#M1695207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Suresh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In PBO Module,&amp;nbsp; use the following logic&lt;/P&gt;&lt;P&gt;IF&amp;nbsp; YOUR CONDITION." Check against login user&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; LOOP AT SCREEN.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; IF SCREEN-NAME = 'ur button name'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCREEN-ACTIVE = 0.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SCREEN-INVISIBLE = 1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ENDIF.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; ENDLOOP.&lt;/P&gt;&lt;P&gt; ENDIF.&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;Ravindra.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 04:58:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-showing-push-button-based-on-t-code/m-p/8964922#M1695207</guid>
      <dc:creator>chundru_ravindra</dc:creator>
      <dc:date>2012-09-11T04:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Showing Push Button based on T-Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-showing-push-button-based-on-t-code/m-p/8964923#M1695208</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 can use the code given by chandru, i think grouping is needed to display multiple push buttons, check once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 05:14:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-showing-push-button-based-on-t-code/m-p/8964923#M1695208</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-11T05:14:17Z</dc:date>
    </item>
    <item>
      <title>Re: Module Pool Showing Push Button based on T-Code</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-showing-push-button-based-on-t-code/m-p/8964924#M1695209</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 can use the code given by chandru, i think grouping is needed to display multiple push buttons, check once.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Sep 2012 05:14:18 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-showing-push-button-based-on-t-code/m-p/8964924#M1695209</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2012-09-11T05:14:18Z</dc:date>
    </item>
  </channel>
</rss>

