cancel
Showing results for 
Search instead for 
Did you mean: 

Single JCO Connection at Runtime.

Former Member
0 Kudos

Hi

I have 3 Function modules (3 Models) to be called in my webdynpro project. Each model is taking one JCO connection at runtime. How do i minize my connections at runtime?

regards

Radha Krishna

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Radha

Instead of using 3 Models use a single model. This will minimize the number of connections at runtime. To club all your function modules into a single model, during creation of model, choose all the function modules at the same time.

Let me know if you require any other clarifications

Kishore

Former Member
0 Kudos

Kishore

Thnks for quick response.

Does this clubbing of function modules in to a single model does effect the perfomance of my webdynpro component?

Radha Krishna

Former Member
0 Kudos

Not Really. But this is one of the best practices for effectively handling the models.

If you are developing DC's, Best practice is to have a DC which contains all models and expose them as public part and use this DC's in other DC's. This way you can have centralized control of all the models.

Kishore

Answers (0)