cancel
Showing results for 
Search instead for 
Did you mean: 

Default movement type for different order types

0 Kudos

Hi Experts,

I have a requirement wherein the default movement type for reservation created through maintenance order has to be different for different order types.

This is because two different assets use two separate order types. Also the movement types used by these assets are different. But in config the default movement type assignment is done to maintenance package IWO1. Is it possible to set different movement types to order types in any other way?

Thanks,

Prabhu.

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Please look at the following img node:

Plant Maintenance and Customer Service -> Maintenance and Service Processing -> Maintenance and Service Orders -> Functions and Settings for Order Types -> Goods Movements for Order -> Movement Types for PM/CS Orders -> Maintain Movement Types for PM/CS Orders.

Also look at the badis:

BADI DI_MOVEMENTYPES

BADI_DIAD_GOODMVT_1

Regards

Online Documentation for the above node:

*Maintain Movement Types for PM/CS Orders*

In this step you maintain movement types for PM/CS orders depending on material group, order type and a customer defined key. This key is read by BADI DI_MOVEMENTYPES. If the system doesn't find any information in this table, the corresponding movement types are determined based on the data of the Standard table.

Further notes

Using BADI_DIAD_GOODMVT_1, follow-up actions can be triggered for special movement types.

Edited by: SAPASSUM on Aug 3, 2010 2:22 PM

peter_atkin
Active Contributor
0 Kudos

Prabhu,

I think you may be able to do this via user-exit PPCO0005 (Storage location/backflushing when order is created) by adding BWART to the COMP_CUST structure

PeteA

Former Member
0 Kudos

Prabhu,

No it is not possible to assign different movement types for reservation based on order type. Its common across the board for the application.

Regards

Narasimhan