‎2010 Aug 09 7:35 AM
Dear All,
When i am calling FM of Comports using OLE Integration i got " Function call in SAP GUI with errors" error
now my front end version is 6.40. how to solved this problem.
In my Function Module i am creating object like this
CREATE OBJECT O_OBJ 'MSCOMMLib.MSComm.1'.
IF SY-SUBRC <> 0.
RAISE NO_CREATE_OBJECT.
ENDIF.
it raised the sy-subrc = 2 this error is "Function call in SAP GUI with errors"
send to me how to handle this error.
Thank,
Vijay.g
‎2014 May 11 6:12 AM
Hi Vijay,
We are facing the same issue.
Interestingly
Can you please share how you resolved this issue.
Thanks
Sreedhar
‎2014 Jul 17 10:20 AM
HI Sreedhar,
First you have to Register the MSCOMM32.OCX file in the windows XP or Later then this object works with SAP.
Thanks,
Vijay Reddy.