When i have BO report link using OpenDoc on my corporate web page.
User will click it prompt me username and password, but i have generic user name and password.
Is there a way i can pass that generic user name and password in my opendoc link. so user who ever click the report in the corporate web page it will open report with out asking any credentials.
We don’t have any single sighn on set up, we have LDAP but not SSO.
I just need the way how to pass generic credentials in OpenDoc Syntax.
You can’t pass login credentials directly into the opendocument.aspx page, but if you can use the Enterprise SDK from your corporate webpage, then you can login thru code and create a logon token that you can pass to the opendocument.aspx page.
Take a look at be_xi_r2_opendocument.pdf on the SAP support site for details of the opendocument.aspx URL command.
I have the same problem,I have read the opendocument.pdf but I haven’t found a way to pass the username and password ,I just got the logon form page of infoview!