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

How to access a function located in a nother instance

Former Member
0 Likes
699

Hello experts,

I got both SAP IS-U CCS and SAP ECC in the same application server.

I wanna know if it's possible to access a function from SAP CCS from SAP ECC and vice-verse.

Thanks for the support.

Daniel Marchena

Hello experts,

I got both SAP IS-U CCS and SAP ECC in the same application server.

I wanna know if it's possible to access a function from SAP CCS from SAP ECC and vice-verse.

Thanks for the support.

Daniel Marchena

4 REPLIES 4
Read only

P1389307362
Explorer
0 Likes
661

Hi,

You can access the function module by creating it as a RFC.

(You can do from the Attribute tab of the function. in SE37)

Also you need a trusted connection between those two systems.

(You can create this using SM59)

http://scn.sap.com/community/netweaver-administrator/blog/2010/11/29/setup-a-trusted-rfc-connection

Regards,

Prasad

Read only

Former Member
0 Likes
661

Hi Daniel,

you could try to call a RFC-Module. This means any function module that can be called via RFC (e.g. BAPIs). You have to declare an ABAP-RFC-Connection in SM59 and call the FM via:

CALL FUNCTION 'FM' DESTINATION rfc-destination.

regards

Jan Martin

Read only

arindam_m
Active Contributor
0 Likes
661

Hi,

Even though Both SAP IS-U CCS and SAP ECC in the same application server you must understand

that they DO NOT share the same Object Repository (Where Programs and FM code exist) hence they act as two separate entities installed on same server.

The way to get then talking is set up RFC connection between the systems in SM59 and the you can access the ONLY function modules that are Remote Calls enabled. Check the link below to know the RFC

http://help.sap.com/saphelp_wp/helpdata/en/28/ecfc0fa6fe11d3b47f0060941931ed/content.htm

Cheers,

Arindam

Read only

Former Member
0 Likes
661

Hi,

You can access through RFC, suppose you were not aware of it. Please contact Basis team. They will help out you.

Regards,

John.