Is it possible to load data from ABAP code to oracle external DB using a link and how can it be done?
I have an ABAP program that currently generates a flat file which then loaded into Oracle DB, I am trying to accomplish the same through a link but it has to be done through the same program which currently generates the flat file.
Thanks for you help.