<?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: screen field settings in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727235#M316951</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRY THIS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  Z_CHECK_BOX  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: CH1 AS CHECKBOX.&lt;/P&gt;&lt;P&gt;PARAMETERS: VAR(10) TYPE C MODIF ID ABC.&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 CH1 = ' '.&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP1 = 'ABC'.&lt;/P&gt;&lt;P&gt;SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;SCREEN-OUTPUT = 0.&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;&lt;/P&gt;&lt;P&gt;ELSEIF CH1 = 'X'..&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;SCREEN-INPUT = 1.&lt;/P&gt;&lt;P&gt;SCREEN-OUTPUT = 1.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHEERS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 18 Dec 2006 14:12:17 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-12-18T14:12:17Z</dc:date>
    <item>
      <title>screen field settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727229#M316945</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 a checkbox and a text box on the screen.I have to activate the textbox whenever check box value is set.But my program is a module pool program with includes,screens,function modules etc.Please help me to do this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Giri.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 11:19:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727229#M316945</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T11:19:25Z</dc:date>
    </item>
    <item>
      <title>Re: screen field settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727230#M316946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please dont open another thread for the same ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in ur PBO of the required screen jsut add ur code .&lt;/P&gt;&lt;P&gt;we have given the code in ur previous thread .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;just take the screen number where u want to add this logic and write the code over there .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 11:21:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727230#M316946</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T11:21:45Z</dc:date>
    </item>
    <item>
      <title>Re: screen field settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727231#M316947</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hai&lt;/P&gt;&lt;P&gt;  In PBO of that particular screen use,&lt;/P&gt;&lt;P&gt;  &lt;/P&gt;&lt;P&gt;  loop at screen.&lt;/P&gt;&lt;P&gt;  screen-group1 = 'SC1'.&lt;/P&gt;&lt;P&gt;  screen-input = '0'.&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;u just specify the SC1 in screen painter at the designing time of it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;u can set flag according to our scenerio.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 11:23:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727231#M316947</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T11:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: screen field settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727232#M316948</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;in PBO of the screen u need to add the code.&lt;/P&gt;&lt;P&gt;u need to loop at screen.&lt;/P&gt;&lt;P&gt;if screen-field = checkbox&lt;/P&gt;&lt;P&gt;textbox-display = 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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 11:27:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727232#M316948</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T11:27:29Z</dc:date>
    </item>
    <item>
      <title>Re: screen field settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727233#M316949</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In screen painter assign screen group name to text box.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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 ch_box = 'X'.  "If check box is selected.&lt;/P&gt;&lt;P&gt; if screen-group1 = 'SC1'.&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; else.&lt;/P&gt;&lt;P&gt; if screen-group1 = 'SC1'.&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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 11:28:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727233#M316949</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T11:28:47Z</dc:date>
    </item>
    <item>
      <title>Re: screen field settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727234#M316950</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi giri try with this following code you can get what do u want.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*coding&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;tables:sscrfields.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data:a type c value 'X'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of block b with frame.&lt;/P&gt;&lt;P&gt;parameters:chk type c  as checkbox user-command CHEK.&lt;/P&gt;&lt;P&gt;parameters:prm(4) type c Modif id g1.&lt;/P&gt;&lt;P&gt;selection-screen end of block b.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at selection-screen output.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;if screen-group1 = 'G1'.&lt;/P&gt;&lt;P&gt;   if a = 'X'.&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;at selection-screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CASE SSCRFIELDS-UCOMM.&lt;/P&gt;&lt;P&gt;WHEN 'CHEK'.&lt;/P&gt;&lt;P&gt;if chk = 'X'.&lt;/P&gt;&lt;P&gt;clear a.&lt;/P&gt;&lt;P&gt;elseif a = 'X'.&lt;/P&gt;&lt;P&gt;endif.&lt;/P&gt;&lt;P&gt;ENDCASE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope it will helpful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 14:03:45 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727234#M316950</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T14:03:45Z</dc:date>
    </item>
    <item>
      <title>Re: screen field settings</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727235#M316951</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;TRY THIS:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;REPORT  Z_CHECK_BOX  .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PARAMETERS: CH1 AS CHECKBOX.&lt;/P&gt;&lt;P&gt;PARAMETERS: VAR(10) TYPE C MODIF ID ABC.&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 CH1 = ' '.&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP1 = 'ABC'.&lt;/P&gt;&lt;P&gt;SCREEN-INPUT = 0.&lt;/P&gt;&lt;P&gt;SCREEN-OUTPUT = 0.&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;&lt;/P&gt;&lt;P&gt;ELSEIF CH1 = 'X'..&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;SCREEN-INPUT = 1.&lt;/P&gt;&lt;P&gt;SCREEN-OUTPUT = 1.&lt;/P&gt;&lt;P&gt;MODIFY SCREEN.&lt;/P&gt;&lt;P&gt;ENDLOOP.&lt;/P&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CHEERS.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Dec 2006 14:12:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/screen-field-settings/m-p/1727235#M316951</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-12-18T14:12:17Z</dc:date>
    </item>
  </channel>
</rss>

