cancel
Showing results for 
Search instead for 
Did you mean: 

How to create Rfc for EP system in Solution manager

Former Member
0 Kudos

Dear experts,

I am doing ChaRM configuration for my EP system ( java only).

I also configured CTS+ successfully but we want to integrate this with Chram in solman.

I have done all configuration according to standard doc for ChaRM.

But when creating project from solar_admin it is giving " NO RFC for DEP system"

so please suggest me how to create RFC for java system in Solution manager.

thanks in advance

dhiraj

Accepted Solutions (0)

Answers (1)

Answers (1)

Miguel_Ariño
Advisor
Advisor
0 Kudos

Hello,

You need to setup an ABAP communication client and system, that's done through the TMS settings:

For source system:

- CTC 1

- CTS_SYSTEM_TYPE JAVA (others for a MDM system)

- NON_ABAP_SYSTEM 1

- COMMUNICATION_SYSTEM: (SAPSID of the ABAP communication system (e.g. the domain controller))

- NON_ABAP_WBO_CLIENT (Client of the ABAP stack on which the Transport Organizer Web UI (CTS_BROWSER) is activated and will run.)

- WBO_GET_REQ_STRATEGY TAGGED

- WBO_REL_REQ_STRATEGY MANUAL

For quality and production Java system (target systems):

- CTC 1

- CTS_SYSTEM_TYPE JAVA (others for a MDM system)

- NON_ABAP_SYSTEM 1

- COMMUNICATION_SYSTEM: (SAPSID of the ABAP communication system (e.g. the domain controller))

- DEPLOY_WEB_SERVICE CTSDEPLOY

- DEPLOY_DATA_SHARE:

When this is done correctly, you will see the fields ABAP communication system and client populated in SMSY.

When ChaRM needs to operate on the non ABAP systems, it will take the RFCs for the communication system and client.

Best regards,

Miguel Ariñ

Former Member
0 Kudos

I have done these setting for CTS+ already.

Only i am getting problem in project creation phase:

logical systems are

application server ABAP : DEP

Enterprise portal : QEP PEP

But it is giving RFC error.

DEP QEP and PEP are portal systems.

Also tell me how to fetch SLD data automatically.