There are some fields in API_PRODUCT_SRV which are present under more than one entity. Can I get a list of such field and how payload should be formed for such fields?
I want to replicate dimension fields like length, width, weight, volume etc using product master SOAP service ProductMDMBulkReplicateRequest. These fields are from MARM table. I could not find in which node these fields need to be passed.
I want to replicate various long texts of product master like basic text, purchase order text, sales text, plant text etc. using Product Master SOAP API. How to form the SOAP message with long texts?
In heterogeneous system landscape master data replication can be quite complex. Key of a business object (e.g. Product Master) in one system can be different than that in the other system. Also there may be cases that in one system key is generated i...
Basic text and purchase order text are sent in the element Product->TextCollection.
Sales text are sent in the element Product->SalesSpecification->SalesSpecificationText.
Plant text are sent in the element Product->Plant->PlantText.
I have atta...
It may be the case that under "QuantityConversion" node you've passed alternative units of measure in the element "Quantity" and base unit of measure in the element "CorrespondingQuantity". This is incorrect payload and unit of measure would not be r...