cancel
Showing results for 
Search instead for 
Did you mean: 

Error: SAPSQL_WA_TOO_SMALL DUMP - Tx DMEE1

former_member309601
Participant
0 Kudos

Hi gurus, when I am working with DMEE1 transaction, when I try to generate a tree, my system go to DUMP. At ST22 show me following:

Termination occurred in the ABAP program "SAPLDMEED_ABA" - in

"DMEE_WRITE_DB_ABA".

The main program was "SAPMDMEE_ABA ".

In the source code you have the termination point in line 102

of the (Include) program "LDMEED_ABAU02".

" The work area used to hold the values passed for the SQL work area

operation must be at least as wide as the database table you are

accessing.

In this particular case, the database table is 592 bytes wide,

In this particular case, the database table is 592 bytes wide,

but the work area is only 590 bytes wide. "

" The work area used to hold values passed for the work area operation

must be at least as wide as the database table you are accessing. "

I have search and can not find anything at marketlpace.

Do you have any suggestion?.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Did you set some settings before?

Former Member
0 Kudos

We are running into this same issue today after just applying Enhancement Pack 4.

It appears as though SAP has added a 1 character field "HANDLE_BYTES" to DMEE_TREE_HEAD and has not adjusted the structure reference DMEE_HEAD_ABA used in FM DMEE_WRITE_DB_ABA accordingly.

Are you on the same enhancement pack?

Paul

Former Member
0 Kudos

I've encountered the same problem.

Didn't solve it yet, but as it seems it is problematic for non english languages, so it is not related to last enhance package.

Check out the SAP note :

Note 1248052 - DMEE-Multiple byte characters cause problems.

I am going to import that support packages, i guess that would solve the problem.

cheers,

D.

former_member309601
Participant
0 Kudos

Hi, Note 1248052 solve my problem, thank you ! ....

Regards.

Answers (0)