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

BAPI / RFC with changing parameter....

Former Member
0 Likes
596

Hi all...

I' searching for 2-3 RFC or BAPI's that have Import or Export parameters and changing parameters.... I have to test if we can read the import / export parameters and also the changing parameters with an external C++ application.

I found a lot of RFC and BAPI with import/export and table... but none with a changing parameter.

Can someone name me some of them ???

TIA

H.

2 REPLIES 2
Read only

kesavadas_thekkillath
Active Contributor
0 Likes
429

BAPI doesnot have a changing parameter.

Read only

Former Member
0 Likes
429

Hi,

If you just want to test the interface between the two systems, you will lose less time creating your own rfc with the parameters you want to try with transaction se37, cheking the remote function call flag.

Regards,