2007 Aug 28 5:36 AM
how can i call SAP function/rfc (which is inserting values into the z table) from VB6.0. I need to insert the values into z table using a rfc function.
Basically i wan to call RFC from vb6.0.....
2007 Aug 28 5:44 AM
<b>In SAP</b>
Create a RFC using transaction Se37 & build the logic to Insert record in Ztable.
INSERT ZTABLE FROM TABLE itab.
<b>In VB</b>
2007 Aug 28 5:40 AM
Hi,
in my scenarios we have developed rfc 's which will also update some
ztables
inside the rfc we will code accordingly..
the calling of the rfc is being done by the VB developers only
they will call our rfc and passes the import and export parameters
and they will get the results..
this is how we did it..
thanks & regards,
Venkatesh
2007 Aug 28 5:46 AM
well Venkatesh ,
i want that vb6.0 code..actually the way RFC being called in vb6.0...just wanna have a look at it..
2007 Aug 28 5:44 AM
<b>In SAP</b>
Create a RFC using transaction Se37 & build the logic to Insert record in Ztable.
INSERT ZTABLE FROM TABLE itab.
<b>In VB</b>
2007 Aug 28 5:51 AM
hi Prashant,
the vb code for rfc, im not able to find..logon is ok..but i want help in rfc reference...