Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Transaction ME81N

Former Member
0 Kudos

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

1 REPLY 1

Former Member
0 Kudos

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..