SAPScript - Adding new radio button

Hi all,
Apparently, my user wants to add additional radio buttons underneath Transaction Code VF31, so that the user can determine which SAPScript form to be printed out using the above appended radio buttons.
VF31 will call program SD70AV3A, when execute the program, it shows a list of billing invoices, and then it will print the form according to the selection in transaction VF31. Therefore, does anyone knows how to add radio buttons in a standard button?
Thanks and cheers,
Patrick

These are the user exits available for VF31.
VCOM0001            Fill Output Communication Areas - Application V6
VCOM0002            Fill Output Communication Areas - Application E1
VCOM0003            Fill Output Communication Areas - Application M1
VCOM0004            Fill Output Communication Areas - Application V7
VN000001            Customer exits in output determination
But none of them has the screen exit to add radio buttons..

Similar Messages

  • Adding a radio button to a popup

    Hi all
    I have a command button when clicked on it a popup should come and it should display all the Digital certificate names stored in the system in the form of radio button along with certificate names.
    Presently when clicked on command button, the button calls a method in AMIMPL which returns the name of the certificate.
    Now my requirement is a pop should be invoked (This is already done using invoke POPUP method )and the certificate name should be displayed on the popup along with radio button.
    Now please let me know how to pass the certificate name and radio button to popup
    Could anyone help me.
    Thanks in advance.

    This is my managed bean code :-
    public class custom {
    private RichDialog dial;
    private RichPopup hellopopup;
    public custom() {
    public void showPopup(PopupFetchEvent popupFetchEvent) {
    // Add event code here...
    RichOutputText newText = new RichOutputText();
    RichSelectBooleanRadio radio = new RichSelectBooleanRadio();
    newText.setValue("Hello");
    dial.getChildren().add(newText);
    dial.getChildren().add(radio);
    public void setHellopopup(RichPopup hellopopup) {
    this.hellopopup = hellopopup;
    public RichPopup getHellopopup() {
    return hellopopup;
    public void setDial(RichDialog dial) {
    this.dial = dial;
    public RichDialog getDial() {
    return dial;
    public void hello() {
    // Add event code here...
    RichPopup.PopupHints hints = new RichPopup.PopupHints();
    hellopopup.show(hints);
    and this is my jspx page code :-
    <f:view>
    <af:document id="d1" initialFocusId="it1">
    <af:messages id="m1"/>
    <af:form id="f1" defaultCommand="cb1">
    <af:commandButton text="commandButton 1" id="cb2"
    action="#{custom.hello}" partialSubmit="true"/>
    <af:popup id="p2" popupFetchListener="#{custom.showPopup}"
    binding="#{custom.hellopopup}">
    <af:dialog id="d3" binding="#{custom.dial}"/>
    </af:popup>
    </af:document>
    </f:view>
    This will work for sure.
    Regards,
    Shah

  • Selection Based on Radio buttons in SAP Query

    Hi All,
    I am new to SAP Query.
    I have added the radio buttons on the selection screen of my SAP query screen.
    Can anyone please tell me how to make the field selection in query based on the status of these radio buttons.
    Thanks And Regards,
    Rupesh

    HI
    you have to do this using modif id. here is a sample program to do this
    PARAMETERS show_all radiobutton  group g1 USER-COMMAND flag.
    PARAMETERS no_show radiobutton  group g1 default 'X'.
    SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME.
    PARAMETERS: p1(10) TYPE c,
                p2(10) TYPE c,
                p3(10) TYPE c.
    SELECTION-SCREEN END OF BLOCK b1.
    SELECTION-SCREEN BEGIN OF BLOCK b2 WITH FRAME.
    PARAMETERS: p4(10) TYPE c modif id bl2,
                p5(10) TYPE c modif id bl2,
                p6(10) TYPE c MODIF ID bl2.
      SELECTION-SCREEN END OF BLOCK b2.
    AT SELECTION-SCREEN OUTPUT.
      LOOP AT SCREEN.
        IF show_all <> 'X' AND
           screen-group1 = 'BL2'.
           screen-active = '0'.
        ENDIF.
        MODIFY SCREEN.
    endloop.
    reward if helpful
    Message was edited by: Harikishore Sreenivasulu

  • Deselect radio buttons

    Is there a way to deselect all the radio buttons in a group?
    what I'm specifically trying to do is, once the user has selected
    the radio button and clicked my button to proceed to the next
    question in my quiz, it will load a new question and new radio
    button labels/values. that part works, but the radio button
    previously selected is still selected. I have tried:
    radioGroup.selection = null:
    radio_btn0.selected = false; (and repeat for the other 3)
    and the same as above in a for loop.
    None of this seems to work. Is this possible, or will one
    always be selected once the user interacts with the radio group the
    first time?

    I put radio buttons on the stage drag-and-drop style, rather
    than have them generated at runtime, and no I don't have any code
    to remove previous instances. I'll try adding code to add and
    remove those as the script runs and see what I come up with. I'm
    still an incredible newbie, so even though I know what I want to
    happen it takes me a while to figure out how to code it.

  • How to put a radio button ina table

    Hi Frndz..
    I want to show a radio button in a table which table contains multiple rows, so with this radio button user can select only one row out of multi rows.
    My table like this am getting the data from RFC...
                       PONum                  BarCode                    OptionButton
                          100032                   rnsnsv-e3r                   radiobutton
                          100043                   sae489-q3                   radiobutton           
                          100034                   fs88a7-df4                   radiobutton   
    So with the option of radio button user can select only one row..
    while using Insert Table cell editor am adding a radio button but am not able go ahead...suggest me if u have any ideas.
    Thanks in Advance
    Regards
    Rajesh

    Hi Rajesh,
    Try this:
    Step1: Right click on RootUIElementContainer and manually insert the Table
    Step2: Now right click on Table and Insert the TableCoulmn Group
    Step3: In the TableColumnGroup Insert TableColumn
    Step4: Now Insert TableCellEditor  Radio Button Type.
    Step5: Bind the value attributes to the Radio Button property called selectedKey and KeyToSelect and deploy the application
    Thanks
    Krishna

  • Radio Button Size

    Radio Buttons do not seem to have a "SIZE" property.
    CheckBoxes have a "SIZE" property on the OBJECT-FIELD tab. For checkboxes, the size can be set in points and it is reflected in the size of the box that is checked. This size is independent of the object width/height or font size.
    Radio buttons seem to be a fixed size circle. The OBJECT-FIELD tab has no size property. Changing width, height, margins, reserve, font, etc does not impact the size of the circle.
    There seems to be a hidden size property, since radio buttons that are imported from previous pdf seem to retain their size. Whereas, creating a new radio button always gives the same small size.
    It appears that the OBJECT-FIELD interface for the radiobutton needs to be modified to implement the "hidden" size property.
    Does anyone have a workaround. For instance, if I knew what the hidden property name and syntax was, I could set the size during the initialization event for the radio button. I suspect it's the same name and syntax as for the checkbox, but I don't have that either. The documentation that came with the "professional" version of Acrobat 7 does not seem to go to this level of detail.

    This is available in the Designer 7.1 UI, easiest thing would be to upgrade.<br /><br />Basically it sets the size attribute of the <checkButton> node, which is inside the <ui> node which is in the <field> node.<br /><br />Chris<br />Adobe Enterprise Developer Support

  • Help with Radio Buttons in Form

    Hi. I have inherited a website that has a simple form. I have
    been asked to edit the form adding 4 radio buttons to collect the
    consumer's satisfaction with the content of the website. I have
    added the radio buttons using Dreamweaver MX, however, they do not
    work as I expected them to. I was under the impression that radio
    buttons did not allow the user to select more than one option
    because when the user selected a different option, the first option
    was unselected. My form is currently allowing all four options to
    be selected at the same time. The code for the form is below. I
    have changed the @ in the email address of the form to prevent
    possible spam. Any help would be greatly appreciated.

    It looks like you need to change the name= to the same on
    each radio button, if they all have the same name then you can only
    check one. Then click the form in the behaviors panel and be sure
    the radio button name is inserting into the proper db
    column.

  • Report with radio button

    How to create an sql-report with a radio button for each record ?

    Set up LOV with
    Deptno label Deptno Value
    ACCOUNTING NEW YORK, 10
    RESEARCH DALLAS, 20
    SALES CHICAGO, 30
    OPERATIONS BOSTON, 40
    Make radio button group item PX_RADIO using the LOV PX_RADIO
    Make report with query
    Select col1, col2, etc., deptno From data_table Where deptno = :PX_RADIO.
    Have radio button item calculation
    Begin
    If :PX_RADIO is NULL then
    :PX_RADIO = 10;
    Else
    :PX_RADIO;
    End if;
    End;
    To set the default radio and table value for deptno when table loads,
    and update table to the new :PX_RADIO value when person clicks on a new radio button.

  • Form UIBB: Radio Button Group: How to set default value?

    Hello,
    i've added a Radio Button Group in Forum UIBB (FPM_FORM_UIBB) with 3 possible values. How can I set the default value for this group? When starting the application, no radio button is selected..
    Thanks & Regards
    Christopher

    Hi Christopher,
    i've the same requiremnt for adding a Radio Button Group and 3 Radio buttons under it in Forum UIBB (FPM_FORM_UIBB) with 4 possible values..
    I have added 3 custom fields for 3 Radio buttons in the structure. In the desin time, I have added these 3 fields and taken as Radion button Group. But, Only label is coming on the output...
    I totally stuck here. Can you please guide me on this in details as to how to add the Radio buttons and how its action can be handled?
    It's bit urgent for me.
    Thanks in advance,
    Sumesh 

  • Please solve  Radio buttons (when selected) will then display on the report

    Each of these new Radio buttons (when selected) will then display on the report in the same locations, which is after the existing columns.
    Check boxes are by default checked.
    When the 1st radio button is selected then a new column will be displayed in the ALV output
    Next to A.
    Like wise when 2nd radio button selected then a new column will be displayed in the ALV output next to B.
    Like wise the ALV output is displayed.
    A   is a checkbox
    B  is a checkbox
    C   is a checkbox
    D   is a checkbox
    1   is a radio button                         
    2   is a radio button      
    3  is a radio button
    4   is a radio button

    while populating fieldcatalog itself u include these condition....
    if Pradiobutton = 'X'.
    *--populate field catalog for field u want in specified position....
    endif.
    similarly u proceed for other fields and other condition

  • Events Triggered During Radio Buttons Changes

    Hi ,
    I added 3 radio Buttons in my Parameter Screen.
    Whenever iam changin the Buttons, Both At Selection Screen Ouptput and At Selection Screen Event is executed.
    Is it correct ?
    Thanks
    Kuna.

    Hi Venkat,
    ths is the first result in  Google if you search for your subject with a preceding ABAP.
    [Next time please try yourself, thank you!|http://help.sap.com/saphelp_nw04/helpdata/en/e6/83a0375b5dd003e10000009b38f8cf/content.htm]
    Regards,
    Clemens

  • Add radio button with script

    Hi All
    On my form i have RadioButtonList with one radio button in it. I want to do next, on button click new radio button into the RadioButtonList should appear. I tried something like this:
    var oNode = xfa.form.createNode("radioButton");
    questionary.#subform[0].RadioButtonList.nodes.append(oNode);
    but got an error "argument mismatch".
    Could you help me with this issue?

    Hi Mike,
    Thanks for the quick info.
    There is no text to edit. I have a box with a radio button at the far right side.
    When I right-click on the radio button I get the following options: Cut, Copy, Paste, Delete, Rename Object..., Change Object Type>, Send Backwards, Send To Back, Palettes> and Add to Library...
    When I tried the Radio Button in a document created in LC it workd as you mentioned. It is only when I import a PDF file.
    I figure I probably have something configured incorrectly. I am using PDF 1.7 (Acrobat 8) when distilling.
    I also noticed that some of the items in the Standard libarary are grayed out: Circle, Content Area, Image, Rectangle, Text, and Subform.
    Lee

  • Two radio button groups merging into one, and I don't want that. How do I fix it?

    I have two sets of radio buttons that I want to be independent of each other. How do I do that?  Just to be clear... I have one set with two buttons.  The second set has six buttons.  They are independent of each other - they just happen to fall in line one right after the other.  LiveCycle keeps putting them together. 
    I have very limited knowledge and am learning as I go.  Thanks for any help that you can give me.

    Select the Radio button that you want to be independent of the other radio buttons, RIGHT click and choose Wrap in New Radio Button Group.
    This way it can be selected along with other radio buttons..
    One question here. If you want each radio button to be independent of each other, why not change them to Check Boxes instead of Radio Buttons.
    Thanks
    Srini

  • Sets of Radio buttons all grouped together

    I am creating a form with many sets of radio buttons. Each set contains 3 buttons. When I add the 4th button, Designer groups it with the first three. When I add a 5th button, it is automatically grouped with the first 4. I need to separate the buttons into groups of 3. How do I manually choose which radio buttons to group together?
    Eric

    Doing this is little tricky... Add all your radio buttons and then choose all the ones you want to group in a different set holding Ctrl key. And then click your mouse button (right). Then choose 'Wrap in New Radio Button Group'.
    Good luck,
    SekharN.

  • Step by step process to add Radio Buttons and Check boxes in a view

    Hi,
    Could somone give me the steo by step process for adding the Radio Buttons and Check boxes in a view.
    Regards
    Hrudaya Raju

    https://www.sdn.sap.com/irj/sdn/articles-topic?rid=/webcontent/uuid/7082f9fc-070d-2a10-88a2-a82b12cea93c
    https://www.sdn.sap.com/irj/sdn/webdynpro-elearning
    https://help.sap.com/javadocs/NW04S/current/wd/index.html
    https://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDCheckBox.html
    https://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDCheckBoxGroup.html
    https://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDRadioButtonGroupByIndex.html
    https://help.sap.com/javadocs/NW04S/current/wd/com/sap/tc/webdynpro/clientserver/uielib/standard/api/IWDRadioButtonGroupByKey.html
    Armin

Maybe you are looking for

  • My Time Capsule won't allow my computer to back up.  It says it is already in use but that is what it is being used for.

    My Time Capsule won't allow my computer to back up.  It says it is already in use but that is what it is being used for. It has been working fine for years.  All of a sudden I keep getting a message that TC (time capsule) cannot complete back up as i

  • HT5858 ipad air keeps shutting off

    ipad air keeps shutting down while using it

  • Needs to be formatted???

    i used my ipod classic just fine for a few months, but now my pc started wining about not being connected to a 2.0 usb slot, i thaught it was because i was connecting 2 ipods at the same place (front of my pc) so i just disregarded it, only thinking

  • ADFS MP - shows websites as Critical when they are fine

    Hi, Just installed the ADFS MP on to SCOM 2012 R2, but cannot get the Websites to turn Green, even though the Websites  are running fine. ADFS servers are 2008R2. Have applied all the legacy IIS6 extras to the Management Server (bit dodgy??) http://s

  • Suppress tab space

    Hi All, I'm writing following code and Im getting out as below. I'm capturing this output log in unix. The issue is Im getting tab spaces in the output declare     lv_SQL        VARCHAR2(32000);     lv_Col        VARCHAR2(256); begin lv_Sql := 'SELEC