Questions tagged [hybris-data-hub]

SAP Hybris Data Hub is a powerful data integration and staging platform. It facilitates the loading of large amounts of data from one or more sources. Then it processes the data and prepares it for delivery to any number of target systems.

45 questions
2
votes
0 answers

Handling of redundant product data in SAP material integration

The SAP standard material integration* wants to create for each salesOrg a different Catalog. Therefore, the products are redundantly saved in each catalog which leads to a huge amount of redundant data in SAP Commerce, because the products are…
miwoe
  • 679
  • 1
  • 6
  • 17
2
votes
1 answer

How to change delimiter in the exported data in Hybris?

I am exporting data from SAP Hybris. The data I am importing also has semicolons (;). In the exported data I see the delimiter is ; This is preventing me from splitting the data and do my work. Is there a way to change this delimiter to something…
2
votes
1 answer

Generate a final class from -items.xml in Hybris

Final class in java means its not extendable by any other class. How do we do it in hybris while defining data-model in -Items.xml ?
Arun Gowda
  • 1,715
  • 4
  • 17
  • 34
1
vote
1 answer

Hybris how to index Variant in SOLR

I've started with Electronics accelerator which only indexes base products in SOLR. I have multiple Variant products (which extends from GenericVariantProduct) and I need to display them in the Grid/PLP. How can I change the SOLR indexer query in…
Nexussim Lements
  • 538
  • 3
  • 19
1
vote
2 answers

Hybris custom Category itemtype not syncing

I've created my own Itemtype extending Category:
Nexussim Lements
  • 538
  • 3
  • 19
1
vote
1 answer

Hybris SOLR Text, fuzzy, wildcard and phrase Free text query

I'm trying to customize the Search of Hybris disabling some attributes like 'manufactureName' and enabling others to work in the Search autocomplete and spellcheck, however, for example: I find that there are multiple "attributes" for the…
Nexussim Lements
  • 538
  • 3
  • 19
1
vote
1 answer

Junit test case to mock convertor

I am trying to mock convertors method using 'when---thenReturn' In my serviceTest file but still its throwing null pointer exception. Is there any good way to mock convertor? Thanks in advance.
1
vote
1 answer

How to populate data in OrderEntryData

I added one attribute in AbstractOrderEntryModel,but I want to populate this attribute in OrderEntryData. I added just a new property in OrderEntryData but its not working. so to get this in OrderEnryData do we have to write separate populator for…
1
vote
3 answers

SAP Hybris6.2 Database Tables Structure in Oracle11g

I have just connected the Hybris 6.2 to Oracle 11g Db. In the Sql developor i can see all the tables, however due to large number of table its been hard to find things. I found a table called CMSComponent but unable to find…
sagar
  • 165
  • 1
  • 13
0
votes
1 answer

Hybris business process polling

I need to create an action in my custom business process that must be executed every 10 minutes until an specific action is returned, is there any way to customize the polling interval of an action in hybris order business process? I know that you…
Nexussim Lements
  • 538
  • 3
  • 19
0
votes
0 answers

Hybris Backoffice not reflecting real Database values

In my hybris database I have currently more than 500 products, If I make a Flexible search query in HAC I can see all of them, however, if I go to Backoffice I don't see any. Is there any sync problem?
Nexussim Lements
  • 538
  • 3
  • 19
0
votes
1 answer

Hybris trigger SOLR index programmatically

Is there any service on Hybris that triggers the SOLR full/update indexation? I need to execute SOLR indexation programmatically.
Nexussim Lements
  • 538
  • 3
  • 19
0
votes
1 answer

Hybris convert Product to VariantProduct

I extract from an WebService several Products which I convert to ProductModel, however, some of these products are "variants". I need to manually convert a ProductModel to VariantProductModel, is there any OOTB way to achieve this ?
Nexussim Lements
  • 538
  • 3
  • 19
0
votes
2 answers

Hybris create product programmatically

I have a WS that returns very basic product data: code, price and image. I need to programmatically create Hybris products with this basic data and then sync in order to see these products in the storefront. Which are the steps in order to create a…
Nexussim Lements
  • 538
  • 3
  • 19
0
votes
0 answers

Hybris create a content/category page with product grid and refinement

I need to create a page (content or category) that apart of including banners, carousels etc... it must include a section with grid (PLP) and facet refinements. In the content page template.jsp I've added in the middle of the other basic components…
Nexussim Lements
  • 538
  • 3
  • 19
1
2 3