I have try to configure SSO according to SAP notes, help.sap.com, SCN and more other resources.
In all of articles about SSO text started with "you are authorized on portal then..." but I don't find enough information about ABAP-to-JAVA authorization pass-throu.
I have SAP BI based on Netweaver 7.02 (Ehp2 for NW700). When I call bex web templates from SAP gui (user menu) internet explorer starts and asks me for login and password. But some part of SAP transacions works differently. For example - SOAMANAGER and RSPLAN does not asks for authorization again and uses correct login information from ABAP backend.
Now I really don't know - which behavior is correct: with re-asking of password or not.
My ABAP-consultants can create a patch for this issue (we try to patch this on trainig system: create an enhancement for standart URL GENERATOR class, capture generated URL for web template, then create invisible html browser object for this URL (now browser create correct SSO cookie and don't asks for passwords) then returns url to standard handler. Now real browser starts and url are opened without additional password because cookie created. Then abap object destroyed.). But I don't like patching when they are not really needed.
Can anybody help me?