<?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 Selection screen in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2787647#M650053</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;  I want to desing the selection screen with the following requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection screen having 3 bloks. In first block i want customer and company code. in second screen i want two check boxes like all company code and specified co.code. In third block i want sales order book under that i want checkbox all sales area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srinu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 13 Sep 2007 11:07:47 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-09-13T11:07:47Z</dc:date>
    <item>
      <title>Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2787647#M650053</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;  I want to desing the selection screen with the following requirements.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection screen having 3 bloks. In first block i want customer and company code. in second screen i want two check boxes like all company code and specified co.code. In third block i want sales order book under that i want checkbox all sales area.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Srinu&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:07:47 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2787647#M650053</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:07:47Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2787648#M650054</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;selection screen begion of block b1 with frame title text-001.&lt;/P&gt;&lt;P&gt;parameter p_kunnr like kna1-kunnr.&lt;/P&gt;&lt;P&gt;parameter p_bukrs type bukrs_d.&lt;/P&gt;&lt;P&gt;end of block b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection screen begion of block b2 with frame title text-002.&lt;/P&gt;&lt;P&gt;parameter p_chkbox1 as checkbox.&lt;/P&gt;&lt;P&gt;parameter p_chkbox2 as checkbox.&lt;/P&gt;&lt;P&gt;end of block b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection screen begion of block b3 with frame title text-003.&lt;/P&gt;&lt;P&gt;parameter {your field for sales order book define as earlier}&lt;/P&gt;&lt;P&gt;parameter p_checkbox3 as checkbox with text "all sales areas".&lt;/P&gt;&lt;P&gt;end of block b3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful&lt;/P&gt;&lt;P&gt;vivekanand&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:22:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2787648#M650054</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-09-13T11:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: Selection screen</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2787649#M650055</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;Try this.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;TABLES : KNB1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection screen begin of block B1 with frame title text-001.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECT-OPTIONS  S_kunnr FOR KNB1-KUNNR.&lt;/P&gt;&lt;P&gt;parameter p_bukrs type KNB1-BUKRS.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end of block B1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection screen begion of block B2 with frame title text-002.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameter cb_All  as checkbox.&lt;/P&gt;&lt;P&gt;parameter cb_Sel as checkbox.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;end of block b2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;selection screen begion of block b3 with frame title text-003.&lt;/P&gt;&lt;P&gt;**parameter : p_sb type &amp;lt;as per ur need&amp;gt;.&lt;/P&gt;&lt;P&gt;parameter cb_SA as checkbox .&lt;/P&gt;&lt;P&gt;end of block b3.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;reward if helpful.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 13 Sep 2007 11:29:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/selection-screen/m-p/2787649#M650055</guid>
      <dc:creator>varma_narayana</dc:creator>
      <dc:date>2007-09-13T11:29:24Z</dc:date>
    </item>
  </channel>
</rss>

