Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump ASSERTION_FAILED when call function ME_PURCHASE_DOCUMENT_DATA_READ

Former Member
0 Likes
1,684

I am getting ASSERTION_FAILED dump during call function ME_PURCHASE_DOCUMENT_DATA_READ. Following is the dump details:

Error analysis

The following checkpoint group was used: "No checkpoint group specified"

If in the ASSERT statement the addition FIELDS was used, you can find

the content of the first 8 specified fields in the following overview:

" (not used) "

" (not used) "

" (not used) "

" (not used) "

" (not used) "

" (not used) "

" (not used) "

" (not used) "

How to correct the error

Probably the only way to eliminate the error is to correct the program.

-

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:

"ASSERTION_FAILED" " "

"CL_DATAPTABLECACHE============CP" or "CL_DATAPTABLECACHE============CM00P"

"TRANSMIT_PACKET"

This a program Z and display ALV report, the ALV made in OOP, if event save is executed, the program Z call function ME_PURCHASE_DOCUMENT_DATA_READ and finshed with dump.

The note 1053399 was aplicate in system

Hope someone can help cos this

Thanks in advance.

2 REPLIES 2
Read only

Former Member
0 Likes
1,015

hello,

Please check SAP market place for notes with text "ASSERTION_FAILED PO read" there are few notes. You have no system or SAP version information so could not suggest any.

best regards,

swanand

Read only

Ruediger_Plantiko
Active Contributor
0 Likes
1,015

The class CL_DATAPTABLECACHE where this happens has nothing to do with purchase orders. It is concerned with providing data from server-side, and sending them to the ALV grid. Something went wrong here in the communication ALV grid (client) <--> Data Provider (Server).

Check whether your SAPGUI version is compatible with the release of the SAP system you are working on.

Did you do OSS Note search, as Swanand already suggested?

Regards,

Rüdiger