‎2007 Mar 28 6:53 AM
Hi Folks
Actually I am getting the short dump with description DYNP_TOO_MANY_RADIOBUTTONS_ON while running some standard Transaction(ko02). For the solution, SAP Providing the note : 371659.
In that note as a solution sap suggested some z program ZSTSEQNR.
But my problem here is : I understand how to implement...But in my Dev/Production system the concerned report ZSTSEQNR is not existed.
Can I know whether this can be avaiable to by default or we have to create that report in Dev and Transport to Production.
Expecting a quick response.
Points are assured for correct answers.
Regards,
kumar
‎2007 Mar 28 6:58 AM
Hi,
May be that is a Sample Z program for the reference, from which we can understand the logic that has to be implemented in our code.
Does it says to copy that into your program.
Check with the Radiobutton group used by you to create the radiobuttons.
Radiobutton means at a time only one has to be selected, So it appear that in this case more than one is selected and giving this error.
check that.
Regarding the Z program, if it doesn't exit in Dev/Prd, you can copy that(if the code is given) and create a program in Dev and use it.
reward if useful
regards,
Anji
‎2007 Mar 28 3:42 PM
Hello kumar,
You have to implement the note first and it will create the report zstseqnr automatically.
You will then be able to run it. You can then transport the request to your Dev/Prod system.
Regards,
Walter
‎2007 May 23 8:59 AM