cancel
Showing results for 
Search instead for 
Did you mean: 

I'm not able to access SAP Easy access screen.

Former Member
0 Kudos

Hi folks,

when i try to logon to Sap Application server, the control goes to short dump, where the following error is displayed.

Runtime Errors SNAP_NO_NEW_ENTRY

Date and Time 00.00.0000 11:23:16

-


-


Short text

Runtime error, short dump could not be written.

-


-


What happened?

Error in the ABAP Application Program

The current ABAP program " " had to be terminated because it has

come across a statement that unfortunately cannot be executed.

Unfortunately, the system cannot carry out a detailed analysis of the

error, as the table SNAP (which gathers information at the time of

termination) does not contain a suitable short dump.

-


-


What can you do?

Note down which actions and inputs caused the error.

To process the problem further, contact you SAP system

administrator.

Using Transaction ST22 for ABAP Dump Analysis, you can look

at and manage termination messages, and you can also

keep them for a long time.

-


-


Error analysis

The error cause cannot be determined, since the table SNAP does not

contain a suitable short dump.

Table SNAP probably already contains so many short dumps that it cannot

take on any more. Examine the situation using the system log.

SNAP contains all short dumps from the last 7 days.

-


-


How to correct the error

Depending on cause of error, according to system log.

You probably have to create more space for table SNAP by database means.

If the error occures in a non-modified SAP program, you may be able to

find an interim solution in an SAP Note.

If you have access to SAP Notes, carry out a search with the following

keywords:

" " " "

" " or " "

" "

If you cannot solve the problem yourself and want to send an error

notification to SAP, include the following information:

1. The description of the current problem (short dump)

To save the description, choose "System->List->Save->Local File

(Unconverted)".

2. Corresponding system log

Display the system log by calling transaction SM21.

Restrict the time interval to 10 minutes before and five minutes

after the short dump. Then choose "System->List->Save->Local File

(Unconverted)".

3. If the problem occurs in a problem of your own or a modified SAP

program: The source code of the program

In the editor, choose "Utilities->More

Utilities->Upload/Download->Download".

4. Details about the conditions under which the error occurred or which

actions and input led to the error.

-


-


System environment

SAP-Release " "

Application server... " "

Network address...... " "

Operating system..... " "

Release.............. " "

Hardware type........ " "

Character length.... " " Bits

Pointer length....... " " Bits

Work process number.. " "

Shortdump setting.... " "

Database server... " "

Database type..... " "

Database name..... " "

Database user ID.. " "

Char.set.... " "

SAP kernel....... " "

created (date)... " "

create on........ " "

Database version. " "

Patch level. " "

Patch text.. " "

Database............. " "

SAP database version. " "

Operating system..... " "

Memory consumption

Roll.... " "

EM...... " "

Heap.... " "

Page.... " "

MM Used. " "

MM Free. " "

-


-


User and Transaction

Client.............. " "

User................ " "

Language key........ " "

Transaction......... " "

Transactions ID..... " "

Program............. " "

Screen.............. " "

Screen line......... " "

-


-


Information About Termination Point in XSLT Prog.

Termination occurred in the XSLT program " ".

The call took place using CALL TRANSFORMATION from the ABAP

program specified below.

In the source code, the termination point is in line " "

of the (Include) program " ".

-


-


Information About Termination Point in ABAP Prog.

-


-


Internal notes

The termination was triggered in function " "

of the SAP kernel, in line " " of the module " ".

The internal operation just processed is " ".

Internal mode was started at " ".

-


Accepted Solutions (0)

Answers (1)

Answers (1)

JPReyes
Active Contributor
0 Kudos

SNAP_NO_NEW_ENTRY means the SNAP is full... SNAP store information about dumps... probably your reorg (housekeeping) jobs are not properly scheduled.

Follow SAP Note 17537 - ABAP/4 runtime error SNAP_NO_NEW_ENTRY

Regards

Juan