Is there a method to convert SAP ABAP routines to SQL?

1.2k Views Asked by At

I need to replicate a provider in SAP BW system to GCP Bigquery. I have all the underlying data sources for provider copied in BigQuery. To create the provider, I need to understand the ABAP routine determining condition of joins and logic for all data sources. Do we have any tool or method with which we can convert the ABAP routine to SQL, which I can then use in bigquery.

1

There are 1 best solutions below

0
Suncatcher On

No. ABAP routines, as you name them, or ABAP SQL statements are written with a special SAP dialect of SQL called OpenSql, which is unified for all databases. The implementation of one or another OpenSQL query on certain RDBMS and on certain platform may vary. So only manual way.