changed data

This commit is contained in:
D065023
2020-01-28 10:40:15 +01:00
parent 00c99c0e0b
commit 513bf9711f
2 changed files with 6 additions and 5 deletions

View File

@@ -18,7 +18,7 @@
"API_BUSINESS_PARTNER": {
"kind": "odata",
"model": "srv/external/API_BUSINESS_PARTNER",
"credentials": {
"--credentials": {
"destination": "API098"
}
}

View File

@@ -1,5 +1,6 @@
BusinessPartner;AddressID;CityName;PostalCode;Country;StreetName;HouseNumber
ALICE;62640;Walldorf;69190;GER;Dietmer-Hopp-Allee;16
ALICE;62641;Berlin;69390;GER;Berlin-Street;19
BOB;62341;Karlsruhe;61390;GER;Karlsruhe-Street;19
anonymous;61321;Sometown;61290;GER;Sometown-Street;19
ALICE;19292;Walldorf;69190;GER;Dietmer-Hopp-Allee;16
ALICE;93719;Walldorf;69190;GER;Hasso-Plattner-Ring;7
ALICE;92939;St.Leon-Rot;68789;GER;SAP-Allee;29
BOB;92786;Dresden;00187;GER;Chemnitzer Str.;48
BOB;92840;Dresden;01067;GER;Postplatz;1
1 BusinessPartner AddressID CityName PostalCode Country StreetName HouseNumber
2 ALICE 62640 19292 Walldorf 69190 GER Dietmer-Hopp-Allee 16
3 ALICE 62641 93719 Berlin Walldorf 69390 69190 GER Berlin-Street Hasso-Plattner-Ring 19 7
4 BOB ALICE 62341 92939 Karlsruhe St.Leon-Rot 61390 68789 GER Karlsruhe-Street SAP-Allee 19 29
5 anonymous BOB 61321 92786 Sometown Dresden 61290 00187 GER Sometown-Street Chemnitzer Str. 19 48
6 BOB 92840 Dresden 01067 GER Postplatz 1