How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

How to load material inventory balance with SAP S/4HANA data migration cockpit

Purpose

I am an SAP Data migration consultant who has dealt with the load of master and transactional data in several projects. The purpose of this blog is to explain how the material inventory balance can be loaded in SAP S/4HANA with the new tool Data Migration Cockpit (transaction LTMC).

 

How inventory balance was loaded with ECC 6.0

With SAP ECC6.0 and previous versions it was common to create an LSMW object that is linked to a recording with transaction MB1C using movement type 561.

How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

 

The file could include all materials and quantities to be loaded for the inventory balance. This file had to adapt to the file structure defined in the LSMW.

How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

 

 

Why approach with ECC 6.0 no longer possible

With SAP S/4HANA this is no longer possible as MB1C is no longer used with SAP S/4HANA.

How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

 

Besides this, with SAP S/4HANA it is not recommended to use LSMW any more, as there is a new data migration tool called Data Migration Cockpit, which provides file templates that we will fill to perform the data migration.

 

Steps to load material inventory balance with Data Migration Cockpit

First the consultant has to set the migration key date for the transactional data load and enable that company to transfer the stock. We will see this message when trying to load the file, asking to use transaction SAPFINS_MIG_CTRL.

How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

 

 

OSS note 2907958 shows there is a typing error on the long text message. The correct transaction code should be FINS_MIG_CTRL_1 – as I am loading with latest version 1909.
How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

 

The person responsible of loading the stock needs to fill the load template with the materials, plants, storage locations, quantities and specifying possible different stock types, vendor or customer numbers.

How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

 

After this it is now possible to load the file for stock with LTMC. The object to use is Material inventory balance.

How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

 

We need to upload the file with the inventory.

How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

 

The file needs to be activated.

How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

 

Now the transfer process can start.

How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

 

 

The data will be validated by LTMC.

How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

 

Some mappings might be needed if not done in previous object loads within the same LTMC project.

How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

 

Once finished the consultant and the users are able to check the stock has been loaded.

How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

Other SAP ECC6.0 transactions like MB03 are not available any more in SAP S4 HANA, so it is possible to use MIGO to check the material document created with the load. MMBE will show the stock for each material.

How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

 

 

Summary

As summary, the Data Migration Cockpit tool helps to save time creating recordings and LSMW objects and provides file templates that are easy to fill with the information provided with them.

 

How to load material inventory balance with SAP S/4HANA data migration cockpit FollowRSS feedLike

上一篇:数据结构——堆


下一篇:C# winform如何在textbox中判断输入的是字母还是数字?