<?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: Missing checkboxes in selection screen. in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-checkboxes-in-selection-screen/m-p/6037068#M1350293</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the import queue, the program may have been imported several times, the original version has been imported last. Check the program source in QAS, how does it look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 18 Aug 2009 21:04:48 GMT</pubDate>
    <dc:creator>Sandra_Rossi</dc:creator>
    <dc:date>2009-08-18T21:04:48Z</dc:date>
    <item>
      <title>Missing checkboxes in selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-checkboxes-in-selection-screen/m-p/6037067#M1350292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;The initial code looks like this:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN BEGIN OF BLOCK A1 WITH FRAME TITLE  TEXT-001.
PARAMETERS: P_DAT_S type SY-DATUM,
            P_DAT_E type SY-DATUM,
            P_ORG_UN type c as CHECKBOX,  
SELECTION-SCREEN END OF BLOCK A1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The request is to add 2 more checkboxes:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
SELECTION-SCREEN BEGIN OF BLOCK A1 WITH FRAME TITLE  TEXT-001.
PARAMETERS: P_DAT_S type SY-DATUM,
            P_DAT_E type SY-DATUM,
            P_ORG_UN type c as CHECKBOX,  
            P_CRC type c as CHECKBOX, 
            P_COLL type c as CHECKBOX. 
SELECTION-SCREEN END OF BLOCK A1.
&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;In Development system, I can see all 3 checkboxes.  After transporting to QA system, I can only see P_ORG.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;The transport log did not show any errors.  Why are the other 2 checkboxes not showing up in QA system?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Please help.  Thanks!!!&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 20:34:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-checkboxes-in-selection-screen/m-p/6037067#M1350292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T20:34:29Z</dc:date>
    </item>
    <item>
      <title>Re: Missing checkboxes in selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-checkboxes-in-selection-screen/m-p/6037068#M1350293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check the import queue, the program may have been imported several times, the original version has been imported last. Check the program source in QAS, how does it look like?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 21:04:48 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-checkboxes-in-selection-screen/m-p/6037068#M1350293</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-08-18T21:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Missing checkboxes in selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-checkboxes-in-selection-screen/m-p/6037069#M1350294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I already did the version compare between 2 systems and the program is the same.  The change described above is the first one since the original version of the program.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 21:09:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-checkboxes-in-selection-screen/m-p/6037069#M1350294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-18T21:09:10Z</dc:date>
    </item>
    <item>
      <title>Re: Missing checkboxes in selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-checkboxes-in-selection-screen/m-p/6037070#M1350295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Did you check SAP notes? Try to activate manually in QAS to see if it works (if yes then try again to see what happened; if no reason found, please ask sap support)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 18 Aug 2009 21:41:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-checkboxes-in-selection-screen/m-p/6037070#M1350295</guid>
      <dc:creator>Sandra_Rossi</dc:creator>
      <dc:date>2009-08-18T21:41:29Z</dc:date>
    </item>
    <item>
      <title>Re: Missing checkboxes in selection screen.</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/missing-checkboxes-in-selection-screen/m-p/6037071#M1350296</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;do version remote comparison from your QAS to development system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;may be after your transport has been imported to the QAS, so one might have reverted the changes to the original version or&lt;/P&gt;&lt;P&gt;if the changes are not yet moved to the live environment and any time in between the your QAS is refreshed and updated to the live environment, then your changes will not be reflecting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In this time,you need to transport your transport number once again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 19 Aug 2009 09:54:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/missing-checkboxes-in-selection-screen/m-p/6037071#M1350296</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2009-08-19T09:54:44Z</dc:date>
    </item>
  </channel>
</rss>

