Question:
Hi All,
How can I process an inbound idoc to post into application imediately. I have already set the partner seetings to process ibound idocs immediately but I still get status code 64 and not 53.
Thanks in advance.
Answer:
Hi,
I also had this same problem some time back:
1. Check OSS notes for the IDOC processing function module
2. Check the user-exits for the idoc processing function module. some times, errors in user-exits will terminate the process and the idoc remains in status 64. In our case, this was the issue.
3. Use the program RBDAPP01 to re-process these idocs by scheduling a job for this program.
Regards,
Sumant.
Answer:
Check OSS Note 63887. It describes how to activate event linkage.
You can also activate event linkage with report RSEINBEV.
Incho