What is SAP Hybris?
SAP Hybris is a family of product from a German company Hybris, which sells e-Commerce, Marketing, Sales, Service and Product Content Management Software. SAP Hybris provides solutions that help any organization to cut cost, save time, reduce complexity and require lesser focus to achieve excellent customer experience.
What are Model Attributes?
Some time it is necessary to get few data in many JSPs, and we don’t want to pass them as a part of DTO (data objects). For example, the titles (Mr and Mrs etc). They can be used in many JSPs and tags file, like registration, delivery address etc.
In such cases, what we do is, create a convenient method in Abstract controllers, and use model attribute annotation for them. In this way they are available from all JSPs directly using model attribute.
These can be accessed directly in JSPs or even tag files. like
Current Language : ${current Language}
Model service create method vs new operator
When we try to create a new instance of an item type programmatically, we have two options, using the java way, using new operator or the hybris way, using the model service.
ProductModel product1 = new ProductModel();
ProductModel product2 = modelService.create(ProductModel.class);
The advantages of using model service method are below:
- The model service create method will generate and assign the pk for product object.
- The create method will initialize the default values, defined in items.xml for mandatory attributes.
- While calling save all method, the object is already attached to context, and will be saved. While product1 needs to attach explicitly.
So we should always go for model service way in hybris.
What is role of Jalosession?
The Jalo layer in hybris is depreacted, not the jalosession.Whenever a request is made to hybris server, it may need current user details, currency, language, time zone etc to serve that request efficiently. Since HttpSession does not hold all these details, hybris came up with the concept of JaloSession.Whenever a request comes to Hybris, the filter HybrisInitFilter creates an object of JaloSession. Every JaloSession object is associated with a Session Context object, which has current user, language, currency etc and the current http Session object.Cron jobs also run in a JaloSession.
For More:
What is the difference in Extension & Add Ons in Hybris?
Extensions are self-contained independent packages, add-ons are not. In general terms, an extension is the larger unit. You can use add-ons to enhance functionality in an extension but not vice versa.
What are the different of extensions exists in Hybris?
Hybris Commerce comes with the following extensions, which you can use as a template for new extensions:
- yempty
- ycockpit
- yaddon
- ybackoffice
- yacceleratorcore
- yacceleratorfacades
- yacceleratorstorefront
- yacceleratorcockpits
- yacceleratorinitialdata
- yacceleratortest
- ycommercewebservices
- yacceleratorordermanagement
- yacceleratorfulflmentprocess
- yatddtests
- ycommercewebserviceshmc
- ycommercewebservicestest
- ygroovy
- yoccaddon
- ysaporderfulfillment
- ysapordermgmtb2baddon
- ysapproductconfigb2baddon
- yscala
- yhacext
What are the different Hybris Modelling techniques?
Following are the different Hybris modelling techniques.
- xml : This file is used for data modeling in Hybris Commerce data model
- Item types: This is used to create tables.
- Relation types −: This is used to create relation between tables.
- Atomic types : Atomic types
- Collection types : Collections
- Map Types : To define maps
- Enum types :To define enums
How flexible promotion module is?
Lot many promotions are available out of the box and you can extend their framework very easily to introduce your custom promotion.
What are the capabilities covered under SAP Hybris Cloud for Revenue?
The following capabilities are covered in SAP Hybris cloud for Revenue.
- Revenue in cloud
- Subscription Order Management
- Responsive Quality Control
- Agile Charging
- Invoicing
- Versatile Document Management
- Customer Financial Management
- Consolidated Billing
What is Hybris Management Console (HMC)?
HMC or Backoffice provides a single user interface to manage any kind of data. It can be used to access stores, sites, products, users, companies and catalogs.
Explain SAP Hybris Assisted Service module?
SAP Hybris Assisted Services Module ASM assists customer at the time of buying process using same storefront across Omni-channel. Hybris ASM module connects customer with customer support and assist them in completing their order.
The Assisted Service Module acts as an interface between SAP Hybris Commerce, SAP CRM and SAP Hybris C4C solution and hence allowing Customer Support Agents to pick customer’s online storefronts from CRM or C4C solution.
Explain SAP Hybris Customer Service module?
SAP Hybris Customer Service module provides an easy way to resolve customer problems quicker and deliver highly personalized customer service with improved customer satisfaction and increased revenue. When a customer logs to an E-Commerce website, a weak customer service can result customers moving to other sites without completing the order.
What integration topologies it provides?
Pre-integrated ActiveMQ on tomcat is available for messaging. Restful web services frameworks are available OOB
Explain SAP Hybris Cloud for Customer?
SAP Hybris is a family of product from a German company Hybris, which sells e-Commerce, Marketing, Sales and Service and Product Content Management Software. SAP Hybris provides a solution that helps organization to cut cost, save time, reduce complexity and require less focus to achieve excellent customer experience. The following product comes under the SAP Product Family −
- Commerce
- Marketing
- Revenue (Billing)
- Sales
- Service
- Hybris as a Service (YaaS)
What are the different BTG rules to achieve SAP Hybris Advanced Personalization?
SAP Hybris Advance Personalization is part of Web Content Management System (WCMS). Advance Personalization is achieved using BTG rules. Following are the four types of WCMS −
- Order Rules
- Cart Rules
- Customer Rules
- Website Rules
Explain SAP Hybris Billing module?
SAP Hybris Billing provides flexible different options to customer for automating invoice process. SAP Hybris Billing provides an automated way of managing billing and ordering processes from the cloud.
Following are the key features covered under SAP Hybris Billing/Revenue capability −
- Order and Contract Lifecycle Management
- Quote to cash capabilities
- Managing Revenue/Billing for subscription
- Easy integration of Revenue with Sales, service and Marketing solution
- Order Orchestration
- SAP Hybris Leading Edge public cloud platform
Explain SAP Hybris Payment module?
In today’s market, it is required that companies provide customer with easy to pay options when their order is ready. If payment method is complex in nature, customer will not come back and companies can lose their potential buyers.
SAP Hybris Payment module provides an easy to use and integrated payment method of their choice to customer. Following are the key features of the Hybris Payment module −
- Remove payment complexity and allow connecting to multiple PSP’s.
- It provides customer with multiple payment options and easy integration to Hybris system.
- Provides a secure payment gateway between E-Commerce site, customer and payment processing channel.
- Centralized processing of all payment channels.
Explain SAP Hybris Workflow and Collaboration module?
By using Hybris Workflow & Collaboration Module, it is easy for users to easily define workflows and view the workflow status.
- Key Features – Hybris Workflow
- Workflow module can be easily implemented on Hybris platform and you can integrate it with Hybris product cockpit.
- With use of Hybris Product Cockpit, users can easily access all workflow entries.
- SAP Hybris provides predefined and ad-hoc workflows.
- It is also possible to trigger workflow using cron-jobs in Hybris platform.
- Hybris platform provides flexibility to creating workflow templates.
- Users can design human and system based workflows Sequential, parallel or taskdependent workflow execution.
- Workflow provides Real-time notification via e-Mail to users.
- It is also possible to provide user access only relevant to-do’s in workflow list.
- A record at specific location gets added with the help of Insert Statement
What are the capabilities covered under SAP Hybris Cloud for Revenue?
The following capabilities are covered in SAP Hybris cloud for Revenue.
- Revenue in cloud
- Subscription Order Management
- Responsive Quality Control
- Agile Charging
- Invoicing
- Versatile Document Management
- Customer Financial Management
- Consolidated Billing
What is Hybris Promotion management?
SAP Hybris Promotion module is used to increase the sales and to integrate with online stores to win new customers. By using SAP Hybris Promotion module, business users can create new flexible, dynamic promotions with needing any expertise. Promotion module provides various predefined promotion templates and promotion rule builders to define set of conditions.
What is Hybris Bundling module? What are the advantages?
A Bundling module in SAP Hybris is used to address the needs of companies who sell service bundles and digital products. SAP Hybris provides a tool for configuring, to manage and sell bundled offerings. The Bundling module provides various benefits in the e-commerce model.
- Using bundling service, organizations can Increase average order value and margin by bundling content and products.
- Bundling module improves conversion rates with personalized and content-rich shopping experience to customers.
- It helps Ecommerce organizations to cross-sell physical and digital goods on one commerce platform.
- Bundling helps organization in managing and expanding product offerings by transforming complex products into simple, compelling selections for customers.
- Easy to use, flexible business tool to manage complex product offerings and bundling service.
How to Split an Order into Multiple Consignment?
While fulfilling an order, some time it is necessary for business to split the order into multiple orders.
For instance, a customer orders two items A and B, now A has delivery window of 2 days, while B can be delivered in minimum 5 days. Now business has the option to either ship both items in 5 days. But what if item A is fresh, and will get destroyed in 5 days. There may be a case, where customer wants a mandatory delivery of item A within 2 days. In such situations, if business house doesn’t want to loose customer, it has no choice but to split order and ship it multiple times. This is the case of split consignment.
Now there may be various conditions, which may call for splitting the order into multiple consignments. Above example is just one of them. For example, we may want to split consignment, based on warehouse from where item will be picked up. We may want to split consignment, based on product type (fresh or ambient) etc. These situations which decide the business logic to be a case for splitting the consignments, are known as splitting strategies. We can have as many as strategy to split, as we want.
By default, hybris creates only one consignment for an order. This is done by following service.
As you can see, that the order Splitting Service accepts a list of strategies, we can create many strategies, and split our order. The actual business logic for splitting will go into strategy class.