Application Development and Automation 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: 
Read only

Calling RFC from server proxy

Former Member
0 Likes
481

Dear Experts,

We would like to use server proxy instead of RFC communication with an adapter using PI. This is an inbound scenario.

PI has created an interface exactly identical as the BAPI structure, but it has added additional controller field at every record.

Now our ABAP team is facing the difficulty to map the BAPI structure with proxy structure created because of this additional field.

Also, the BAPI has multilevel hierarchy and thus it needs lot of looping.

Please share the better approach by which we can call the BAPI from proxy class with direct mapping of proxy structure to the importing parameter of the RFC.

- Shri

Dear Experts,

We would like to use server proxy instead of RFC communication with an adapter using PI. This is an inbound scenario.

PI has created an interface exactly identical as the BAPI structure, but it has added additional controller field at every record.

Now our ABAP team is facing the difficulty to map the BAPI structure with proxy structure created because of this additional field.

Also, the BAPI has multilevel hierarchy and thus it needs lot of looping.

Please share the better approach by which we can call the BAPI from proxy class with direct mapping of proxy structure to the importing parameter of the RFC.

- Shri

1 REPLY 1
Read only

Former Member
0 Likes
379

We decided to go for RFC call as loops are not feasible.