cancel
Showing results for 
Search instead for 
Did you mean: 

Debug abap webdynpro into portal integration

Former Member
0 Kudos

Hello,

We have an abap webdynpro application integrated into the portal.

We have a strange thing : when we launched without sap portal, we can retrieve the sy-uname.

When it is integrated into the portal, it seems not.

We tried to put an external breakpoint in the iview abap wd into the portal but it is not launched the external debugger !

Thanks for your help

Aurélien

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

To get the user id through sy-uname, in portal, you should have user mapping or SSO configured.

Check this link, this might help you.

http://help.sap.com/saphelp_nw70/helpdata/en/f8/3b514ca29011d5bdeb006094191908/frameset.htm

If you want to get the portal user id without configuring SSO, then you will have to create application parameters in your web dynpro application and pass the portal user to the this application parameter.

Regards,

Runal

Answers (0)