Skip to Content
0
Former Member
Oct 29, 2012 at 09:38 AM

How to open url in the same screen

203 Views

Hi ,

I have an requirement. I have created an module pool program to update the TCURR table.

requirement is when i will click on display button it should display the url

but here when i am clicking on display button it is going to the chrome and calling that url, but i need that url in same screen in under display button

i have used the

CALL METHOD cl_gui_frontend_services=>execute

EXPORTING

document = 'http://www.x-rates.com/calculator/?from=USD&to=INR&amount=1'

operation = 'OPEN'

EXCEPTIONS

OTHERS = 1.

Please help me on this

Attachments

Snap1.PNG (90.1 kB)