Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Inserting values into SAP Z table using RFC from VB6.0

naveenvishal
Contributor
0 Likes
1,040

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.....

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
769

<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>

http://www.programmingtalk.com/showthread.php?t=21399

http://visualbasic.ittoolbox.com/groups/technical-functional/visualbasic-l/where-to-get-info-how-to-...

4 REPLIES 4
Read only

Former Member
0 Likes
769

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

Read only

0 Likes
769

well Venkatesh ,

i want that vb6.0 code..actually the way RFC being called in vb6.0...just wanna have a look at it..

Read only

Former Member
0 Likes
770

<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>

http://www.programmingtalk.com/showthread.php?t=21399

http://visualbasic.ittoolbox.com/groups/technical-functional/visualbasic-l/where-to-get-info-how-to-...

Read only

0 Likes
769

hi Prashant,

the vb code for rfc, im not able to find..logon is ok..but i want help in rfc reference...