9 lines
270 B
Plaintext
9 lines
270 B
Plaintext
using SAP_CAPIRE_BOOKSHOP_BOOKS_TEXTS as SAP_CAPIRE_BOOKSHOP_BOOKS_TEXTS;
|
|
view CATALOGSERVICE_BOOKS_TEXTS as select from SAP_CAPIRE_BOOKSHOP_BOOKS_TEXTS as TEXTS_0 {
|
|
key TEXTS_0.ID_TEXTS as ID_TEXTS,
|
|
TEXTS_0.LOCALE,
|
|
TEXTS_0.ID,
|
|
TEXTS_0.TITLE,
|
|
TEXTS_0.DESCR
|
|
};
|