This is the same with all ABAP Netweaver systems.

For example, CRM product description exists in the table COMM_PRSHTEXT, product_guID and LANGU as primary keys.

And I notice that in Hybris, the Product description information is not stored in the database table corresponding to the Product type.

If you were looking for a table in Hybris with product descriptions, how would you do that?

If you want to look it up in the HMC you can look it up like this:

select {description} from {product} where {code}='Spring'
Copy the code

Specifying the language can also be:

select {description[de]} from {product} where {code}='Spring'
Copy the code

More of Jerry’s original articles can be found in “Wang Zixi” :