0 pts.
 Calling a URL from ABAP/4
R/3, SAP
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

Answer Wiki:
You can try to use CALL FUNCTION 'PRGN_GENER_EXECUTE_URL' in your Abap program to call the URL in your browser. You can add this URL to your favorites menu folder under SAP EASY ACCESS menu tree.
Last Wiki Answer Submitted:  July 21, 2004  11:57 am  by  SITAPSA   0 pts.
All Answer Wiki Contributors:  SITAPSA   0 pts.
To see all answers submitted to the Answer Wiki: View Answer History.


Discuss This Question:
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _


 

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

 0 pts.

 

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.

 0 pts.