Dear Experts
I created a transaction iView with transaction code RSA1 (to start the Admin WB in BW) and embedded it into the portal. The iView runs without any error but I always get the initial screen (not the logon screen, but the inital menu). When entering manually the tcode RSA1 into the OK code field, it works fine again...
I also tried with other tcodes, same result.
What am I missing?
Many thanks,
Berno
Edited by: Berno on Dec 2, 2009 12:32 PM
the parametrization in the HTML source looks like this:
<input type="hidden" name="okcode" value="/n*RSA1"><input type="hidden" name="DisconnectOnClose" value="0"><input type="hidden" name="sap-client" value="100"><input type="hidden" name="sap-language" value="EN">
is the "*" in front of the tcode the issue? if yes where is this * coming from?