Hi,
We are implementing HCM Processes and Forms framework and trying to use the standard ABAP
Webdynpro application ASR_PROCESS_EXECUTE to be able to Start HR Personnel related processes.
Start Processes iview available with the HR Administrator package on the portal when clicked seems to be getting stuck in a loop.
When I try to test the application from SE80 on the backend, it seems to be going in some sort of loop and flashing message appears repeatedly 'Logon is being prepared.....logon is starting'. Looks like it keeps attempting to switch between http and https. The URL that appears in SE80 for the application is
http://servernmame.domainname.com/sap/bc/webdynpro/sap/asr_process_execute.
Instead of http...if I replace this URL with https://servernmame.domainname.com:443/sap/bc/webdynpro/sap/asr_process_execute it works fine
When I go to SICF and execute this Web dunpro application, it uses https in the URL and that works fine too.
We are on EhP3. How can i fix this issue? I want to be able to use standard iviews that will call this Webdynpro application using appropriate protocols.
Any ideas will be much appreciated
Thanks,
Saurabh
PS: this also sound like a portal issue, so posting in Portal forum too.