diff --git a/guides/uis/localized-data.md b/guides/uis/localized-data.md index 0aba63fc4..c5292354e 100644 --- a/guides/uis/localized-data.md +++ b/guides/uis/localized-data.md @@ -431,3 +431,18 @@ ID,locale,title,descr ... ``` ::: + +:::details Using SAP Fiori draft and SAP HANA ... +In this case the required technical primary key element `ID_texts` has to be added to the initial data as follows: + +::: code-group +```csv Books_texts.csv +ID_texts,ID,locale,title,descr +d2a65a27-9f2a-480f-bc38-84ee8ec5c13e,201,de,Sturmhöhe,Sturmhöhe (Originaltitel: Wuthering Heights) ist der einzige Roman... +8c42c706-a979-41cf-9ffe-91e6cf1383a0,201,fr,Les Hauts de Hurlevent,Les Hauts de Hurlevent (titre original : Wuthering Heights)... +9e1c4c81-dc90-4600-85b1-e9dd4bf12ce0,207,de,Jane Eyre,Jane Eyre. Eine Autobiographie (Originaltitel: Jane Eyre. An Autobiography)... +9be0524b-4cb9-4fc1-9dc2-d65b1c13cf53,252,de,Eleonora,Eleonora ist eine Erzählung von Edgar Allan Poe. Sie wurde 1841... +``` + +[Learn more about Enabling Draft for Localized Data.](./fiori#draft-for-localized-data){.learn-more} +::: \ No newline at end of file