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

Accessing Remote FM structures

Former Member
0 Likes
296

Ladies and Gentlemen,

I have a requirement to call a remote-enabled FM which resides in a CRM system from within a Core R/3 system. The import parameter structure in CRM does not exist in the Core R/3 database, which means that required data cannot be mapped as there is no corresponding structure in which to pass data accross to CRM.

Is it possible to remotely refer to the structure type contained in the CRM system in the R/3 system? If not, is it possible to import the required CRM data structure in to the R/3 system? Or does it have to be created manually?

Cheers,

Steve

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
267

Hi Steve,

Create those structure manually in the R/3. No need to create it using SE11. You can define them in the TOP include of the FM itself and use the same.

Regards,

Atish

1 REPLY 1
Read only

Former Member
0 Likes
268

Hi Steve,

Create those structure manually in the R/3. No need to create it using SE11. You can define them in the TOP include of the FM itself and use the same.

Regards,

Atish