cancel
Showing results for 
Search instead for 
Did you mean: 

More than 1 R/3 systems

Former Member
0 Kudos

Hi All

If we have only one R/3 system, we can use JCO's. Incase of multiple R/3 systems, how we can access different functional modules in each system?

Thanks

Rajesh

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rajesh,

If u have multiple R3 systems..u can use 3 custom controllers (like DataCust,DataUnCust,UniCust). 2 Models(like Unicode, NonUnicode).

Every FM must be imported twice i.e once in each of these models.

Create model classes and implement methods in DataCust for the model NonUnicode. Copy this model node to UICust and map it's context. Like this do for other Controller's.

Whenever any RFC needs to be invoked check the unicode flag and create model instances as per appropriate package and class in UICust.

It will be useful for u.

Thanks

Former Member
0 Kudos

Hi

Thanks for the reply, can we separately discuss more on this?

Thanks

Rajesh

Answers (0)