<?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 reporting in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/reporting/m-p/1510211#M235319</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to have multiple checkboxes in a single line&lt;/P&gt;&lt;P&gt;in reporting.how to do that.i don't want to use screen painter.is there any way?&lt;/P&gt;&lt;P&gt;i'm trying it using :&lt;/P&gt;&lt;P&gt;begin of line,&lt;/P&gt;&lt;P&gt;end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not working.&lt;/P&gt;&lt;P&gt;if anyone have code for that plz send .&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2006 07:28:59 GMT</pubDate>
    <dc:creator>sushant_singh</dc:creator>
    <dc:date>2006-08-01T07:28:59Z</dc:date>
    <item>
      <title>reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reporting/m-p/1510211#M235319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i want to have multiple checkboxes in a single line&lt;/P&gt;&lt;P&gt;in reporting.how to do that.i don't want to use screen painter.is there any way?&lt;/P&gt;&lt;P&gt;i'm trying it using :&lt;/P&gt;&lt;P&gt;begin of line,&lt;/P&gt;&lt;P&gt;end of line.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its not working.&lt;/P&gt;&lt;P&gt;if anyone have code for that plz send .&lt;/P&gt;&lt;P&gt;thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 07:28:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reporting/m-p/1510211#M235319</guid>
      <dc:creator>sushant_singh</dc:creator>
      <dc:date>2006-08-01T07:28:59Z</dc:date>
    </item>
    <item>
      <title>Re: reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reporting/m-p/1510212#M235320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Selection-screen: begin of line.&lt;/P&gt;&lt;P&gt;    parameters: var1 as checkbox,&lt;/P&gt;&lt;P&gt;                var2 as checkbox,&lt;/P&gt;&lt;P&gt;                var3 as checkbox,&lt;/P&gt;&lt;P&gt;                var4 as checkbox,&lt;/P&gt;&lt;P&gt;                var5 as checkbox,&lt;/P&gt;&lt;P&gt;                var6 as checkbox.&lt;/P&gt;&lt;P&gt;Selection-screen: end of line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 07:41:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reporting/m-p/1510212#M235320</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T07:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reporting/m-p/1510213#M235321</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushant,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use selection screen and put your parameters in that screen where you can arrange them in a line using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ELECTION-SCREEN BEGIN OF LINE and&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END   OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This enables you to arrange several parameters, comments, pushbuttons or underline blocks, included between the SELECTION-SCREEN BEGIN OF LINE and SELECTION-SCREEN END OF LINE statements, in a single line. The automatic new line after each PARAMETER is suppressed. &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;&amp;lt;b&amp;gt;SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;  PARAMETERS: P1 AS CHECKBOX. &lt;/P&gt;&lt;P&gt;  PARAMETERS: P2 AS CHECKBOX.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&amp;lt;/b&amp;gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps,&lt;/P&gt;&lt;P&gt;Pragya&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 07:42:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reporting/m-p/1510213#M235321</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T07:42:42Z</dc:date>
    </item>
    <item>
      <title>Re: reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reporting/m-p/1510214#M235322</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE&gt;&lt;CODE&gt;SELECTION-SCREEN BEGIN OF LINE.
SELECTION-SCREEN POSITION 1.
PARAMETERS: P1 AS CHECKBOX. 
SELECTION-SCREEN COMMENT 4(25) 'Material no.'.

PARAMETERS: P2 AS CHECKBOX.
SELECTION-SCREEN COMMENT 40(25) 'Plant'.
SELECTION-SCREEN END OF LINE.&lt;/CODE&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 07:44:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reporting/m-p/1510214#M235322</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-08-01T07:44:36Z</dc:date>
    </item>
    <item>
      <title>Re: reporting</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/reporting/m-p/1510215#M235323</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sushant, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look at the code below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;PARAMETERS: p1 AS CHECKBOX,&lt;/P&gt;&lt;P&gt;            p2 AS CHECKBOX,&lt;/P&gt;&lt;P&gt;            p3 AS CHECKBOX.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Additionally, you can use selection-screen comment to put text for the checkboxes.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Here are the other layout options for selection-screen:&lt;/P&gt;&lt;P&gt;1. SELECTION-SCREEN BEGIN OF BLOCK block. &lt;/P&gt;&lt;P&gt;2. SELECTION-SCREEN BEGIN OF TABBED BLOCK block FOR n LINES. &lt;/P&gt;&lt;P&gt;3. SELECTION-SCREEN END   OF BLOCK block. &lt;/P&gt;&lt;P&gt;4. SELECTION-SCREEN TAB (len) tabname USER-COMMAND ucom. &lt;/P&gt;&lt;P&gt;5. SELECTION-SCREEN BEGIN OF LINE. &lt;/P&gt;&lt;P&gt;6. SELECTION-SCREEN END   OF LINE. &lt;/P&gt;&lt;P&gt;7. SELECTION-SCREEN POSITION pos. &lt;/P&gt;&lt;P&gt;8. SELECTION-SCREEN ULINE. &lt;/P&gt;&lt;P&gt;9. SELECTION-SCREEN COMMENT fmt name. &lt;/P&gt;&lt;P&gt;10.SELECTION-SCREEN PUSHBUTTON fmt name USER-COMMAND ucom. &lt;/P&gt;&lt;P&gt;11.SELECTION-SCREEN SKIP n. &lt;/P&gt;&lt;P&gt;12.SELECTION-SCREEN FUNCTION KEY n. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;P.S. Please award points for useful answers.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 07:51:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/reporting/m-p/1510215#M235323</guid>
      <dc:creator>aris_hidalgo</dc:creator>
      <dc:date>2006-08-01T07:51:26Z</dc:date>
    </item>
  </channel>
</rss>

