‎2007 Mar 28 5:40 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 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
‎2007 Mar 28 5:46 AM
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
‎2007 Mar 28 6:43 AM
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
‎2007 Mar 28 6:03 AM
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
‎2007 Mar 28 7:03 AM
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.
‎2007 May 23 8:59 AM