.
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
ID;title;descr;author_ID;stock;price;currency_code;genre_ID;supplier_ID;
|
||||
299;Mobby Dick;"""Moby-Dick""" or """The Whale""" is an 1851 novel by American writer Herman Melville. The book is the sailor Ishmael's narrative of the obsessive quest of Ahab, captain of the whaling ship Pequod, for revenge on Moby Dick, the giant white sperm whale that on the ship's previous voyage bit off Ahab's leg at the knee. A contribution to the literature of the American Renaissance, Moby-Dick was published to mixed reviews, was a commercial failure, and was out of print at the time of the author's death in 1891.;105;99;15.20;GBP;11;ACME
|
||||
|
Can't render this file because it contains an unexpected character in line 2 and column 30.
|
@@ -1,3 +0,0 @@
|
||||
ID;name
|
||||
ACME;A Company Making Everything (replicated)
|
||||
|
||||
|
3261
suppliers/srv/external/API_BUSINESS_PARTNER.edmx
vendored
3261
suppliers/srv/external/API_BUSINESS_PARTNER.edmx
vendored
File diff suppressed because it is too large
Load Diff
10
suppliers/srv/external/API_BUSINESS_PARTNER.js
vendored
10
suppliers/srv/external/API_BUSINESS_PARTNER.js
vendored
@@ -1,10 +0,0 @@
|
||||
const cds = require('@sap/cds');
|
||||
|
||||
module.exports = cds.service.impl(function () {
|
||||
const { A_BusinessPartner } = this.entities;
|
||||
|
||||
// https://api.sap.com/event/SAPS4HANACloudBusinessEvents_BusinessPartner/resource
|
||||
this.after('UPDATE', A_BusinessPartner, async data => {
|
||||
await this.emit("BusinessPartner.Changed", { BusinessPartner: data.BusinessPartner });
|
||||
});
|
||||
});
|
||||
@@ -1,7 +0,0 @@
|
||||
BusinessPartner;BusinessPartnerFullName
|
||||
ACME;A Company Making Everything
|
||||
B4U;Books for You
|
||||
S&C;Shakespeare & Co.
|
||||
WSL;Waterstones
|
||||
TLD;Thalia
|
||||
PNG;Penguin Books
|
||||
|
Reference in New Issue
Block a user