on ‎2019 Sep 16 5:43 PM
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 16 | |
| 16 | |
| 6 | |
| 2 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.