2013 Apr 17 8:15 AM
Good Day Gurus,
Currently i'm developing an email notification for newly created purchase order,
On the user exit side of Purchase Order Creation, this will call a function module to open the url.
Is there any other way to call the Url in background ?
Note: on page load of my asp page, an Email Notification will be sent to the approver.
I tried the PRGN_GENER_EXECUTE_URL and
cl_gui_frontend_services=>execute functions but both of them does need to open the browser physically
Also failed to use the cl_http_client=>create
2013 Apr 17 12:33 PM
Hi Harvey,
check this link:
http://scn.sap.com/docs/DOC-38842
I use the same code to load an html page in a job.
Regards,
Frisoni
Good Day Gurus,
Currently i'm developing an email notification for newly created purchase order,
On the user exit side of Purchase Order Creation, this will call a function module to open the url.
Is there any other way to call the Url in background ?
Note: on page load of my asp page, an Email Notification will be sent to the approver.
I tried the PRGN_GENER_EXECUTE_URL and
cl_gui_frontend_services=>execute functions but both of them does need to open the browser physically
Also failed to use the cl_http_client=>create
2013 Apr 17 12:33 PM
Hi Harvey,
check this link:
http://scn.sap.com/docs/DOC-38842
I use the same code to load an html page in a job.
Regards,
Frisoni
2013 Apr 22 8:07 AM