Adding suppliers showing integration with S/4

This commit is contained in:
Daniel
2021-02-17 13:24:17 +01:00
parent b6e5a2fced
commit d72ff809b0
18 changed files with 5941 additions and 5 deletions

3
suppliers/server.js Normal file
View File

@@ -0,0 +1,3 @@
const cds = require ('@sap/cds')
cds.once('served', require('./srv/mashup'))
module.exports = cds.server