<?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 Dynpro in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/3574541#M860379</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;I would like to solve this problem.&lt;/P&gt;&lt;P&gt;On my screen there is a checkbox and some edit fields.&lt;/P&gt;&lt;P&gt;If the checkbox is checked, the edit fields have to be editable, if unchecked, the edit fields have to be read only.&lt;/P&gt;&lt;P&gt;This is working now, but only if I press ENTER after choosing the checkbox!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use a solution, which makes this functionality, just with clicking on the checkbox.&lt;/P&gt;&lt;P&gt;So if I check the checkbox, all edit fields are set to enabled, without pressing enter or any other buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any options??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 19 Mar 2008 13:29:07 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-19T13:29:07Z</dc:date>
    <item>
      <title>Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/3574541#M860379</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;I would like to solve this problem.&lt;/P&gt;&lt;P&gt;On my screen there is a checkbox and some edit fields.&lt;/P&gt;&lt;P&gt;If the checkbox is checked, the edit fields have to be editable, if unchecked, the edit fields have to be read only.&lt;/P&gt;&lt;P&gt;This is working now, but only if I press ENTER after choosing the checkbox!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to use a solution, which makes this functionality, just with clicking on the checkbox.&lt;/P&gt;&lt;P&gt;So if I check the checkbox, all edit fields are set to enabled, without pressing enter or any other buttons.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any options??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Tamá&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 13:29:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/3574541#M860379</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T13:29:07Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/3574542#M860380</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;U need to assign an OK-CODE to your checkbox field, in this way the PAI and then PBO will be triggered as soon as the user checks the field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Max&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 13:43:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/3574542#M860380</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T13:43:43Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/3574543#M860381</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Tamás,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you have to enter something into the function code field of the checkbox (on the screen definition page), then it will trigger the PBO event (the PAI as well).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;ec&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 13:45:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/3574543#M860381</guid>
      <dc:creator>JozsefSzikszai</dc:creator>
      <dc:date>2008-03-19T13:45:24Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/3574544#M860382</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In SE51..for the check box in the attributes window u will find FCODE field give some FCODE and write the logic in PAI..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is a selection screen then&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Parameters: P_CHK as Checkbox User-command ucomm.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;should do&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;santhosh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 13:46:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/3574544#M860382</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T13:46:33Z</dc:date>
    </item>
    <item>
      <title>Re: Dynpro</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/3574545#M860383</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;parameters : v_check as checkbox user-command usr1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;select-options : s_test1 for sy-datum modif id AB.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if v_check = 'X'.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;      if screen-group1 = 'AB'.&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;endif.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Mar 2008 13:48:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/dynpro/m-p/3574545#M860383</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-19T13:48:29Z</dc:date>
    </item>
  </channel>
</rss>

