Writing to an SAP table
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.

    Requires Free Membership to View

    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

    By submitting your registration information to SearchSAP.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchSAP.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

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.

This was first published in October 2004