Inserting data into SAP Tables?

Hi,

IS version is 7.1
SAP Adapter version is 6.5.1

Scenario is we Need to access the SAP Table through SAP BC and insert the data into it.

FYI-I can lookup this table through RFC Lookup.

Question is “Is it possible to insert the data in SAP Tables , if so please let me know process to do the same”.

Thanks & Regards,

You would have given a RFC function name in the Lookup using which you were able to see the fields in the SAP table right… Use the same RFC Function name and create sync/a-sync RFC calls. (File > New > Adapters > SAP > …)

-Senthil