Address lookup to mocked S/4HANA system

What's working:
- Address information on OP
- Reading of S/4HANA Addresses
- Translations
This commit is contained in:
D065023
2019-11-30 14:17:17 +01:00
parent ed3ecd502f
commit 4a2139a5f2
13 changed files with 5892 additions and 18 deletions

View File

@@ -72,3 +72,10 @@ annotate my.Authors with {
ID @title:'{i18n>ID}' @UI.HiddenFilter;
name @title:'{i18n>AuthorName}';
}
annotate my.ShippingAddresses with {
AddressID @title:'{i18n>AddressID}';
CityName @title:'{i18n>CityName}';
StreetName @title:'{i18n>StreetName}';
HouseNumber @title:'{i18n>HouseNumber}';
}