DYNP_TOO_MANY_RADIOBUTTONS_ON

Hello All,
I am using the FM - HR_INFOTYPE_OPERATION, Action is COP for our own IT 9984.
In the screen we have two radiobuttons both relarted to same group, let say rb_1 and rb_2 .
We already have a records in IT 9984 for begda - 01.06.2007 (with rb_1 = 'X') and we are doing the Action COP again for the same BEGDA - 01.06.2007 but due to some logic this time we will have rb_2 = 'X' (instead of rb_1 = 'X') but the structure which I am passing to FM HR_INFOTYPE_OPERATION will have rb_1 is space and rb_2 = 'X'. Even then when I execute the FM in program then I am getting the above return Message . I think inside it's trying to put X for rb_2 but rb_1 is already X (for the existing record) so their is some clash going on.
How do we avoid this Error, I would like to set rb_1 as SPACE and rb_2 = 'X' which is already their in my structure which I am passing to FM, does any body come across such situations..
Please advice..
Thanks and have a nice day ahead.
Mit freundlichen Grüßen/Best regards,
Mangalagi S V

Try passing only rb_1 is space in the function call..
~Suresh

Similar Messages

  • DYNP_TOO_MANY_RADIOBUTTONS_ON error while submitting the report.

    Hi,
    i created 2 programs with same selection screens.
    1st programe will call the 2nd programe.
    SUBMIT ZReport2  VIA SELECTION-SCREEN
             WITH p_hist = ' '
             WITH p_main = ' '
             WITH p_expul = 'X'
             WITH p_depr = 'X'
             WITH p_uexp = 'X'
             WITH p_repro = 'X'
             WITH p_gjahr = p_gjahr
             WITH p_job   = p_job
             VIA JOB lv_jobname NUMBER lv_jobnum AND RETURN.
    At this point of time, it is throwing error with DYNP_TOO_MANY_RADIOBUTTONS_ON
    1. I tried by changing the group names in both the reports.
         Report1 have GRP1 & GRP2
         Report3 have GRP3  & GRP4.
    Any idea why it is happening. Attached screenshot of dump.

    Hi,
    You need to explicitly pass the values of all the radiobuttons in the submit report. By default, first radiobutton of every radiobutton group is 'X'. In case you want to call the report based on the 2nd radiobutton of the group. You have to pass
    WITH p_rad1 = '  '
              p_rad2 = 'X' .
    You are getting this error, because at a time more than one radiobutton of a group is set.
    Regards,
    DPM

  • Dynp_too_many_radiobuttons_on error ??

    hi friends.I wrote this code.
                SUBMIT (report) VIA SELECTION-SCREEN
                            WITH S_SAKONT = gt_ot-kunnr
                            WITH BUKRS = gt_ot-bukrs
                            WITH HK3 EQ 'X'   "radiobutton
                            AND RETURN .
    where do ı do error?
    please help me
    thanks.
    Edited by: Emrah Gdal on Sep 24, 2008 6:43 PM

    You need to make sure that you are setting the other radiobuttons = space as well.  So for example, lets say that you have 3 radiobuttons HK1, HK2, and HK3, and you want o set HK3 as on, then the other two must be set to off.
    SUBMIT (report) VIA SELECTION-SCREEN
    WITH S_SAKONT = gt_ot-kunnr
    WITH BUKRS = gt_ot-bukrs
    WITH HK1 EQ ' '
    WITH HK2 EQ ' '
    WITH HK3 EQ 'X' "radiobutton
    AND RETURN .
    Regards,
    Rich Heilman

  • Run time eroor for customer report after upgrade DYNP_TOO_MANY_RADIOBUTTONS

    Hi friends,
                   I am getting runtime error after upgrade of our systems from sap 4.7 to ECC 6.0.There is a report which has three radio butons,in which third radio button is set as default .there are 5 variants for the report.If select any variant which selects the second radio button.Getting runtime error.
    The error is DYNP_TOO_MANY_RADIOBUTTONS_ON.
    Thanks & Reghards,
    Manoj

    Might be case two buttons are set on at single time....
    see this:
    handle the exception on radibutton.
    DYNP_TOO_MANY_RADIOBUTTONS_ON

  • Change vendor detail got fiz runtime error

    Hi.
    when i ru transaction xk03 and try to change vender Email then it is giving fix ' DYNP_TOO_MANY_RADIOBUTTONS_ON'
    runtime error.u know module pool for this transaction is too big.i am beginer in abap so how can remove these error.
    I know thare may be multiple or no checkbox is selected but where???Please check

    Hi,
    The issue will be due to several radiobuttons but not grouped together.
    Have you added any custom screen in XK03 transaction.
    Check in the same.
    Incase not then search for some notes in service.sap.com.
    Regards,
    Ankur Parab

  • Transaction ME81N

    Hi Experts,
        In the upgraded system ECC5.0 , the  Transaction ME81N gives a dump while selecting a value for currency,clicking  "all selections "(a button on the status bar) then clicking "Expand" in out-put format box .
       The short dump describes DYNP_TOO_MANY_RADIOBUTTONS_ON.
      Searched for a suitable Note on the same but couldn't find .
    Any pointers to this ?
    Thanks in advance...
    ~ The Abaper

    case: 758022
    Both radio buttons within the Data Forwarding dialog box (for forwarding data to the PATROL Agent) are registered as selected at the same time. This results in the ABAP dump DYNP_TOO_MANY_RADIOBUTTONS_ON.
    solution:
    To solve the above problems, download and import patch number DE4K911686, as described in the following section.
    Downloading the Patch
    Download the patch from http://erp.ndsoft.com, as follows:
    1. From the Product list, select P_for SAP_SLReporter.
    2. From the Version list, select 4.2.50.
    3. Click Display.
    4. Click the hyperlink for DE4K911686, and download the patch to a temporary file on your computer.
    Importing the Patch
    1. Copy the transport files to your operating system:
    Transport cofile K911686.DE4 to usr\sap\trans\cofiles
    Transport data file K911686.DE4 to usr\sap\trans\data
    2. Make sure that the copied files are write-enabled (not Read-only).
    On a Unix operating system you must also change file ownership.
    3. Register the transport through the STMS transaction, or using the following command:
    OS prompt> tp addtobuffer DE4K911686 <your SID>
    4. Import the transport through the STMS transaction, or using the following command:
    OS prompt> tp import DE4K911686 <your SID>
    For further help refer-http://www.bmc.com/support.html
    hope it helps..

Maybe you are looking for

  • Flex Builder 3.1 Standard and Flex SDK 4.1 build 16076

    Hi I have a problem I have downloaded Flex SDK 4.1 16076 and added to my sdk list in Flex Builder. I can compile my program fine except when I change files the flash imports are removed and the code hints don't have any knowledge of flash.display and

  • How do I create a PDF X/1-a file?

    I use an ibook G4 with OS 10.4.11. On the print window, I can create a PDF file, or a PDF/X file. I am attempting to create a high res PDF for printing with Amazon's guidelines, which are specifically PDF/X-1a files. On my mac, however, there is no m

  • IPhoto 6 - Combing Libraries - Is it Possible?

    I have multiple libraries that I want to turn into one file... Is that possible? How do yo do it?

  • How to use PIVOT for varchar field

    Have data (records) as such: Joe, Smith, PersonType1 Joe, Smith, PersonType2 Joe, Smith, PersonType3 Joe, Smith, PersonType4 Joe, Smith, PersonType5 However need to present it within ONE row per/Person with the PersonType in columns within this same

  • Remove zeros from a channel

    Hi Diadem experts! I am trying to concote a script that basically does exactly what the ChnNovHandle function does. ChnNovHandle removes NoValue numbers from a channel, optionally with multiple channels. I want to use this function, except that I hav