Hi Srinivas,
In VB you write :
Dim ogp As SAPbobsCOM.Documents ogp = ocompany.GetBusinessObject(1470000113)
In VB the type casting for this is implicit if you never turn on 'Option Explicit' in your project.
Regards
Edy
Hi Srinivas,
In VB you write :
Dim ogp As SAPbobsCOM.Documents ogp = ocompany.GetBusinessObject(1470000113)
In VB the type casting for this is implicit if you never turn on 'Option Explicit' in your project.
Regards
Edy