codbex / codbex-kronos

SAP HANA XS Classic and ABAP Compatibility Platform
https://codbex.com
Eclipse Public License 2.0
5 stars 3 forks source link

[ABAP] Implement an automatic functionality which creates abaptGit files for the DB model #606

Open iliyan-velichkov opened 1 week ago

iliyan-velichkov commented 1 week ago

ABAP needs all tables to be specified in abaptGit during the transpilation. We be really helpful if we implement an automated functionality which creates these files automatically based on the database metadata.

Here is an example flow which is needed which was suggested by Lars: 1: take the kronos database tables, "employee.table" 2: translate that to abapGit format, examples at https://github.com/abapGit-tests?q=TABL&type=all&language=&sort= 3: pass the "employee.xml" along with the abap files to the transpiler 4: then the transpiler will know the employee table, and can use it for running

Currently, this workaround is used to make inline sqls to work.