Dear All,
I need to call some crystal report in the Crystal Enterprise Server from my ABAP/4 Application. The crystal Support guys in my company told me that they'll be providing me with some URL that I must call from my ABAP/4 program to actually call the report developed in Crytal reports ver10. I'll appriciate if anybody show me through example as how to call a URL from ABAP/4 and how can I store that URL in SAP R/3?
Thanks in Advance.
Software/Hardware used:
ASKED:
July 21, 2004 9:48 AM
UPDATED:
July 22, 2004 12:49 AM
Have a look at SAP’s controls functionality there is a book published by SAP on their controls technology – take a look at http://www.sap-press.com
John
Hi,
Use function module ‘PRGN_GENER_EXECUTE_URL’ pass the url as an parameter for NODE_DATA (the import parameter) and theis function module will open an IE and will call the URL.