cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Dump when printing PO, RFQ,PR and Work order forms

lakshmi_ashok3
Explorer

Accepted Solutions (0)

Answers (3)

Answers (3)

Caetano
Product and Topic Expert
Product and Topic Expert
0 Likes

Hello

This is very often a database inconsistency that can be corrected with report Z439599.

You can find this report in SAP Note 439599, so please implement and run it for this order to check and fix inconsistencies.

Regards,
Caetano

peter_atkin
Active Contributor
0 Likes

There is a very old OSS Note on this issue (up to 4.6C):

https://launchpad.support.sap.com/#/notes/426254

In the ST22 dump there is a section called "Source Code Extract", in this section there should be an arrow in the left-hand column pointing to where the program dumped.

Can you please send an image of this..

Also, are you using a standard SAP workshop paper, or have you developed your own?

.

PeteA

vamshi_mohan
Participant
0 Likes

Hi,

If it is happening once in a while, it could be mostly data issue as seen in the code referred in the short dump. Though there are several possibilities, try testing below function modules and see whether they are raising NO_FOUND.

1.CO_BT_AFVG_READ_WITH_KEY

2.

call function 'DDIF_NAMETAB_GET'
exporting
tabname = 'CI_AUFK'
tables
dfies_tab = <itab>
exceptions
not_found = 1
others = 2.

Regards,

Vamshi.