‎2006 Dec 20 6:35 AM
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
‎2006 Dec 20 6:39 AM
‎2006 Dec 20 6:39 AM
‎2006 Dec 20 7:59 AM
Hi
Can you please send me a piece of code.It will be very helpfull for me.
Biju
‎2006 Dec 20 6:44 AM
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