Did a search. Found this...
Re: How to pass the current Portal user to PHP-App?
Posted: Jun 17, 2004 5:39 AM
Try this
1) iView: new from portal Archive
2) component: com.sap.appintegrator.sap
3) component: generic
4) edit the properties and include the full url (http://your.server.com/index.php?username= >) in the section "URLTemplate" )
Re: How to pass the current Portal user to PHP-App?
Posted: Jun 17, 2004 8:55 AM Reply E-mail this post
Hi,
I´ve tried out your solution because I need that in a similar way. And: it really works!
What I want to know is...
1. Can you not just use a plain URL-template created iView. I tried, and it just posts the literal "=<User.UserID>" in the url.
2. If you use the appintegrator component, what OTHER properties do you need to fill out. My iview is asking for things like app id, sso template, etc.
Help please?