Is there some RFC call that lets you write to an
SAP
table? I need to export some data from Access.mdb to a custom built SAP table using VB.
When you register, you will start receiving targeted emails from my award-winning team of editorial writers. Our goal is to keep you informed on the hottest topics and biggest challenges faced by SAP professionals today.
Hannah Smalltree, Editorial Director
There is no generic way to populate an SAP table though RFC. If the table is your own (not SAP
standard) and it is never updated within SAP you could write to it directly using SQL/ODBC.
Otherwise, you need to write an RFC-enabled ABAP function module (RFM) that receives data from
without and puts it into the table.
Dig Deeper
-
People who read this also read...
This was first published in October 2004