on ‎2010 Aug 11 7:34 AM
Hi,
I have a custom Transaction, in that I m calling BBP_WS_CALL FM to call a catalog, but it is opening in the same page in the ITS, I want the catalog to open up in a separate window like it does in the standard functionality.
Thanks in advance.....
Vaibhav.
Request clarification before answering.
Hi,
Maybe add the value top to the importing parameter IVCATALOGTARGET?
Regards,
Robin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
hey robin... i tried that also... but still it is opening it in the same window...
If u see the standard program also.. there also this FM is called with just one input para the Catalog ID... dont know how it created a new internal explorer pop-up window and opens the vendor catalog in that window...... ?
All settings are there in the SPRO .. no problem with settings guys....
Problem is how to connect to vendor site ....
as i told the FM WS_CALL... is working through the SRM PORTAL.... but when i execute the same custom transaction through SRM SAP it doesnt open the vendor;'s site.. for that i think we need to create some internet explorer window... or some HTMP_PAGE.... to open the vendor;s site in SRM SAP also..... ???
any hints.....????
In the standard ITS page there is a javascript function that's called, namely window.open.
Example: http://www.javascript-coder.com/window-popup/javascript-window-open.phtml
Regards,
Robin
Hey janke,
thanks a lot for that link man... i was actually looking for that javascript code only....
can you do me one more favour... can you please me out wer this JS cpde is written in sap... i mean some method must be getting called before the catalog gets opened up and ... wht;s the JS when u o submit from the catalog.... ???
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.