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

SAP Commerce - Delete or Remove Address from SAP Commerce B2Bunit when S4H delete address from BP

HarshaS
Product and Topic Expert
Product and Topic Expert
0 Kudos
370

Hello Experts,

Is there any OOTB code available to delete the address of a B2BUnit when the SHIPTo(address)/SoldTo(Address) is deleted at S4H end.

Also, need SCI (iflow name) if there is any such .

 

Accepted Solutions (0)

Answers (1)

Answers (1)

KarthikeyanElango
Discoverer
0 Kudos

Hi HarshaS,

We solved this problem by adding the logic in custom code because it is not available OOTB in Hybris. The OOTB code will just remove the duplicate and append the values. So we have extended  ItemModelCollectionAttributePopulator class and overridden populateAttribute method for this. This solution will work when you are using InboundB2BUnit for receiving the B2BUnit from S4.

Thank you.