‎2012 Nov 08 5:29 PM
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.
‎2012 Nov 08 7:22 PM
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
‎2012 Nov 09 10:01 PM
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