Hi All,
I'm using the below code to connect to SAP ECC6 system. The below code works fine when the SAP Logon password is all caps. But, when the password is mixed case I get an Error Message.
* SAPHD hd = SapConnc(argv, sapsys, client, cadsys, user, passw, langu, vers, msg);*
As ECC 6 is case-sensitive, does anyone know any workaround to make sure that case-sensitive password login works from external application on ECC6.0 also.
Thanks in advance,
Naveen