Extended ST22 information ?
Anyone know of a way to list the program which has dumped from an ST22 display.
Instead of ST22 output like:
19.08.2003 08:11:20 hosta DINGBAT 001 C TIME_OUT
I really want
19.08.2003 08:11:20 hosta DINGBAT 001 C TIME_OUT <Program_name>
Is there any way with standard SAP, or any utility abap anyone knows of?
I've got a system with lots of dumps and i want to categorise and work on reducing them, so this would be really useful for categorization purposes.
TIA.
dingbat.
Standard report i don`t know but
You can ask your developer to create a report from table
SNAP
yes, I was just hoping I was not the first...this is a wheel I've avoiding redesigning for a few years now.
dingbat.
Anyone know of a way to list the program which has dumped from an ST22 display.
Instead of ST22 output like:
19.08.2003 08:11:20 hosta DINGBAT 001 C TIME_OUT
I really want
19.08.2003 08:11:20 hosta DINGBAT 001 C TIME_OUT <Program_name>
Is there any way with standard SAP, or any utility abap anyone knows of?
I've got a system with lots of dumps and i want to categorise and work on reducing them, so this would be really useful for categorization purposes.
TIA.
dingbat.
Hi,
select one dump and try to solve the same, and do it for remaining dumps and then observ. Could you pl. tell what types of dump you are getting?? are all the same category or all are different category.
Thanks,
-Sunil
Lots of different types, but mainly what I'm interested in doing is dealing with TIME_OUT dumps which are a result of various programs being run in dialog which really should be in batch. I'm trying to pick off the users for training in using batch jobs, so want a quicker view of what programs are failing like this, rather than clicking on each individual dump. I'm getting 100+ TIME_OUT per day, so it gets a bit tedious all that clicking and writing down program names.
dingbat.
Hi,
Is your TIME_OUT programs are customer developed or is that SAP standard?
Can you pl. copy and paste the some part of TIME_OUT dump here.
Thanks,
-Sunil
hi D,
Are you really talking of hundreds of Time Out dumps daily ???
Wonder what is you time out parameter in the instance
unfortunately, yes. Its a 2500 concurrent user system, so its not a huge number, since there are probably 10,000+ users per day in there. Timeout is 10 mins, but I don't want to go higher, so I'm trying to focus on the causes and remove them. I know the cause of some of the time-outs, my question was just about getting to the dump summary information more easily and fully than via ST22.
I can do it by dumping out the header records from SNAP in se16 , but SNAPs records are a bit messy to read, hence my request if anyone has an abap to do it a bit more nicely.
dingbat.
We make an MS Excel report by hand. Say for one week of ABAP Dumps from ST22. Reasons for error/Transaction is done painfully hand going into details of each ABAP dump. The Excel column headers looks like these - colon delimited.
Date:Time:Host:User:Reason/Transaction:ProposedSolution
It depends on number of dumps generated during period under review (say, one week). We have 2-10 dumps in a week which is quite fantastic!
Regards,
BT