To continue reading for free, register below or login
To read more you must become a member of SearchSAP.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.
|