if you know the table where the data is located, you can access it directly, pure jdbc programming,
hopefully it is readonly,
if it is update work, better go through rfc, unless you are very sure which table to update.
if you know the table where the data is located, you can access it directly, pure jdbc programming,
hopefully it is readonly,
if it is update work, better go through rfc, unless you are very sure which table to update.