cancel
Showing results for 
Search instead for 
Did you mean: 

How to do testing end to end??

Former Member
0 Kudos

Hello,

I have done a scenario of JDBC->PI->RFC.

I am getting an message in sxi_moni only incoming message and response(i.e no outbound messagee is coming.)

ANd i have checked in communication channel monitoring both the adapters r working fine..

But at the reciever side value is not updating in a table.

How to detect wats the error???

thanks and regards,

vijay vikram

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

good,  Communication channels working fine in communication channel monitoring.

ANd i have checked in communication channel monitoring both the adapters r working fine..

so you have to check message status in MONI by using tC SXMb_MONI on PI and if status is success/black flag then

you have to check Remote function call on ECC as earlier posted by posters.

rajasekhar_reddy14
Active Contributor
0 Kudos

JDBC sender wont suppoer sync communication

Fist you need to indetify RFC call reached ECC or not, if it had reached then what was the response, test function module manually in ECC for same data and see the response.

if RFC responded with response then definetly you can response mapping output.

I hope you developed interface in Sync manner.

Regards,

Raj

former_member190624
Active Contributor
0 Kudos

Hi Vijay,

Is your scenario synchronous ?

Regards

Hari.

udo_martens
Active Contributor
0 Kudos

Hi Vijay,

You can see the message has successfully passed the RFC adapter?

Then test the RFC directly (SE37) in the ABAP stack of the receiver system. Take the values from the request and let us know what happend.

Regards,

Udo