<?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 LOOP AT SCREEN NOT  WORKING in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-not-working/m-p/1710775#M310919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to make invisible a field in a selection-screen, but after my code, the fields doesn´t disappear, i can´t see the text and the button, but the fields appear&lt;/P&gt;&lt;P&gt; with *****. can anybody help me please?&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;I HAVE A  SELECTION SCREEN LIKE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK 1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;    select-options P1 for KNA1-LIFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP4 = '006'.&lt;/P&gt;&lt;P&gt;    SCREEN-INVISIBLE = 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;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 24 Oct 2006 16:32:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-10-24T16:32:05Z</dc:date>
    <item>
      <title>LOOP AT SCREEN NOT  WORKING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-not-working/m-p/1710775#M310919</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to make invisible a field in a selection-screen, but after my code, the fields doesn´t disappear, i can´t see the text and the button, but the fields appear&lt;/P&gt;&lt;P&gt; with *****. can anybody help me please?&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;I HAVE A  SELECTION SCREEN LIKE&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK 1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;    select-options P1 for KNA1-LIFNR.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP4 = '006'.&lt;/P&gt;&lt;P&gt;    SCREEN-INVISIBLE = 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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 16:32:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-not-working/m-p/1710775#M310919</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T16:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP AT SCREEN NOT  WORKING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-not-working/m-p/1710776#M310920</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i guess you have that field as input output field.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;you will  get***** if the field is input and you are trying to make invisible which doesn't make sense.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;let me know&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;venki&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 16:34:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-not-working/m-p/1710776#M310920</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T16:34:38Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP AT SCREEN NOT  WORKING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-not-working/m-p/1710777#M310921</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carl,&lt;/P&gt;&lt;P&gt;   I don't think you can hide it using invisible option.&lt;/P&gt;&lt;P&gt;It would make only the contents of the fields invisible.&lt;/P&gt;&lt;P&gt;i.e. *s.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;ravi&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 16:35:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-not-working/m-p/1710777#M310921</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T16:35:01Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP AT SCREEN NOT  WORKING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-not-working/m-p/1710778#M310922</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carl,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can use ACTIVE element of SCREEN internal table to make the fields invisible and visible.&lt;/P&gt;&lt;P&gt;Try like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP4 = '006'.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 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;Regards,&lt;/P&gt;&lt;P&gt;SP.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 16:35:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-not-working/m-p/1710778#M310922</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T16:35:06Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP AT SCREEN NOT  WORKING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-not-working/m-p/1710779#M310923</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;AT selection-screen output.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF p_ml = 'X'.&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP4 = '006'.&lt;/P&gt;&lt;P&gt;SCREEN-INVISIBLE = 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;ENDIF.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 16:37:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-not-working/m-p/1710779#M310923</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T16:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: LOOP AT SCREEN NOT  WORKING</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-not-working/m-p/1710780#M310924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Carl,&lt;/P&gt;&lt;P&gt;I think u need to MODIF ID for the selection screen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK 1 WITH FRAME TITLE text-001.&lt;/P&gt;&lt;P&gt;select-options P1 for KNA1-LIFNR MODIF ID 'XYZ'.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK 1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;initialization.&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;IF SCREEN-GROUP1 = 'XYZ'.&lt;/P&gt;&lt;P&gt;SCREEN-ACTIVE = 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;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 24 Oct 2006 16:42:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/loop-at-screen-not-working/m-p/1710780#M310924</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-10-24T16:42:41Z</dc:date>
    </item>
  </channel>
</rss>

