cancel
Showing results for 
Search instead for 
Did you mean: 

Invalid Source Of Production

0 Kudos
294

Hi experts,

I’m trying to integrate my PDS (ECC) to IBP “Source of Production” master data.

I’m using the /IBP/SOURCEPRODUCTION_ATTR extractor and it works fine.

The point is: when I delete a Production Version at ECC side, it is not deleted/invalid at IBP.

My expectation is that the source of production would get “invalid”, but it does not happen like that.

Do you know how to make it happen?

Thanks a lot!

Best regards,

Victor Hugo

Accepted Solutions (1)

Accepted Solutions (1)

Hi victor.hugodebastosleo,

In SAP Integrated Business Planning (IBP), when you delete a Production Version in ECC (ECC-PDS) and expect it to be deleted or marked as invalid in IBP's "Source of Production" master data, you need to follow a specific process. The standard extractor /IBP/SOURCEPRODUCTION_ATTR is responsible for extracting the data from ECC to IBP but does not handle deletions automatically. You can perform the following steps to achieve the desired result:

  1. Configure Deletion Flag: In your ECC system, ensure that there is a deletion flag or indicator available for the Production Version. This flag should be set when you delete a Production Version in ECC.

  2. Enhance the Extractor: Modify the /IBP/SOURCEPRODUCTION_ATTR extractor to include the deletion flag field from ECC. You can use the extract structure /IBP/ES_SOURCEPRODUCTION_ATTR as a reference to add the deletion flag field.

  3. Set Deletion Indicator: When deleting a Production Version in ECC, make sure to set the deletion flag accordingly.

  4. Extract and Import Data: Run the extraction job for /IBP/SOURCEPRODUCTION_ATTR and ensure that the deleted Production Versions are extracted from ECC to IBP. Import the data into the IBP system.

  5. Create Transformation and Planning Operator: In the IBP system, you need to create a transformation key figure and a planning operator to handle the deletion flag. The transformation key figure will be used to update the deletion flag in the "Source of Production" master data. The planning operator will set the invalidation status based on the deletion flag.

  6. Maintain Transformation and Planning Operator: Set up the transformation to map the deletion flag field from the extractor to the transformation key figure created in the previous step. Configure the planning operator to use the transformation key figure to set the invalidation status for the "Source of Production" master data.

  7. Execute Planning Run: Run the planning operator as part of the planning process in IBP. This will apply the deletion flag logic and mark the corresponding "Source of Production" records as invalid.

By following these steps, you can ensure that when a Production Version is deleted in ECC, it is also marked as invalid in IBP's "Source of Production" master data. It involves enhancing the extractor, configuring the deletion flag, mapping it to IBP, and executing the planning run to update the invalidation status.

Answers (1)

Answers (1)

0 Kudos

Hi sumeetibpconsultant !

Thank you very much for your answer!

I'll follow the suggested steps and return with the results!

Best regards!

Victor Leao