Reputation: 531
As I logon into SAP Easy Access I see a short dump.
I have attached the short dump screenshot.
Looks like the function group I created in one of my programs, has an issue possibly with the includes.
I logged out after facing the error, upon logging in each time I get a short dump
I believe SAP program SAPLSHI20 is trying to read the function group includes. The program SAPLSHI20 has been created and maintained by SAP
I am creating test objects in a sandbox, and the objects are saved locally.
Using TCodes like /nSE80, /nSE37, /nSE38 also take me to a short dump.
I don't want to recreate my client as I will loose lots of programs and created tables and table entries.
Question) As I get a short dump right after logging in how can i access the object navigator and remove the function group created.
Upvotes: 0
Views: 989
Reputation: 11
The better way to check a DUMP in SAP ABAP is using ST22 TCODE, this transaction will provide useful information about error because causes could be severals:
Bad syntax programming, but if this is a SAP standard program is less possible.
The program SAPLSHI20 must be patched using a SAP NOTE.
There are several notes for fix issues due to unicode mismatch.
Plese talk with your basis support.
Check these notes: 1882544 1897077 655331 may be can help you.
Upvotes: 1