cancel
Showing results for 
Search instead for 
Did you mean: 

Can i embed a Standard SAP call into its own view ? ( and not a new window)

Former Member
0 Kudos

Calling standard sap from webdynpro..

This worked perfect for me

But i also found that when i put the http into the reference filed of an linktoURl...it also worked for me. In fact the latter was cleaner as it opened and stayed on the new window.

So to continue...

Can i embed a standard sap transaction in a view and thus insert into a vdu ? Rather than opening up a new window, i would like for it to appear in a VDU....is this even possible? I noticed that only create external window has the URL parameter so i am guessing i cannot do this..

Any suggestions greatly appreciated.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Finally figured to do what i wanted to do.

I wanted to embed a standard SAP transaction into its own view so that i could use it in a VCU.

This was possible by creating the view and changing the root to Iframe. The IFrame source now points to the Standard SAP URL

Works perfect now.

Former Member
0 Kudos

Hi,

If youw ant to call SAP Transaction you ahve to use Exeternal window method. If you dont want to use this,

In portal create Transactional iview and call your sap transactions and you can work as well. That opens in portal itself.

and you can call that from webdynpro.

Please go through this..

http://help.sap.com/saphelp_nw04/helpdata/EN/f5/eb50360e6a11d7b84900047582c9f7/content.htm

http://help.sap.com/saphelp_nw04/helpdata/en/88/266a3e54a2e946e10000000a114084/content.htm

calling Transaction iview from portal..

http://help.sap.com/saphelp_nw04s/helpdata/en/da/f96f4132f15c58e10000000a1550b0/frameset.htm

http://help.sap.com/saphelp_nw2004s/helpdata/en/18/f96f4132f15c58e10000000a1550b0/frameset.htm

Hope it helps..

Cheers,

Kris.

Former Member
0 Kudos

Thanks Kissas again.

I will leave the thread open as i may have more questions if i run into difficulties.

Do you know if i can modify the iview transaction? I want to delete a button, which appears in the standard sap transaction, in my iview. Is that possible ?

cheers again

Edited by: edmorrissey on Jun 22, 2011 9:09 AM