gram77
gram77

Reputation: 531

Program crashes with a short dump on logon

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.

enter image description here

Upvotes: 0

Views: 989

Answers (1)

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:

  1. Bad syntax programming, but if this is a SAP standard program is less possible.

  2. The program SAPLSHI20 must be patched using a SAP NOTE.

  3. There are several notes for fix issues due to unicode mismatch.

  4. Plese talk with your basis support.

Check these notes: 1882544 1897077 655331 may be can help you.

Upvotes: 1

Related Questions