cancel
Showing results for 
Search instead for 
Did you mean: 

ITS Migration

Former Member
0 Kudos

Hi All,

we are upgarding system from ECC 4.7 to ECC6 and part of we are migrating ITS Standalone to Integreated ITS.

we have requirement like from portal when user access the link , it should enter to ecc system without asking

for authentication.

We are passing user details in the cookies.

can we validate the those cookies using handler service(CL_ICF_SYSTEM_LOGIN-HTM_LOGIN(method) ) to avoid login screen?

Regards,

Kanagaraj.

Accepted Solutions (1)

Accepted Solutions (1)

former_member194364
Active Contributor
0 Kudos

Check the following link:[Migration of Existing ITS Services |http://help.sap.com/saphelp_nw04/helpdata/en/54/4d9993c6592941a407313a6763575c/frameset.htm]

The recommended method would be to use the tools of the SICF where you define your service to handle the SSO logon.

See the section:

[Setting Up the ICF Service for the ITS Service (IAC) |http://help.sap.com/saphelp_nw04/helpdata/en/a6/cf3d4050d89523e10000000a1550b0/frameset.htm]

and

[Creating and Configuring an SICF Service |http://help.sap.com/saphelp_nw04/helpdata/EN/29/71f34026d70b06e10000000a155106/frameset.htm]

Former Member
0 Kudos

Hi Oisin,

Thanks for your reply.

As part of migration, I have created an own login page by inheriting an own login class from CL_ICF_SYSTEM_LOGIN. I am modifying HTM_LOGIN method in that class.

When I try login to the modified login page , I am getting "Client, name, or password is not correct; log on again" error. But the given user name , password and client is correct and able to login to the ECC System.

What could be the reason for error?

Regards,

Kanagaraj.

former_member194364
Active Contributor
0 Kudos

Hi Kanagaraj,

Would advise to trace using HTTPWatch or other such HTTP sniffer tool and see what logon parameters are being passed on the first attempt.

Regards,

Oisin

Answers (0)