cancel
Showing results for 
Search instead for 
Did you mean: 

BADI DI_MOVEMENTYPES Usage

anilsoni0567
Explorer
0 Kudos
621

Can anyone help me step by step procedure to implement BADI DI_MOVEMENTYPES for custom movement types for PM orders.

My requirement is to have customized movement type (Z61 instead of 261 for a perticular PM order type.

I tried with our apap developer but he is not able to make it run.

Please help.

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor

Anil Soni,

Have you made entries in this IMG node:

Here is the help for the node above

PeteA

anilsoni0567
Explorer
0 Kudos

Hi,

Customer key is maintained in this customer defined key on run time and when program is run , it is still taking 261 movement type instead of Z61. Even ABAPer could not find solution.

peter_atkin
Active Contributor

Put a break-point in FM DI_CO_TA_DITCOKO_READ to see if its selecting a record from table DITCOKO.

PeteA

anilsoni0567
Explorer
0 Kudos

Thanks PeteA

Problem resolved with the function module you told.

Material group was different then the assigned one in DITCOKO table , so thats why it was taking 261 movement. Customer key need to kept blank only.

Answers (0)