在SAP Commerce里用SQL查询产品主数据

96 阅读1分钟

这一点和ABAP netweaver的所有系统设计是一样的。

比如CRM的product描述存在表COMM_PRSHTEXT里,product_guid和LANGU作为主键。

而我注意到在Hybris里,产品描述信息也没有存放在Product type对应的数据库表里。

如果你们要去找Hybris里存放产品描述信息的表,咋去找的呢?

如果你想在hmc里查的话可以这么查:

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

指定语言也可以:

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

更多Jerry的原创文章,尽在:“汪子熙”: