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