cancel
Showing results for 
Search instead for 
Did you mean: 

Additional Movement types for PM/CS orders (BADI DI MOVEMENTYPES)

Former Member
0 Kudos

All,

I have requirement that, I need to assign different movement types to the PM orders. We have activated the ROTSUB business functions and it enables an IMG to configure the additional movement types for material group, order types and customer-defined key combinations.

This Configuration 'DITCOKO' table read by BADI 'DI MOVEMENTYPES'. If the entry exist then it should use the additional movement types, ifthere is no entry in DTTCOKO table then ti goes to std movement type '261'

Now, how to use material group and customer-defined key in configuration? Do we need to assign materiel group and customer defined key in the order / order type?

Thnaks.

Amudha. T

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Dear Sir ,

Use tcode OPKA for Package IW01

saikat

Former Member
0 Kudos

Saikat,

Thanks for your reply.

The package IW01 is used in the standard scenario. System will pick up 261 Mvt Type.

However my requirement is that, using the Customer-defined key, system should pickup the different package and corresponding Mvt types for the order.

The BADI DI_MOVEMENTYPES is triggering however it is not picking up the custom package instead of that, it is picking the standard IW01.

How to overcome it to use the custom package and custom defined key to pick up custom movement type for the maintenance order.

Thanks.

Amudha

Former Member
0 Kudos

Dear Sir,

In ROTSUB business enhancement  there are number of steps as follows

  1. 1.Adding new field in material master for spare indicator program SAPLADRT21 screen 2000,

Making new stcokable material with this indicator where special procurement indicator is E/X

In MRP2.

  1. 2.Add order type movement combination in PM node(refer screenshot) and item category addition in “subcontracting for MRO” node
  2. 3.Make order in iw81 where new field material and serial number is available  with componenet tab populate(PR may be automatically generated )
  3. 4.Issue goods in MB1B with movement type 313 or what ever have selected in configuration and recive the same in migo
Former Member
0 Kudos

Saikat,

Thanks for your reply.

The package in the configuration should be mentioned as 'IW01' and the BADI 'DI MOVEMENTYPES' should be activated.

The code should be written to get the custom movement type then it should work.

Thanks.

Regards

Amudha

Answers (0)