<?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: making a screen element ready for input in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-screen-element-ready-for-input/m-p/2389837#M531341</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sudha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I hope all the settings you have done for making the field input during runtime ... esp in the attributes . If still it is not allowing for input then , use a loop at screen .... end loop stmt in the PBO of your screen and try to make the field accept user entries ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is a sample :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen .&lt;/P&gt;&lt;P&gt;if screen-name = ' SCREEN FIELD NAME '.&lt;/P&gt;&lt;P&gt;screen-input = 1.&lt;/P&gt;&lt;P&gt;modufy screen .&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this should solve your problem .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 11 Jun 2007 04:38:42 GMT</pubDate>
    <dc:creator>former_member196299</dc:creator>
    <dc:date>2007-06-11T04:38:42Z</dc:date>
    <item>
      <title>making a screen element ready for input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-screen-element-ready-for-input/m-p/2389833#M531337</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have an input/output field in a screen. I would like to have it open for input which means, I should be able to enter values in to it during runtime. I have made the check for Input Field in the attributes of the screen element. Still during runtime it is grayed out. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kindly help me by suggesting whether I should make any other configuration settings for making this field active.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;Sudha&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 03:48:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-screen-element-ready-for-input/m-p/2389833#M531337</guid>
      <dc:creator>sudha_naik</dc:creator>
      <dc:date>2007-06-11T03:48:57Z</dc:date>
    </item>
    <item>
      <title>Re: making a screen element ready for input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-screen-element-ready-for-input/m-p/2389834#M531338</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;  Check the input/ouput field attributes..Make sure the output only check box is not checked..And the Input check box is checked..&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 03:53:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-screen-element-ready-for-input/m-p/2389834#M531338</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T03:53:10Z</dc:date>
    </item>
    <item>
      <title>Re: making a screen element ready for input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-screen-element-ready-for-input/m-p/2389835#M531339</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks muthu for the fast reply. I have done both these configuration. Still it is grayed out.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 03:59:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-screen-element-ready-for-input/m-p/2389835#M531339</guid>
      <dc:creator>sudha_naik</dc:creator>
      <dc:date>2007-06-11T03:59:52Z</dc:date>
    </item>
    <item>
      <title>Re: making a screen element ready for input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-screen-element-ready-for-input/m-p/2389836#M531340</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;Did you create a Input/output field or label..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also in the PBO check in the debugging...if there is any code that is disabling the field..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 04:03:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-screen-element-ready-for-input/m-p/2389836#M531340</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-06-11T04:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: making a screen element ready for input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-screen-element-ready-for-input/m-p/2389837#M531341</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Sudha,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    I hope all the settings you have done for making the field input during runtime ... esp in the attributes . If still it is not allowing for input then , use a loop at screen .... end loop stmt in the PBO of your screen and try to make the field accept user entries ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is a sample :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen .&lt;/P&gt;&lt;P&gt;if screen-name = ' SCREEN FIELD NAME '.&lt;/P&gt;&lt;P&gt;screen-input = 1.&lt;/P&gt;&lt;P&gt;modufy screen .&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this should solve your problem .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if helpful !&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ranjita&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 04:38:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-screen-element-ready-for-input/m-p/2389837#M531341</guid>
      <dc:creator>former_member196299</dc:creator>
      <dc:date>2007-06-11T04:38:42Z</dc:date>
    </item>
    <item>
      <title>Re: making a screen element ready for input</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-screen-element-ready-for-input/m-p/2389838#M531342</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, the issue is resolved. Even though the screen status was shown as active, it was not activated. We activated it again and the screen was ready for input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 11 Jun 2007 04:54:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/making-a-screen-element-ready-for-input/m-p/2389838#M531342</guid>
      <dc:creator>sudha_naik</dc:creator>
      <dc:date>2007-06-11T04:54:17Z</dc:date>
    </item>
  </channel>
</rss>

