cancel
Showing results for 
Search instead for 
Did you mean: 

Initial stock upload EWM from WM

Mangelier
Explorer
663

Hello,

I was wondering how have others done the initial stock upload to EWM when coming from WM managed warehouse and only changing the storage location. I know the /scwm/isu transaction and this seems to work fine no issues on EWM side. However on ERP side I do not want to post with 561 movement but rather transfer from one Storage Location to another.

Now basic one step movements do not seem to work. Two step would require a inbound delivery. However I would rather have a direct posting from one SLoc to the other.

Any suggestions here?

Thanks

Regards

Mark

Accepted Solutions (1)

Accepted Solutions (1)

lcaglar
Explorer
0 Kudos

Hi Mark,

It is possible to fulfill this requirment with only using BAdI /SCWM/EX_ERP_GOODSMVT_EXT in enhancement spot /SCWM/ES_ERP_GOODSMVT.

It is OK if you update the changing table "ct_goodsmvt_item" fields with necessary data and don't forget to update cs_goodsmvt_code='04' as well.

ct_goodsmvt_item-move_type = 311

ct_goodsmvt_item-move_stloc = WM storage location.

ct_goodsmvt_item-stge_loc = EWM storage location

..-move_mat

..-move_plant

..-move_batch

PS: Material documents will create transfer requirement documents on WM side and I don't think you will care about them.

Answers (0)