0

I would like to establish the connection and execute the existing SAP ABAP program using AZURE DATA FACTORY.

Could any one please help me any leads. Appreciate your effort. Thanks

1 Answers1

0

I suppose that you can't do it directly. You must create RFC FM in SAP which run program and call that RFC FM from Azure. This custom function module must have an interface implemented (import, export, tables) that's similar to /SAPDS/RFC_READ_TABLE2. Then you set it's name in customRfcReadTableFunctionModule parameter.

See more details here

alezhu
  • 475
  • 3
  • 6