cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Synchronous Order Management - Build error

Former Member
0 Kudos
468

Hi Experts,

I am trying to build version 5.3 of the hybris commerce suite with synchronous order management. Therefore I used the corresponding som localextensions.xml and local.properties. Unfortunately I am getting a build error within some of the productconfig extensions. Some classes are missing:

IConfigSession ICsticData IpcCommandException InteractivePricingException IConflictContainer IFactData ...

I followed the steps on https://wiki.hybris.com/display/release5/Getting+Started+with+hybris-SAP+Solution+Integration+-+Tuto...

Does anyone know which dependency is missing? The namespace of at least one of the classes is: com.sap.custdev.projects.fbs.slc.cfg

Kind regards, Stephan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,

yes you need to place additional jars from SSC in

  • hybris\bin\ext-integration\sap\productconfig\sapproductconfigruntimessc\lib as well as
  • hybris\bin\ext-integration\sap\productconfig\sapproductconfighmc\lib.

The note 2046750 describes how to get and install those jars. It has been released in the meantime. Note: You need a user for the SAP Service Marketplace in order to be able to read this note.

Best regards, Michael

Former Member
0 Kudos

Hi Michael,

I also need those *.jar files but I cannot find them on the marketplace. I can only download the Hybris platform source.

Answers (3)

Answers (3)

Former Member
0 Kudos

I have the same issue. I added the line

<path autoload="true" dir="${HYBRIS_BIN_DIR}/ext-integration/sap/productconfig/" depth="1" /> 
to my localextensions.xml and can't build anymore. The extension sapproductconfigruntimessc should be loaded as it is located in the productconfig folder.

EDIT: Apparently you need to place several jars in hybris\bin\ext-integration\sap\productconfig\sapproductconfigruntimessc\lib which you can only get from a SAP SSC installation.

Former Member
0 Kudos

Hi Michael,

no I have not loaded the SSC Runtime files. The article you have referenced is linking a SAP Note for installation instructions, but this SAP Note is not released yet. Furthermore the link "http://help.sap.com/erp_ssc20" does not open a valid help page (We couldn’t find the page you were trying to access.).

Is there a way to see the SAP Notes content? Hybris should make sure that all links and notes, referenced within configuration instructions, are available with the release of a new version.

Kind regards, Stephan

schmut
Associate
Associate
0 Kudos

Hi Stephan,

have you loaded the SAP CPQ Configuration Runtime (SSC) files?

Described here: https://wiki.hybris.com/display/release5/sapproductconfigruntimessc+Extension+-+Technical+Guide#sapp...

This should solve the compile problem.

Kind regards, Michael

Former Member
0 Kudos

Hi Michael,

I also need those *.jar files but I cannot find them on the marketplace. I can only download the Hybris platform source.

Former Member
0 Kudos

Hi slightly different question if you could answer, when using synchronous order management with SAP ERP Backend , I understand that orders are persisted in SAP. But can you clarify if carts are created in Hybris at all and once order confirmation is received after saving order in SAP does cart converts to order in Hybris?