<?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: Regarding parameters in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters/m-p/3511386#M844660</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use SELECTION-SCREEN POSITION &amp;lt;pos&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b4 WITH FRAME TITLE text-b02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;*Radiobutton 1&lt;/P&gt;&lt;P&gt;PARAMETER :   p_rad1  TYPE c RADIOBUTTON GROUP grp USER-COMMAND usr.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 5(27) text-s06 FOR FIELD p_rad1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Radiobutton 2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECTION-SCREEN POSITION 38.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PARAMETER :   p_rad2  TYPE c RADIOBUTTON GROUP grp .  &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 40(37) text-s07 FOR FIELD p_rad2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lokesh Aggarwal on Mar 5, 2008 2:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 05 Mar 2008 14:18:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-03-05T14:18:05Z</dc:date>
    <item>
      <title>Regarding parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters/m-p/3511385#M844659</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;below is the code for getting radio buttons, i am getting these radiobuttons in selectionscreen at the stating of screen, i just want to move these to 10 th column .could you please how to move these radiobutton, i know we have some statement like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;parameters para(len) &lt;/P&gt;&lt;P&gt;but i could not solve it , it is giving error,please help me , &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Below is my code.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;selection-screen begin of line .&lt;/P&gt;&lt;P&gt;parameters: p_rad1 type c radiobutton group rad.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;P&gt;selection-screen begin of line .&lt;/P&gt;&lt;P&gt;parameters : p_rad2 type c radiobutton group rad.&lt;/P&gt;&lt;P&gt;selection-screen end of line.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 14:16:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters/m-p/3511385#M844659</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T14:16:40Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters/m-p/3511386#M844660</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Use SELECTION-SCREEN POSITION &amp;lt;pos&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do it like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF BLOCK b4 WITH FRAME TITLE text-b02.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN BEGIN OF LINE.&lt;/P&gt;&lt;P&gt;*Radiobutton 1&lt;/P&gt;&lt;P&gt;PARAMETER :   p_rad1  TYPE c RADIOBUTTON GROUP grp USER-COMMAND usr.&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 5(27) text-s06 FOR FIELD p_rad1.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*Radiobutton 2&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;SELECTION-SCREEN POSITION 38.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;PARAMETER :   p_rad2  TYPE c RADIOBUTTON GROUP grp .  &lt;/P&gt;&lt;P&gt;SELECTION-SCREEN COMMENT 40(37) text-s07 FOR FIELD p_rad2.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF LINE.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;SELECTION-SCREEN END OF BLOCK b4.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers!!&lt;/P&gt;&lt;P&gt;Lokesh&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Lokesh Aggarwal on Mar 5, 2008 2:18 PM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 14:18:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters/m-p/3511386#M844660</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T14:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Regarding parameters</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters/m-p/3511387#M844661</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi lokesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thankyou a lot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have alloted you maximum, thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards, &lt;/P&gt;&lt;P&gt;vinesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2008 14:51:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-parameters/m-p/3511387#M844661</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-03-05T14:51:42Z</dc:date>
    </item>
  </channel>
</rss>

