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

Function_Module

Former Member
0 Likes
367

Hi all

I want to call an RFC from a powerbasic platform.And i need to fill my tables.Can anyone know how to call rfc fro powerbasic..If know please give me a piece of code.

Biju K Sharma

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
340

HOPE THIS WILL HELP U

http://3d2f.com/tags/api/function/

Add marks for helpful Ans.

3 REPLIES 3
Read only

Former Member
0 Likes
341

HOPE THIS WILL HELP U

http://3d2f.com/tags/api/function/

Add marks for helpful Ans.

Read only

0 Likes
340

Hi

Can you please send me a piece of code.It will be very helpfull for me.

Biju

Read only

Former Member
0 Likes
340

hi

first you need to configure RFC destination in SM59.

write a function module in SE37 and make it remote enable.

decleare the table parameter with the structure you want to import.

write the code to insert data into your DB table using INSERT command.

check for subrc and pass the message again back to the table.

thx

pavan