SAP Knowledge Base Article - Public

2652514 - How to Modify the Identified Stock Description

Symptom

Your requirement is to modify the Identified Stock Description of the Identified Stock IDs. But there is no Migration Mode to Modify already existing records.

Environment

SAP Business ByDesign

Reproducing the Issue

  1. Go to Business Configuration work center
  2. Select Implementation Projects view or Overview
  3. Search and Open the activity Migration of Identified Stock
  4. Select Migrate identified stock using the migration tool
  5. Upload the Migration File
  6. Select the Properties button
  7. The option Modify Already Existing Records is not available on field Migration Mode

Cause

This is expected system behavior. Modify already existing records is not supported to update Identified Stock.

Resolution

You may modify the Identified Stock Description for the Identified Stock ID using the webservice: ManageIdentifiedStocksIn

Below is the sample payload for reference.

<n0:IdentifiedStockMaintainRequestMessage xmlns:n0="http://sap.com/xi/SAPGlobal20/Global">
<IdentifiedStockMaintainBundle actionCode="02" DescriptionListCompleteTransmissionIndicator="true">
<IdentifiedStockID>XXXXX</IdentifiedStockID>
<Description actionCode="02">
<Description languageCode="EN">YYYYYYYYYY</Description>
</Description>
</IdentifiedStockMaintainBundle>
</n0:IdentifiedStockMaintainRequestMessage>

(where XXXXX represents the Identified Stock ID and YYYYYYYYYY represents the Identified Stock Description)

Keywords

Identified stock, Migration of Identified Stock, ManageIdentifiedStocksIn, Identified Stock Description , KBA , identified stock description , manageidentifiedstocksin , migration of identified stock , identified stock, , AP-PRD-IS , Identified Stock , Problem

Product

SAP Business ByDesign all versions