<?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 module pool screen fields are inactiv in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screen-fields-are-inactiv/m-p/3568472#M858814</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all ,&lt;/P&gt;&lt;P&gt;i have one module pool program .&lt;/P&gt;&lt;P&gt;when i run the transaction with one user id , its working fine &lt;/P&gt;&lt;P&gt;with field are enabled for the input .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i run the transaction with diffrent user id , all fields are disabled for input .&lt;/P&gt;&lt;P&gt;what may the problem .&lt;/P&gt;&lt;P&gt;please somebody help me .&lt;/P&gt;&lt;P&gt;thnks in advance .&lt;/P&gt;&lt;P&gt;regards .&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Mar 2008 06:51:57 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-21T06:51:57Z</dc:date>
    <item>
      <title>module pool screen fields are inactiv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screen-fields-are-inactiv/m-p/3568472#M858814</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi all ,&lt;/P&gt;&lt;P&gt;i have one module pool program .&lt;/P&gt;&lt;P&gt;when i run the transaction with one user id , its working fine &lt;/P&gt;&lt;P&gt;with field are enabled for the input .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but when i run the transaction with diffrent user id , all fields are disabled for input .&lt;/P&gt;&lt;P&gt;what may the problem .&lt;/P&gt;&lt;P&gt;please somebody help me .&lt;/P&gt;&lt;P&gt;thnks in advance .&lt;/P&gt;&lt;P&gt;regards .&lt;/P&gt;&lt;P&gt;srinivas&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 06:51:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screen-fields-are-inactiv/m-p/3568472#M858814</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T06:51:57Z</dc:date>
    </item>
    <item>
      <title>Re: module pool screen fields are inactiv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screen-fields-are-inactiv/m-p/3568473#M858815</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;Please have a look in your source code .Are there any conditions that may impact to screen properties.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT screen.  &lt;/P&gt;&lt;P&gt;       *--- IF sy-uname = 'USER1' or sy-tcode = 'ZPROGRAM' something likes this&lt;/P&gt;&lt;P&gt;    IF screen-name = 'XXX'.&lt;/P&gt;&lt;P&gt;        screen-input = 1.&lt;/P&gt;&lt;P&gt;        MODIFY screen.&lt;/P&gt;&lt;P&gt;    ENDIF.&lt;/P&gt;&lt;P&gt;&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;Hope it help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SayC&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 08:55:34 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screen-fields-are-inactiv/m-p/3568473#M858815</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T08:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: module pool screen fields are inactiv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screen-fields-are-inactiv/m-p/3568474#M858816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Srinivas,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check whether in ur program there are using &lt;/P&gt;&lt;P&gt;AUTHORITY-CHECK statements and they are manipulating the screen fields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks Arjun&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 09:02:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screen-fields-are-inactiv/m-p/3568474#M858816</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T09:02:08Z</dc:date>
    </item>
    <item>
      <title>Re: module pool screen fields are inactiv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screen-fields-are-inactiv/m-p/3568475#M858817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Check the source code of the transaction whether it has enabled the fields for input only for a specific user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the transaction that both the user are trying to run - is it a standard SAP one?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Balaji&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 09:02:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screen-fields-are-inactiv/m-p/3568475#M858817</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T09:02:51Z</dc:date>
    </item>
    <item>
      <title>Re: module pool screen fields are inactiv</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screen-fields-are-inactiv/m-p/3568476#M858818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hai,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If in the PAI module of the field statement, there is a statment &lt;/P&gt;&lt;P&gt;if sy-uname = 'XXXX'. &lt;/P&gt;&lt;P&gt;*----validation of the field&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;then it will be validated for that userid and the field is enabled for that userid when error occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also that if the field is validated in any other event other than the &lt;/P&gt;&lt;P&gt;at selection-screen  event the field is not enabled when error occurs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if useful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Mar 2008 09:09:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/module-pool-screen-fields-are-inactiv/m-p/3568476#M858818</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-21T09:09:15Z</dc:date>
    </item>
  </channel>
</rss>

