Hi Ronex,<div>U can achieve this by following these steps:</div><div>1) Go to Workflow header and click on &quot;Function Group&quot; tab.</div><div>2) Double click on Function module name and open it in change mode.</div>
<div>3) Go to Screen of this Function Module and double click on the screen number.</div><div>4)Here on the Layout Tab of screen u can add radio buttons</div><div><br></div><div>Rgards,</div><div>Sangvir Singh</div><div><br>
<br><div class="gmail_quote">On Wed, Mar 18, 2009 at 12:40 PM, Florin Wach <span dir="ltr">&lt;<a href="mailto:florin.wach@gmx.net">florin.wach@gmx.net</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
on GENERATED CODING you apply parameters where no report is being created?<br>
<br>
-------- Original-Nachricht --------<br>
&gt; Datum: Wed, 18 Mar 2009 00:06:03 -0700 (PDT)<br>
&gt; Von: Shai Eyal &lt;<a href="mailto:shai.eyal@yahoo.com">shai.eyal@yahoo.com</a>&gt;<br>
&gt; An: <a href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a><br>
&gt; Betreff: RE: using radio buttons in a workflow form step<br>
<div><div></div><div class="h5"><br>
&gt; Hi Ronen,<br>
&gt;<br>
&gt; How r u?<br>
&gt;<br>
&gt; You need to define radio group for each radio field. You can simply look<br>
&gt; at ABAP help for defining parameters. Example:<br>
&gt; parameters : pa_1      like  am07m-mb52_alv_hsq radiobutton group<br>
&gt; alvv,<br>
&gt;                   pa_2      like <br>
&gt; am07m-mb52_alv_hsq radiobutton group alvv.<br>
&gt;<br>
&gt; This will create radio group of two options. The group name (alvv) has no<br>
&gt; special significant.<br>
&gt;<br>
&gt; Enjoy.<br>
&gt;<br>
&gt;  <br>
&gt; Regards,<br>
&gt; Shai Eyal<br>
&gt; SAP Logistics senior consultant<br>
&gt; SAP Workflow specialist<br>
&gt; <a href="http://www.linkedin.com/in/shaieyal" target="_blank">http://www.linkedin.com/in/shaieyal</a><br>
&gt; Mobile: 972-52-5816633<br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt; Message: 3<br>
&gt; Date: Wed, 18 Mar 2009 08:26:31 +0200<br>
&gt; From: Ronen Fox &lt;<a href="mailto:ronenfox@gmail.com">ronenfox@gmail.com</a>&gt;<br>
&gt; Subject: using radio buttons in a workflow form step<br>
&gt; To: &quot;<a href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a>&quot; &lt;<a href="mailto:sap-wug@mit.edu">sap-wug@mit.edu</a>&gt;<br>
&gt; Message-ID:<br>
&gt;     &lt;<a href="mailto:d2ce9c060903172326n4995fbek91b2505dce167d32@mail.gmail.com">d2ce9c060903172326n4995fbek91b2505dce167d32@mail.gmail.com</a>&gt;<br>
&gt; Content-Type: text/plain; charset=ISO-8859-1<br>
&gt;<br>
&gt; Hello,<br>
&gt;<br>
&gt; The WF form feature in the workflow builder is really great ! just<br>
&gt; create your structure and the system generates the code and screen for<br>
&gt; you.<br>
&gt;<br>
&gt; My question: how to implement radio-buttons in the form ?<br>
&gt;<br>
&gt; The fields for the radio buttons are defined using RBUTT data element<br>
&gt; - but what are the next step for changing them in the screen painter<br>
&gt; to look and act as radio buttons ?<br>
&gt;<br>
&gt; Many thanks,<br>
&gt; Ronen<br>
&gt;<br>
&gt;<br>
&gt; ------------------------------<br>
&gt;<br>
&gt;<br>
&gt;<br>
</div></div>&gt;       New Email addresses available on Yahoo!<br>
&gt; Get the Email name you&amp;#39;ve always wanted on the new @ymail and<br>
<div class="im">&gt; @rocketmail.<br>
&gt; Hurry before someone else does!<br>
</div>&gt; <a href="http://mail.promotions.yahoo.com/newdomains/aa/" target="_blank">http://mail.promotions.yahoo.com/newdomains/aa/</a><br>
<div><div></div><div class="h5">_______________________________________________<br>
SAP-WUG mailing list<br>
<a href="mailto:SAP-WUG@mit.edu">SAP-WUG@mit.edu</a><br>
<a href="http://mailman.mit.edu/mailman/listinfo/sap-wug" target="_blank">http://mailman.mit.edu/mailman/listinfo/sap-wug</a><br>
</div></div></blockquote></div><br></div>