<?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: CODING FOR CHECK BOX in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035215#M417976</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the my field catalog... for the those two fields can u tell me how to write the code for it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form build_fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fieldcatalog-fieldname   = 'MENGE'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-seltext_m   = 'QTY TO RECEIVE'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-col_pos     = 14.&lt;/P&gt;&lt;P&gt;  fieldcatalog-REF_TABNAME = 'EKES'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-REF_FIELDNAME = 'MENGE'.&lt;/P&gt;&lt;P&gt;  append fieldcatalog to fieldcatalog.&lt;/P&gt;&lt;P&gt;  clear  fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  fieldcatalog-fieldname   = 'WEMNG'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-seltext_m   = 'QTY RECEIVED'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-col_pos     = 15  .&lt;/P&gt;&lt;P&gt;  fieldcatalog-REF_TABNAME = 'EKET'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-REF_FIELDNAME = 'WEMNG'.&lt;/P&gt;&lt;P&gt;  append fieldcatalog to fieldcatalog.&lt;/P&gt;&lt;P&gt;  clear  fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Mar 2007 21:53:12 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-03-14T21:53:12Z</dc:date>
    <item>
      <title>CODING FOR CHECK BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035210#M417971</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HELLO EXPERTS,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In the selection screen i am having one check box called 'Blind', and when i execute the report i am getting the output with around 15 fields&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;so if the user checks this check box then i should hide the two fields in the output that is i should show only 13 fields... those fields r ( EKES-MENGE, eket-wemng ) &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can anyone guide me how to write the logic for it....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks alot for your anticipation... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 21:21:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035210#M417971</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T21:21:26Z</dc:date>
    </item>
    <item>
      <title>Re: CODING FOR CHECK BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035211#M417972</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;If it is ALV..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then don't build the field catalog if the check box is checked..So that you will not get the columns in the output..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If it is normal list..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Then don't use WRITE statement to print the data..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        Narendran Muthukumaran&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 21:32:09 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035211#M417972</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T21:32:09Z</dc:date>
    </item>
    <item>
      <title>Re: CODING FOR CHECK BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035212#M417973</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Loop at itab.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;You are printing all the 15 fields with WRITE statement here&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;Check if checkbox is checked&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;If not p_blind is initial. "Assuming p_blind is in selection screen&lt;/P&gt;&lt;P&gt;   WRITE: &amp;lt;14th field&amp;gt;&lt;/P&gt;&lt;P&gt;   WRITE: &amp;lt;15th field&amp;gt;&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;Thanks,&lt;/P&gt;&lt;P&gt;Santosh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: &lt;/P&gt;&lt;P&gt;        SKJ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 21:37:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035212#M417973</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T21:37:33Z</dc:date>
    </item>
    <item>
      <title>Re: CODING FOR CHECK BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035213#M417974</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Naren,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Its alv grid report.... I didn't get u what u said. In the field catalog I should add those fields because if the user uncheck that build option and execute the report then he should see those fields if he checked that box then should disable ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can u explian me bit clearly..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 21:40:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035213#M417974</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T21:40:44Z</dc:date>
    </item>
    <item>
      <title>Re: CODING FOR CHECK BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035214#M417975</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 this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IF the check box = ' '.  " Blind checkbox is not set..Then show the field&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="3" type="ul"&gt;&lt;P&gt;Build the field catalog for the columns  EKES-MENGE, eket-wemng&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELSE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;**Don't have to do anything...As the columns  EKES-MENGE, eket-wemng &lt;/P&gt;&lt;P&gt;**should not be displayed..&lt;/P&gt;&lt;P&gt;&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;Thanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 21:50:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035214#M417975</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T21:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: CODING FOR CHECK BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035215#M417976</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;here is the my field catalog... for the those two fields can u tell me how to write the code for it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;form build_fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fieldcatalog-fieldname   = 'MENGE'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-seltext_m   = 'QTY TO RECEIVE'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-col_pos     = 14.&lt;/P&gt;&lt;P&gt;  fieldcatalog-REF_TABNAME = 'EKES'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-REF_FIELDNAME = 'MENGE'.&lt;/P&gt;&lt;P&gt;  append fieldcatalog to fieldcatalog.&lt;/P&gt;&lt;P&gt;  clear  fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  fieldcatalog-fieldname   = 'WEMNG'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-seltext_m   = 'QTY RECEIVED'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-col_pos     = 15  .&lt;/P&gt;&lt;P&gt;  fieldcatalog-REF_TABNAME = 'EKET'.&lt;/P&gt;&lt;P&gt;  fieldcatalog-REF_FIELDNAME = 'WEMNG'.&lt;/P&gt;&lt;P&gt;  append fieldcatalog to fieldcatalog.&lt;/P&gt;&lt;P&gt;  clear  fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endform.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 21:53:12 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035215#M417976</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T21:53:12Z</dc:date>
    </item>
    <item>
      <title>Re: CODING FOR CHECK BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035216#M417977</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 this..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;IF BLIND = ' '.    " if the check box is not checked.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fieldcatalog-fieldname = 'MENGE'.&lt;/P&gt;&lt;P&gt;fieldcatalog-seltext_m = 'QTY TO RECEIVE'.&lt;/P&gt;&lt;P&gt;fieldcatalog-col_pos = 14.&lt;/P&gt;&lt;P&gt;fieldcatalog-REF_TABNAME = 'EKES'.&lt;/P&gt;&lt;P&gt;fieldcatalog-REF_FIELDNAME = 'MENGE'.&lt;/P&gt;&lt;P&gt;append fieldcatalog to fieldcatalog.&lt;/P&gt;&lt;P&gt;clear fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;fieldcatalog-fieldname = 'WEMNG'.&lt;/P&gt;&lt;P&gt;fieldcatalog-seltext_m = 'QTY RECEIVED'.&lt;/P&gt;&lt;P&gt;fieldcatalog-col_pos = 15 .&lt;/P&gt;&lt;P&gt;fieldcatalog-REF_TABNAME = 'EKET'.&lt;/P&gt;&lt;P&gt;fieldcatalog-REF_FIELDNAME = 'WEMNG'.&lt;/P&gt;&lt;P&gt;append fieldcatalog to fieldcatalog.&lt;/P&gt;&lt;P&gt;clear fieldcatalog.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;ENDIF.&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;THanks,&lt;/P&gt;&lt;P&gt;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 21:58:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035216#M417977</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T21:58:50Z</dc:date>
    </item>
    <item>
      <title>Re: CODING FOR CHECK BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035217#M417978</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks alot naren problem solved..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I really appreciate u r valuable time&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SIRI&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 22:11:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035217#M417978</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T22:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: CODING FOR CHECK BOX</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035218#M417979</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Glad to help &lt;SPAN __jive_emoticon_name="happy"&gt;&lt;/SPAN&gt;)&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;Naren&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Mar 2007 22:16:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/coding-for-check-box/m-p/2035218#M417979</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-03-14T22:16:05Z</dc:date>
    </item>
  </channel>
</rss>

