Hi Team,
I'm trying to integrate SAP with Hybris Datahub (using hybris 5.4). Able to receive the DEBMAS IDOC to datahub successfully.
However, I'm getting the below issue while IDOC is getting processed. RawCustomer is not getting created. Can someone please help?
2015-03-18 15:11:30,281 [DEBUG] [c.h.d.s.m.IdocToRawModelMappingService] DigesterRules for com.hybris.datahub.sapcustomer.Debmas07ToRawCustomerMappingService : [com.hybris.datahub.sapcustomer.Debmas07RawCustomerDigesterRule@1cdd3bf6]
2015-03-18 15:11:30,282 [DEBUG] [c.h.d.s.m.DigesterRule] New Segment found: Namespace=, Name=E1KNA1M
2015-03-18 15:11:30,283 [DEBUG] [c.h.d.s.m.DigesterRule] New Segment found: Namespace=, Name=E1KNA11
2015-03-18 15:11:30,283 [DEBUG] [c.h.d.s.m.DigesterRule] Segment E1KNA11 removed.
2015-03-18 15:11:30,283 [DEBUG] [c.h.d.s.m.DigesterRule] New Segment found: Namespace=, Name=E1KNVVM
2015-03-18 15:11:30,283 [DEBUG] [c.h.d.s.m.DigesterRule] Segment E1KNVVM removed.
2015-03-18 15:11:30,283 [DEBUG] [c.h.d.s.m.DigesterRule] S*egment E1KNA1M removed.*
2015-03-18 15:11:30,283 [DEBUG] [c.h.d.s.m.DigesterRule] RawFragmentDataKeyNameList: [E1KNA1M-KUNNR]
2015-03-18 15:11:30,283 [DEBUG] [c.h.d.s.m.DigesterRule] RawFragmentDataKeysValueMap: {}
Number of rows in RawModel: 0
2015-03-18 15:11:30,283 [INFO] [c.h.d.f.i.DefaultRawFragmentFacade] Loading raw fragments data: 0
It seems like the segments are getting ignored and removed due to validations. Any help?