<?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: EEWB in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/eewb/m-p/3901534#M936151</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Soorry, I forgot to mention the statement, screen-input = 0.&lt;/P&gt;&lt;P&gt;I have tried it here. It works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do this, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;  if screen-group1 eq 'SG1'.&lt;/P&gt;&lt;P&gt;    screen-active = 0.&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;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it helps you.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;mahantesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 02 Jun 2008 05:08:38 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-06-02T05:08:38Z</dc:date>
    <item>
      <title>EEWB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eewb/m-p/3901531#M936148</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;Can any one help me as i want to invisible some fields( i have created the table which i want to indivisible for selected users)  that i  have created via EEWB..but unable to do ,i have tried all the options but no result, nothing is worked ....&lt;/P&gt;&lt;P&gt;if some one has face this type of problem please let me know ASAP.&lt;/P&gt;&lt;P&gt;It is very urgent&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance &lt;/P&gt;&lt;P&gt;Martin - Data Migration Team(UK)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 May 2008 15:36:08 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eewb/m-p/3901531#M936148</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-29T15:36:08Z</dc:date>
    </item>
    <item>
      <title>Re: EEWB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eewb/m-p/3901532#M936149</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;EEWB generates a module pool program.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For the screen in PBO you write a module and in that module you can write a code to enable or disable fields depending on the current user.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Keep the selected user in the Z table, and select all users from the table. If the current user exists in that table, then write the following code,&lt;/P&gt;&lt;P&gt;Assign the group for the fields those have to be make invisible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;LOOP AT SCREEN.&lt;/P&gt;&lt;P&gt;      IF screen-group1      = &amp;lt;GRP_NAME&amp;gt;.&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;Post if u have any more query.&lt;/P&gt;&lt;P&gt;rewards if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;mahantesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 May 2008 09:11:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eewb/m-p/3901532#M936149</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-30T09:11:50Z</dc:date>
    </item>
    <item>
      <title>Re: EEWB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eewb/m-p/3901533#M936150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi, &lt;/P&gt;&lt;P&gt;I have did the same thing as you have mentioned  in the PBO event but unable to solved the problem.&lt;/P&gt;&lt;P&gt;I have dibugg the whole PBO event, i have set the Screen-Active to 0.. and it is modifying the screen in dibugging   But in actual Screen nothing changed. i have tried all the options it is not working ....please help us it is very Urgent....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Martin - Data Migration Team(UK)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 31 May 2008 20:18:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eewb/m-p/3901533#M936150</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-05-31T20:18:56Z</dc:date>
    </item>
    <item>
      <title>Re: EEWB</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/eewb/m-p/3901534#M936151</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Soorry, I forgot to mention the statement, screen-input = 0.&lt;/P&gt;&lt;P&gt;I have tried it here. It works fine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do this, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;loop at screen.&lt;/P&gt;&lt;P&gt;  if screen-group1 eq 'SG1'.&lt;/P&gt;&lt;P&gt;    screen-active = 0.&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;endloop.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if it helps you.&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;mahantesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 Jun 2008 05:08:38 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/eewb/m-p/3901534#M936151</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-06-02T05:08:38Z</dc:date>
    </item>
  </channel>
</rss>

