cancel
Showing results for 
Search instead for 
Did you mean: 

Difference between calling URL from page and entering directly in browser

former_member184111
Active Contributor
0 Kudos

Hi All,

I am working on SRM 5.0 implementation , the open catalog interface applications are called from a link from the standard ITS (thses catalog applications are developed in BSP) and then submited back to the ITS application using a URL :

va r ret_URL = "<% = hook_ur l%>"   <--- this is the return URl to which catalog data is submited
d ocument.f inal . action = ret_URL;
d ocument .final .method = " P O S T ";
 d ocument. final. submit ( );

This application is transfered perfectly if the catalog is called by clicking link on standard ITS application(EBP application) but if i enter the catalog URL(BSP Application URL) directly in the browser and hardcode the value of HOOK_URL (ret_url) in BSP application , the catalog is submited but it shows a blank page with javascript error 'window.opener.isLeanWP' is null or not an object .

hook_url = http://sapupd.mycompanyname.com:8002/sap/bc/gui/sap/its/bbpsc02/?~OkCode=ADDI&~Target=_top&~Caller=CTLG&~client=200&sap-client=200&~language=EN&~HTTP_CONTENT_CHARSET=utf-8

Kindly suggest the solution. We need to call the OCI application directly and submit it to ITS application using this hook_url.

Regards,

Anubhav

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

There may be two reasons, 1. authentication problem. 2. the url here does not speak about submit method POST/GET.

regards

Satya