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

RFC Program call outside ECC

Former Member
0 Likes
483

Hi experts,

I created a program in BW which display some results to end users.

The issue is that end user can't have access to BW but only to ECC. So the idea is to create a transcation in ECC which is calling those programs from BW.

Is that possible? I heard about an RFC call, but i think that it's valid for only for BW extractors and not programs.

Thanks.

Amine

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
448

Hi Amine,

RFC is a Function module which can take parameters such as import, export, changing and tables. As your requirement is to show output, I think the data extraction process can be coded with in BW using a RFC function module but the selection scree and output display part of the program has to be created in ECC with a RFC function call to BW.

With regards,

Bhaskar R

2 REPLIES 2
Read only

Former Member
0 Likes
449

Hi Amine,

RFC is a Function module which can take parameters such as import, export, changing and tables. As your requirement is to show output, I think the data extraction process can be coded with in BW using a RFC function module but the selection scree and output display part of the program has to be created in ECC with a RFC function call to BW.

With regards,

Bhaskar R

Read only

Former Member
0 Likes
448

Thanks Bhaskar.

Amine