<?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: Problem in getting the screen name in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785244#M1120871</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi asim,&lt;/P&gt;&lt;P&gt;Why not???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;didn't you declare a variable for PLANT ??? &lt;/P&gt;&lt;P&gt;had you declared a variable for PLANT you can get it, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes.&lt;/P&gt;&lt;P&gt;try it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Dec 2008 07:13:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-12-02T07:13:47Z</dc:date>
    <item>
      <title>Problem in getting the screen name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785238#M1120865</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Dear Experts,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;One of the columns in my table control depends on the werks (plant) field  i.e. if the user enters 1102, the columns should get input-enabled and for other plants it should be shown as an output only field. &lt;/P&gt;&lt;P&gt;How do I need to go about it?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also want to ask that is it possible to change the table control field name dynamically i.e. &lt;/P&gt;&lt;P&gt;from itab-coilno to zgts_mast-coilno&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 04:23:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785238#M1120865</guid>
      <dc:creator>aasim_khan</dc:creator>
      <dc:date>2008-12-02T04:23:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in getting the screen name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785239#M1120866</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;in PBO&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen&lt;/P&gt;&lt;P&gt;if werks = 1120&lt;/P&gt;&lt;P&gt;if screen-name = 'WERKS'&lt;/P&gt;&lt;P&gt;screen-input = 1&lt;/P&gt;&lt;P&gt;else&lt;/P&gt;&lt;P&gt;screen-input = 0&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;modify screen&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this would solve your problem&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 04:26:13 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785239#M1120866</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T04:26:13Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in getting the screen name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785240#M1120867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Asim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Ramchandra is right , by looping in screen you can do .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Amresh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 04:30:15 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785240#M1120867</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T04:30:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in getting the screen name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785241#M1120868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is not working in my table control. The field on my table control should get input enabled which is not getting in the above code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 05:21:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785241#M1120868</guid>
      <dc:creator>aasim_khan</dc:creator>
      <dc:date>2008-12-02T05:21:12Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in getting the screen name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785242#M1120869</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;where are you writing the above code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at itab with control tc.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endloop.&lt;/P&gt;&lt;P&gt;now declare a module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;module modify_screen&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in the above module you write the above code&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this would solve your problem&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 05:36:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785242#M1120869</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T05:36:42Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in getting the screen name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785243#M1120870</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ramchander,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The logic you gave is correct, however, the problem is there is no way you can check werks eq '1102' in PBO. Hence, it is not getting procesed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 06:54:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785243#M1120870</guid>
      <dc:creator>aasim_khan</dc:creator>
      <dc:date>2008-12-02T06:54:56Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in getting the screen name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785244#M1120871</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi asim,&lt;/P&gt;&lt;P&gt;Why not???&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;didn't you declare a variable for PLANT ??? &lt;/P&gt;&lt;P&gt;had you declared a variable for PLANT you can get it, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes.&lt;/P&gt;&lt;P&gt;try it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.K&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 07:13:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785244#M1120871</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T07:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in getting the screen name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785245#M1120872</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well, see Ramchander, I'll be entering werks as 1102 when the screen shows up, that will be in the header area of the screen. Now, there is a button 'Accept', as soon as the user hits this button and if he has entered plant as 1102, then two fields in the table control should get input-enabled, if the user is entering any plant other than 1102, then the fields should be shown as output-only.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You asked me to declare a variable named plant, but the variable will get filled up only when I am entering something on the screen i.e. this will trigger PAI event.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 07:24:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785245#M1120872</guid>
      <dc:creator>aasim_khan</dc:creator>
      <dc:date>2008-12-02T07:24:48Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in getting the screen name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785246#M1120873</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yaaar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in any case you can get the screen the way you want it to be.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for any value the use enters &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;Ramchander Rao.k&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 07:28:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785246#M1120873</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T07:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem in getting the screen name</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785247#M1120874</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;But after PAI, PBO will be trigerred to display same screen. &lt;/P&gt;&lt;P&gt;OR&lt;/P&gt;&lt;P&gt;If you are calling another screen in your PAI, PBO of called screen will be called.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Mohaiyuddin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Dec 2008 08:27:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/problem-in-getting-the-screen-name/m-p/4785247#M1120874</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-12-02T08:27:12Z</dc:date>
    </item>
  </channel>
</rss>

