How to extract data from a SAP ABAP system?

后端 未结 3 1652
天命终不由人
天命终不由人 2021-01-13 07:27

I need to extract data from a SAP ABAP system in a format that can then be loaded into an Oracle database (xlsx,csv,dmp.. etc)

Once the data is extracted I\'ll use P

3条回答
  •  耶瑟儿~
    2021-01-13 07:44

    You can also use the remote enabled function module 'RFC_READ_TABLE', you can give it any table name and a separator and it will return the internal table nicely formatted for you.

提交回复
热议问题