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
1,274

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 am not able to know how we can implement that given program to get rid of the dump.

Can anyone Please give me the idea.

Points are assured for correct answers.

Regards,

kumar

5 REPLIES 5
Read only

Former Member
0 Likes
904

This custom program is a report which after running displays list of the object numbers which have more than one user status with status number active.

In the checkbox positioned before the entry, you can determine which user statuses you want to delete from the database.

You can select those and delete the same. If you see code of the report, they are deleting data from db tables JEST and JCDS.

If you then restart the report with the same object number selection, there should not be any more objects with more than one status number.

Hope this helps!!

ashish

Read only

0 Likes
904

Hi Asish

Thanks for your reply.

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

Regards,

kumar

Read only

santhosh_patil
Contributor
0 Likes
904

Hi,

Once u know the correct OSS note.

Use the tcode SNOTE to download the OSS note.

There is an option to implement the OSS note also.

-


santhosh

Read only

Former Member
0 Likes
904

Hi Sree Ram,

You will have to first create a report by the name given in the OSS Note. Dont write any code in the report . Now implement the OSS note the Z report would have all the code mentioned in the note.

Regards,

Sowmya.

Read only

sreeramkumar_madisetty
Active Contributor
0 Likes
904

Hi

It's Answered.