<?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: SAPMV45A in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapmv45a/m-p/6099275#M1360088</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 14,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure all checkboxes having same Group name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Aug 2009 08:39:51 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2009-08-29T08:39:51Z</dc:date>
    <item>
      <title>SAPMV45A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapmv45a/m-p/6099274#M1360087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello All,&lt;/P&gt;&lt;P&gt;              I am to modify an enhancement created by one of my previous colleagues. In tcode VA01 , in the additional tab the previous abaper added 3 checkkboxes inside a group box now i am to  write a code so that these 3 checkboxes  get disabeled. I have set breakpoints and now know which PBO module is getting called but the problem is  aftere the execution of my code only two out of the 3 are getting disabeled the third one gets disabeled only if i click on it , which means after the PAI when again the PBO gets called this gets executed. Have checked the Group  assingned in the screen painter but cannot make out the problem. Please help. Below is my code.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF sy-tcode = 'VA01'.&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;      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;    ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;Nupur&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2009 08:34:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapmv45a/m-p/6099274#M1360087</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-29T08:34:57Z</dc:date>
    </item>
    <item>
      <title>Re: SAPMV45A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapmv45a/m-p/6099275#M1360088</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi 14,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Make sure all checkboxes having same Group name.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2009 08:39:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapmv45a/m-p/6099275#M1360088</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-29T08:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: SAPMV45A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapmv45a/m-p/6099276#M1360089</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi nupur,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is the third check box which is not getting disabled comes under group G1?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and check one more thing that where exactly you are writing your code. is it inside some other condition or some thing?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2009 09:19:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapmv45a/m-p/6099276#M1360089</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-29T09:19:47Z</dc:date>
    </item>
    <item>
      <title>Re: SAPMV45A</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/sapmv45a/m-p/6099277#M1360090</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;check if third button is in group G1 and also if there is another loop at screen in the pbo that changes the status.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Ivan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Aug 2009 09:32:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/sapmv45a/m-p/6099277#M1360090</guid>
      <dc:creator>_IvanFemia_</dc:creator>
      <dc:date>2009-08-29T09:32:59Z</dc:date>
    </item>
  </channel>
</rss>

