cancel
Showing results for 
Search instead for 
Did you mean: 

Webservice with RFC Problem.

Former Member
0 Kudos

Hi All,

I am sending data from Webservice to RFC.

I am facing once problem, In SOAP UI Response message is getting genarated with in correct data.

Here I am using BAPI_EQUI_GETDETAIL. In BAPI Return message getting the below Error.

<RETURN>

<TYPE>E</TYPE>

<ID>ITAB</ID>

<NUMBER>406</NUMBER>

<MESSAGE>Equipmnet 1000234 could not be read </MESSAGE>

Please help on this....

Regards,

Chandra

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

you can check whether the equipment is available in the system via IE03 - "Display equipment". Leading zeros should not be a problem.

Regards,

Kai

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>MESSAGE>Equipmnet 1000234 could not be read </MESSAGE

this is an easy one - it just means that such an equipment does not exist in SAP

that's all

ask the module consultant to create it and it will work or sue another number

it can also be a problem with adding/removing leading zeros from the No.

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michal,

I was checked this Equipment number. it's there in R/3 system.

And I was taken care by leading Zero's also.

If you have any idea please help me.

Regards,

Chandra

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

then maybe you are trying to invoke an RFC on a wrong system (wrong client)

try testing the RFC in SE37 first and then check the RFC connection to this R3 system

Regards,

Michal Krawczyk

Former Member
0 Kudos

Hi Michel,

Thanks for your Suggestions.

As I was tested SE37 it getting success and checked the Client Details also. Checked in RFC Connection alos.Everything it's correct.

I was tested some other equipment again it's getting same problem.

Any other Idea please suggests me.

Thanks in Advance.

Regards,

Chandra

Former Member
0 Kudos

You could check whether it's an authorization problem with the user that executes the RFC call.