2016 Mar 16 3:39 PM
Hello,
Im kind of new at this topic.
What am facing is that i find in table EITERDK documents that have already been printed and this is affecting the street routes.
I don’t know exactly what the logic is for this deleting.
I appreciate your help.
Edith Sanchez
2016 Mar 16 4:01 PM
Hi Edith,
As you are aware that this table EITERDK holds Print Documents temporarily which are to be printed, are you sure the Print Documents in this table has printed by checking in ERDK table, field DRUCKDAT? Also check for any print lock applied in header table ERDK.
From your description what I can understand is that the Invoice Print job might have failed (may be short dump) which could have caused this inconsistencies. Worth checking the job log/application log of the print job. Can you also check in your EA29 what Parallel Processing Object you specify under 'Technical Settings'?
Also please have look at the below SAP Notes if they are relevant to you?
1999427 - ISU_BUPA_BLOCKING: Handling person-related data in invoicing
2083109 - Incomplete printout during invoice printing
2136381 - PRNT: temporary printing lock for a reversed print document can be removed
Thanks,
Srini
2016 Mar 16 4:44 PM
Hi Srinivasan,
Thanks for your reply.
Im sure documents have been printed, also i checked the printlock field but is empty.
EA29 is not raising any dump, In fact the user reported jumps on the sequence route, so I debugged and found out this problem.
Edith
2016 Mar 16 4:50 PM
Hi Edith,
If you really want to delete (and 100% sure) entries in table EITERDK, then you can use FM - ISU_DB_EITERDK_UPDATE as standard SAP uses this
Pass X_UPD_MODE as 'D' to delete the entries.
Thanks,
Srini
2016 Mar 17 12:42 PM
Hi Edith,
Are the Print documents that you are seeing in EITERDK static or everyday you are seeing new print documents in the table.
If its a one-off issue, then you can go and do a one time update activity.
However, if its on an ongoing basis, you have to find the root cause for the same.
Check the Invoice printing events, say R390, R395,R439, R999 etc to see if there is any customisation, which is having an impact.
Hope it helps..
Thanks,
Amlan
2016 Mar 28 5:39 PM
Hi Amlan,
I see that the aumount of entries in table is increasing.
I have also checked the events, but there is no code in them.
Thanks,
Edith
2016 Mar 23 8:18 PM
2016 Mar 24 5:38 AM
Hi Edith,
All possible solutions are already stated above. By standard SAP it is not possible.
Some times what happens is
You have created Invoice Doc "A" printed it as well
Now you reversed Invoice Doc "A" and there will be a reversed Invoice Doc "B" attached to "A" and same time entry will also get updated in EITERDK for this reversed document "B" .
Please make sure you are not confusing between Invoice Doc "A" & "B" for print date & EITERDK entry.
Regards
Manoj
2016 Mar 28 5:41 PM
Hello Manoj,
I checked the documents but none of them have been reversed.
Thanks,
Edith
2016 Mar 29 6:59 AM
HI Edith,
Can you provide EA40 , ERDK & EITERDK screen shot for one invoice doc.
Regards
Manoj
2016 Mar 29 2:58 PM
2016 Mar 29 4:02 PM
Hi Edith,
From the screen-shots I am not able to see any obvious issue!
Also interestingly this Invoice was printed way back in Aug 2012.
I suggest you to (again) check for any error/application and job logs for your mass/individual print process, also can you check whether this is simulated invoice or not and also for any custom fqevents?
If nothing else, go ahead and delete the entries as I suggested above: use FM - ISU_DB_EITERDK_UPDATE as standard SAP uses this Pass X_UPD_MODE as 'D' to delete the entries.
Thanks,
Srini