using radio buttons in a workflow form step

Florin Wach florin.wach at gmx.net
Wed Mar 18 03:10:23 EDT 2009


on GENERATED CODING you apply parameters where no report is being created?

-------- Original-Nachricht --------
> Datum: Wed, 18 Mar 2009 00:06:03 -0700 (PDT)
> Von: Shai Eyal <shai.eyal at yahoo.com>
> An: sap-wug at mit.edu
> Betreff: RE: using radio buttons in a workflow form step

> Hi Ronen,
> 
> How r u?
> 
> You need to define radio group for each radio field. You can simply look
> at ABAP help for defining parameters. Example:
> parameters : pa_1      like  am07m-mb52_alv_hsq radiobutton group
> alvv,
>                   pa_2      like 
> am07m-mb52_alv_hsq radiobutton group alvv.
> 
> This will create radio group of two options. The group name (alvv) has no
> special significant.
> 
> Enjoy.
> 
>  
> Regards,
> Shai Eyal
> SAP Logistics senior consultant
> SAP Workflow specialist
> http://www.linkedin.com/in/shaieyal
> Mobile: 972-52-5816633
> 
> 
> 
> ------------------------------
> 
> Message: 3
> Date: Wed, 18 Mar 2009 08:26:31 +0200
> From: Ronen Fox <ronenfox at gmail.com>
> Subject: using radio buttons in a workflow form step
> To: "sap-wug at mit.edu" <sap-wug at mit.edu>
> Message-ID:
>     <d2ce9c060903172326n4995fbek91b2505dce167d32 at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
> 
> Hello,
> 
> The WF form feature in the workflow builder is really great ! just
> create your structure and the system generates the code and screen for
> you.
> 
> My question: how to implement radio-buttons in the form ?
> 
> The fields for the radio buttons are defined using RBUTT data element
> - but what are the next step for changing them in the screen painter
> to look and act as radio buttons ?
> 
> Many thanks,
> Ronen
> 
> 
> ------------------------------
> 
> 
> 
>       New Email addresses available on Yahoo!
> Get the Email name you&#39;ve always wanted on the new @ymail and
> @rocketmail. 
> Hurry before someone else does!
> http://mail.promotions.yahoo.com/newdomains/aa/



More information about the SAP-WUG mailing list