cancel
Showing results for 
Search instead for 
Did you mean: 

RFC status code 204

former_member182455
Active Contributor
0 Kudos

Dear Experts,

we have developed one interface from website to PI using ABAP program. here i have used 2 RFC's.

1 . Retrive the data from web site.

2 . sned the data from program to PI moni.

website to abap program RFC is working fine but Program to PI RFC is not working.

Kindly provide the solution for this.

Regards

Srinivas

Accepted Solutions (1)

Accepted Solutions (1)

former_member182455
Active Contributor
0 Kudos

Dear Experts,

we are facing this issue post PI upgrade from 7.31 to 7.4.

Regards

Srinivas

Answers (2)

Answers (2)

iaki_vila
Active Contributor
0 Kudos

Hi Srinu,

If I understand right you are using a sender RFC in your second scenario?, have you set a program id and the sender RFC channel is activated?

Regards.

markangelo_dihiansan
Active Contributor
0 Kudos

Hi Srinu,

The response is normal since you are not sending an HTTP Body, think of it as more like a ping instead of an HTTP POST. Execute your scenario end-to-end and you will receive a response other than 204.

Regards,

Mark