cancel
Showing results for 
Search instead for 
Did you mean: 

Handling WebDynpro development within same Portal for multiple ECC instance

Former Member
0 Kudos

All,

Need some advice from the WebDynpro gurus.

We are currently developing an WebDynpro application for my client accessing the backend ECC instance (lets say ECC 101). Now this client has tied up with another company and we are doing an SAP implementation for them also con-currently.

Unlike SAP, the users from the new company shall also be accessing their ECC (lets say ECC 601) also through the same Portal aka One Netweaver Portal for two backend ECC clients.

Our WebDynpro development needs to cater to both ECC instances concurrently. Do I need to make another copy of the existing development and do some twiking in the code to handle this.

Any ideas ?

Regards,

Rajan.K

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Rajan, if you are using models to retrieve data and want to have application running for both of the backends i.e. some users accessing data from 101 and others from 601. then my answer is yes you need to have 2 applications or atleast 2 models in same application.

if you can go for PDK development where you create connection and pool on runtime then yes you can save time of copying netire set of code at 2 places.

regards

Subhash