cancel
Showing results for 
Search instead for 
Did you mean: 

SUP: different user/password for different System

Former Member
0 Kudos

Hi all,

i'm developing an application with Sybase unwired Platform and i have a problem,

in a Sup application is possible connect heterogenous systems like a SAP RFC and a webservices,

but if my user for the sap system is different from the webservice's one, how can i store the different credentials?

I could attach the ldap authentication but the user on ldap would be correct only for one of the system.

Can you help me?

Max

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Max,

do you develop native code?

In that case I would go different route. I would create two different Data models - one for WebService and one for BADI. I would generate code for both and import each code into my project. This works fine and so you can sync each service independently - which gives you more freedom anyway. And cause you sync independently, you have the ability to use two different user/pwd combinations for this.

Hope this helps!

Regards,

Oliver

Former Member
0 Kudos

Thank You Olivier,

I'll try to so so.

Max