cancel
Showing results for 
Search instead for 
Did you mean: 

Many Adaptive RFC

0 Kudos

hello all

I have one question about Adaptive RFC.

In my project, i have many RFC access. My question is, what best practices for import RFC. One Model and all RFC in this model?

Each RFC is a Model?

If each RFC is a model, can i set JCO name equal?

tks

Douglas

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

Best thing would be to modularize and categorize the BAPIs as per their usage and then put them in same or different model. You can always use the same JCO for different BAPI if your backend server detials remains the same for them.

Regards,

Murtuza

Answers (2)

Answers (2)

ThatSAPGuy
Advisor
Advisor
0 Kudos

Douglas-

Here are some points to keep in mind when using Adaptive RFC Models:

1. Use the Adaptive RFC Model for accessing RFCs in an SAP system.

2. Each Adatptive RFC Model should be in it's own Java package.

3. Group Adaptive RFC Models based on functionality.

4. Never have one RFC module per Adaptive RFC Model.

5. Model your RFC so that it can be reused.

Cheers-

Atul

Former Member
0 Kudos

Check out [this document|https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/11c3b051-0401-0010-fe9a-9eabd9c216de] it has a list of "Do"s and "Don't"s for RFC models. One of them states to put as many RFCs in one model as possible. It's definitely more efficient that way.

Jennifer