cancel
Showing results for 
Search instead for 
Did you mean: 

RFC or BAPIs in ECC5

Former Member
0 Kudos

I want to test RFC and BAPI scenario using XI. Are there any available RFC or BAPIs which i can used for testing in ECC5.0.

I dont wanna create any RFC/BAPI, rather just wanna use them for some testing. So, please let me know which RFC/BAPI i can used for RFC adapter testing.

--Deepika

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Thanks Bahvesh.

So, if i want to call any RFC and BAPI from XI and use the response back in XI to generate some file, I have to use BPM right? Can we do this without BPM?

Can you also specify some other simple RFC/BAPIs for the testing other than BAPI_USER_GET_DETAIL.

Deepika

bhavesh_kantilal
Active Contributor
0 Kudos

Deepkia,

If you want to do a file-- rfc -- file, then look into this blog and yes you need a BPM,

/people/arpit.seth/blog/2005/06/27/rfc-scenario-using-bpm--starter-kit

If you need HTTP -- RFC , no need for BPM , look into this blog,

/people/community.user/blog/2006/12/12/http-to-rfc--a-starter-kit

I would suggest that you use BAPI_USER_GET_DETAIL. Reason is that this BAPI takes a single input --> UserName and returns the details of the User and is so very simple to use when it comes to starters!

Regards

Bhavesh

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

There are many RFC's that are availb le by default.

Use the BAPI_USER_GET_DETAIL for your dummy scenarios!

to search for other BAPI and RFC's just try a * with f4 in se37.

Regards

Bhavesh