2013 Apr 23 8:25 AM
Is there any report like taking input as executable program names in select-options and giving output as short dump program names in itab?
Is there any report like taking input as executable program names in select-options and giving output as short dump program names in itab?
2013 Apr 23 11:36 AM
2013 Apr 23 11:44 AM
2013 Apr 23 12:51 PM
Hi Shareef,
I agree with Thomas, the same can be checked with transaction ST22(by extension the program, RSSHOWRABAX).
You will be able to find the details of the error.
For further changes, you need to analyse this program and can create custom program as per your need.
2013 Apr 23 2:02 PM
Hi sagar,
Its not like that SAGAR.
i need a report program which will display program name which are going to short dump r cause to run time errors but not for analyzing short dump and solving it.
2013 Apr 23 12:21 PM
Its not like that.
input is ITAB which contains program names only.
output is also ITAB which gives short dump program list.
For example,
in input itab there r 10 program names which r executable programs.
in that jst assume 3 programs r giving short dumps .
in output ITAB those 3 programs should be store.
*************************
i tried with FM -> EDITOR_RTXT
SUBMIT COMMAND
GENERATE REPORT
SYNTAX-CHECK
SCAN ABAP-SOURCE
SCAN AND CHECK ABAP-SOURCE
but those r not giving.... exepected output...
other wise is there any ABAP statement which will take input as program name and give the short dump ID ?????
2013 Apr 23 4:58 PM
Hi Shareef,
I replied in that context itself. From your requirement it seems custom coding is needed.
Check the logic of subroutine select_snap_beg of program RSSHOWRABAX.
Debug the same if you need further clarity in the logic.
Check for struc-id = 'AP' part, the whole details exist in the table SNAP itself in flist field but the separation and identification could be found here.
Hope this clarifies your query.
Regards
Sagar
2013 Apr 23 5:17 PM
Short dumps occur due to program failure at run time depending on input.
Are you looking for programs which may short dump in future .
That will not be possible.
Basically short dumps occur because exceptions were not handled in a proper manner.
2013 Apr 24 11:47 AM
hi Azeem,
yes of course you r right short dumps occur when exception cannot handled.
but if we execute using SUBMIT command is navigate to other programs out put screen
so is there any chance to find out whether certain called program is going to short dump or not ?
2013 Apr 24 12:25 PM
Hi Shareef,
The run-time error can be detected only after the same has occurred. There is no preemptive measure for the same other than exception handling.
If you are to check existing program for dump check, you need to refer to ST22 or SNAP Table.
Hope this clarifies your question.
Please inform if your original query has been answered.
Regards
Sagar
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |