Shared Top Border

Enterprise Resource
Planning Portal

 

Advertise | Founder BLOG

ERPGenie.COM ABAP Tips and Tricks Database

THE ultimate
ERP website

 

Forums | Vote for us |

Google    Other Search Options

Home arrow Tips and Tricks arrow ABAP Reports arrow Executing a PC program from ABAP
Executing a PC program from ABAP PDF Print E-mail
User Rating: / 0
PoorBest 
Written by Kevin Wilson   
Thursday, 08 February 2007
Fire up Internet Explorer with a file you downloaded to your PC.

****************************************************************

FORM downloadhtml.   "Use GUI_DOWNLOAD from 4.X onwards

  CALL FUNCTION 'WS_DOWNLOAD'      

       EXPORTING

            filename = 'C:\TABLEVIEW.HTM'

       TABLES

            data_tab = htmlview.

  IF sy-subrc <> 0.

    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno

    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.

  ENDIF.

ENDFORM.

***************************************************************

FORM showhtml.

  CALL FUNCTION 'WS_EXECUTE'

       EXPORTING

            commandline = 'c:\tableview.htm'

            program     = 'C:\PROGRA~1\INTERN~1\IEXPLORE.EXE'.

  IF sy-subrc <> 0.

    MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno

    WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.

  ENDIF.

ENDFORM.

************************************************************************


Related Items:

 
< Prev   Next >

Google Search

Google Ads

Shared Bottom Border

Contact Us | Polls | Add URL | Contribute | Privacy | Terms | Feedback

Discussion Forum | BLOG | Consultants: Post your resume | Companies: Advertise on ERPGenie.COM | Post Job
Financials Consultant | Consultant Review | Gallia Consulting | Supply Chain Project | SAP Financials Forum
GenieHoldings.COM, Inc. | Genie Press | WorkflowGenie | ESAGenie | ERPTopSites | ABAP Tips and Tricks | SAP Solutions Database

EDIGenie | Searching Survivor