<?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: Dynamic change attributes in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393182#M1644116</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oooh yes, you are right, I just find that save_ok receive the value of ok_code. Thanks. Will let you the exact situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 05 Nov 2011 20:24:49 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2011-11-05T20:24:49Z</dc:date>
    <item>
      <title>Dynamic change attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393173#M1644107</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;&lt;/P&gt;&lt;P&gt;I really need your suggestion, I have got stuck into the following scenario. I want to change the attribute/property of push button at the time of  PAI means when user pressed u201CCreate Push Buttonu201D then others push button attributes change from input to display, I write the following code to achieve my goal but itu2019s not working. My screen group name is u2018Cu2019.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when 'CREATE'.&lt;/P&gt;&lt;P&gt; LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      IF screen-group1  = 'C'.&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;  ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Muzokh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 18:15:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393173#M1644107</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-05T18:15:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic change attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393174#M1644108</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;Those changes should be made in the PBO (meaning AT SELECTION-SCREEN OUTPUT event in case you're talking about a report)&lt;/P&gt;&lt;P&gt;So, i recommend you to store the OK-CODE (CREATE)  in a global variable and place your code in the &lt;STRONG&gt;AT SELECTION-SCREEN OUTPUT&lt;/STRONG&gt; event or in your PBO Module checking its value there.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Jose Maria Otero on Nov 5, 2011 7:24 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 18:23:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393174#M1644108</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-11-05T18:23:56Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic change attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393175#M1644109</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, but i want to change my screen elements dynamic at PAI event, for example&lt;/P&gt;&lt;P&gt;if user press "Create" Push Button" then Display and Edit button cannot accept input and if user press Display push button then Edit and Create push button become unavailable for input. Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 18:50:28 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393175#M1644109</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-05T18:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic change attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393176#M1644110</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Screen element changes can only be done in PBO, keep in mind that when you press 'Create' button, after the PAI logic is executed it comes back again to PBO and it is rigth there where you have to modify those attributes.&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 19:10:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393176#M1644110</guid>
      <dc:creator>former_member209703</dc:creator>
      <dc:date>2011-11-05T19:10:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic change attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393177#M1644111</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;Try this logic in PBO...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;if ok_code = 'CREATE'.&lt;/P&gt;&lt;P&gt;IF screen-name = 'EDIT'  or  screen-name = 'DISPLAY' .&lt;/P&gt;&lt;P&gt;screen-input = '0'.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;elseif ok_code = 'EDIT'.&lt;/P&gt;&lt;P&gt;IF screen-name = 'CREATE'.&lt;/P&gt;&lt;P&gt;screen-input = '0'.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 19:10:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393177#M1644111</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-05T19:10:20Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic change attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393178#M1644112</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, but the mentioned codes are not working, really need some other options to achieve my goal.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 19:43:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393178#M1644112</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-05T19:43:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic change attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393179#M1644113</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muzokh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you sure that you are putting logic at correct place.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you see this in debugging mode that how program reacting for above mentioned logic .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 19:56:52 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393179#M1644113</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-05T19:56:52Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic change attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393180#M1644114</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the reply, I checked the values through debugger and ok_code unable to get value of Create in PBO module but when I checked the value in PAI then ok_code can get the value of in PAI.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 20:06:54 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393180#M1644114</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-05T20:06:54Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic change attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393181#M1644115</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Muzokh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then definitely from PAI program is passing the value OK_CODE to some other variable which is available in PBO.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Just you need to check in debugging in PAI that  is program passing the value of  ok_code to some other variable and use that variable in PBO for your purpose.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 20:16:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393181#M1644115</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-05T20:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic change attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393182#M1644116</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oooh yes, you are right, I just find that save_ok receive the value of ok_code. Thanks. Will let you the exact situation.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 05 Nov 2011 20:24:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393182#M1644116</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-05T20:24:49Z</dc:date>
    </item>
    <item>
      <title>Re: Dynamic change attributes</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393183#M1644117</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks, its working pretty fine, thank you once again&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Nov 2011 21:06:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynamic-change-attributes/m-p/8393183#M1644117</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2011-11-08T21:06:58Z</dc:date>
    </item>
  </channel>
</rss>

