using radio buttons in a workflow form step

Shai Eyal shai.eyal at yahoo.com
Wed Mar 18 03:06:03 EDT 2009


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/
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.mit.edu/pipermail/sap-wug/attachments/20090318/e4f33ff8/attachment.htm


More information about the SAP-WUG mailing list