Application Development and Automation 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: 
Read only

Regarding OSS Notes

sreeramkumar_madisetty
Active Contributor
0 Likes
537

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

3 REPLIES 3
Read only

Former Member
0 Likes
463

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

Read only

Former Member
0 Likes
463

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

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
463

Hi

It's Answered.