cancel
Showing results for 
Search instead for 
Did you mean: 

how do we know the status of RFC execution in ECC 6.0

Former Member
0 Kudos

hi Experts,

i am doing a integration synchronous scenario like , http to RFC through SAP PI.

here the sender is HTTP client page, and the Recever system is SAP ECC 6.0.

i am using a BAPI_GET_COMPANYDETAIL (RFC function module) in ECC 6.0.

here i am sending a request message from http. this requst message will send to ECC 6.0 throgh SAP PI. and the Function Module BAPI_GET_COMPANYDETAIL in ECC 6.0 is executed and sends the responce (Company details) back to the HTTP client through SAP PI.

but here my question is, how do i know the function module is executed in ECC 6.0?

are there any table updates in ECC 6.0, that this function module executed or failed?

is there any T code to know the status of the RFC execution in ECC 6.0?

can any body tell me... whats the way?

thanks,

Kumar

Accepted Solutions (0)

Answers (2)

Answers (2)

former_member181962
Active Contributor
0 Kudos

Hi Kumar,

As Prateek mentioned, the response would tell you whether the call was succesful or not.

Alternatively you can have a look at the RFC Trace files in SM59 Chose from menu RFC-> Trace Display

Regards,

Ravi

Former Member
0 Kudos

hi ,

but incase of receiver RFC we are not creating RFC destinations (SM 59). all the authentication parameters are given in rfc reciever Communication channel. in this case how can i trace the rfc?

thanks,

Kumar

prateek
Active Contributor
0 Kudos

but here my question is, how do i know the function module is executed in ECC 6.0?

The response is generated only after execution of RFC.

If error occurs in execution, response message won't be sent to PI and instead an exception would be throuwn.

Regards,

Prateek