Adding suppliers showing integration with S/4#196
Conversation
chgeo
left a comment
There was a problem hiding this comment.
Cool to see David's DKOM code and spaceflight coming back.
That's still quite something to digest and deserves a lot of explaining, e.g how to juggle the different launch scenarios and processes . Need to explain that in the consumption guide.
|
Still work in progress ... :) class DatabaseService {
...
/** Convenience shortcut to check whether an entity instance exists */
async exists (entity,key) {
return this.run (SELECT(1).from(entity,key))
}
}Rationale for that one: I'm afraid many would just do something like this: let exists = db.read('Books',201)
if (exists) ...But this would do a |
edbca44 to
649b9c8
Compare
|
|
* Copyied from fiori/app/admin * Added Supplier + Value Help + Texts * Fixed bug in replication handler that caused to return wrong data
No description provided.