Monday, June 3, 2013

How to call any html page into SAP report

Used this function module: 
    
  CALL FUNCTION 'GUI_RUN' 
  EXPORTING 
  command ='IEXPLORE.EXE' 
  PARAMETER ='WWW.YAHOOMAIL.COM'. 
  * CD = 
  * IMPORTING 
  * RETURNCODE = 

No comments:

Post a Comment