Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Loading IDoc data into SAP

Former Member
0 Kudos

Hi experts,

I have created an IDoc through java code.

But there is a problem in loading it to SAP. The status i am getting is 'IDoc in processing'.

But i am getting the following error.

'Immediate Processing was Canceled

Message no. EA183

Diagnosis

The IDoc is supposed to be immediately transferred to the application for processing.

An error has occurred as described below:

Immediate IDoc inbound processing should occur using the server group ''.

However, using this server group results in the exception communication_failure or system_failure.

The following error message is displayed:

Error when opening an RFC connection (CPIC-CALL: 'ThSAPOCMINIT' : cmRc=20 thRc=497

Procedure

Use report RBDAPP01 to transfer the IDocs to the application.

Procedure for System Administration

Find the detailed error description in the system log and, if possible, eliminate the cause of the error.'

Please anyone guide me further to load the  IDoc into SAP.

1 REPLY 1

Ulrich_Schmidt
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi Rajakumari,

SAP return code 497 means:

C_NIHOSTTOADDR               497 NiHostToAddr failed

Or in words: in that group there must be a hostname, which the DNS server of your network (or the /etc/hosts file) cannot resolve to an IP address.

So either it's a configuration problem (like hostname misspelled...). --> Let the SAP admin, who defined that server group check this.

Or it's a network problem. --> Let the network admin check this.

Best Regards, Ulrich