cancel
Showing results for 
Search instead for 
Did you mean: 

Calling Function Modules

Former Member
0 Kudos

Hi All,

We are working on a series of Performance testing Scenarios for Unified Key Mapping (UKM).

We have function modules present in the XI machine which do the UKM translations. we plan to invoke this modules by using RFC call.

What I would like to know is in what ways can a function module, already present in XI, be invoked from the IR and ID objects? Are RFC calls the only option...?

Thanks in Advance...

Sri..

Accepted Solutions (1)

Accepted Solutions (1)

kenny_scott
Contributor
0 Kudos

Hi Sri,

maybe using an ABAP Mapping could facilitate this

i.e.,

http://help.sap.com/saphelp_nw04/helpdata/en/ba/e18b1a0fc14f1faf884ae50cece51b/content.htm<a href="http://help.sap.com/saphelp_nw04/helpdata/en/ba/e18b1a0fc14f1faf884ae50cece51b/content.htm">SAP Online Help - ABAP Mapping</a>

Regards

Kenny

Answers (2)

Answers (2)

Former Member
0 Kudos

HI,

We have so many ways ..

1. RFC call

2. Call ABAP FM in ABAP Mapping

3. Call RFC through RFC Adapter.

4. Call RFC in BPM.

5. Using RFCs in Alerts

/people/bhavesh.kantilal/blog/2006/07/25/triggering-xi-alerts-from-a-user-defined-function

6. Using RFCs in Lookups

/people/alessandro.guarneri/blog/2006/03/27/sap-xi-lookup-api-the-killer

7. Webservices also i hope ,but not sure..

/people/community.user/blog/2006/10/24/exposing-bapi-as-web-services-through-sap-xi

8. Idoc inbound processing code .

9. ABAP proxies.

....

etc..

Regards

Chilla..

<i>Points rewarded if it is usefull..</i>

Chilla..

Former Member
0 Kudos

if already have the structure in XI then you can use it via RFC or Proxy or IDOC if these are of similar structure of our R/3 data.

Regards

Sreeram.g.reddy