cancel
Showing results for 
Search instead for 
Did you mean: 

nwbc calling custom webdynpro application - SAP SRM

former_member193460
Contributor
0 Kudos


Hi Experts,

     i am new in SRM. i have a requirement to call a custom webdynpro application when a user clicks on "forgot password" in the sap logon screen.

i assume this setting will be in nwbc. Please share any information on this.

Thanks & Regards,

Tashi

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

Hi Tashi,

For this requirement you have to change SICF setting for youe application

goto SICF setting for your application ->error pages->sytem logon ->configutration->

select define service-specific settings->Adjust links and images

In above screen shot,password forgotten field, you have insert the link to your custom application which you want to call on "forgot password " link.

kr

Atul

former_member193460
Contributor
0 Kudos

Hi Atul,

     i checked the setting on NWBC node, as you had suggested the URL link is present in the password forgotten option.

So i am assuming our issue is caused by the certification error which we are getting while clicking on "password forgotten". May be the call to the custom application is interrupted with the certification error and it gets directed to a standard URL.

Please let me know if you have faced such issues

regards,

tashi

Answers (1)

Answers (1)

vinita_kasliwal
Active Contributor
0 Kudos

Hi Tashi

The main point could be your class : CL_ICF_SYSTEM_LOGIN

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/3a0623902131c3e10000000a42189d/frameset.htm

Check a sample code here :

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/3a0616902131c3e10000000a42189d/content.htm

http://help.sap.com/saphelp_nw70ehp1/helpdata/en/48/3a061a902131c3e10000000a42189d/content.htm

Then once you do so go to SICF and the same service options for webdynpro as specified above by Atul

Within transaction SICF find your web dynpro service and enter the Create/Change Screen. Now select the 'Error Pages' tab Press the Configuration button and on the next screen select 'User-Specific' and enter CL_ICF_EXAMPLE01_LOGIN or a class you have created into the class input field.

Hope that helps


Regards

Vinita