cancel
Showing results for 
Search instead for 
Did you mean: 

Client pool of connections to R/3

Former Member
0 Kudos

Hi,

I'm using this function to create a client pool:

JCO.addClientPool(C_CLIENTPOOL_NAME, 
C_CLIENTPOOL_MAX_CONNECTIONS, C_ABAP_CLIENT, C_ABAP_USER,
C_ABAP_PWD, C_ABAP_LANG, C_ABAP_HOST, C_ABAP_SYSTEMNR);

Is there a way to avoid this pool being created by code in my application?

Is there some tool to define client pools as you can define JCo connections in the J2EE Content Administrator?

Or is it considered safe practice to have a plaintext password in the source code of an application?

Thanks,

Jeroen

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

You can use the property file for access the username and pasword.

See this samples and help for webdynpro

https://www.sdn.sap.com/irj/sdn/downloaditem?rid=/library/uuid/f0b0e990-0201-0010-cc96-d7ecd2e51715

Kind Regards

Mukesh

Former Member
0 Kudos

That would not solve the security issue...