cancel
Showing results for 
Search instead for 
Did you mean: 

WM difference indicator

Former Member
0 Kudos

Dear Expert

Could you tell me whether I can set the WM difference indicator as default during TO confirmation. I need set the difference indicator depend on movement type. e.g. difference should be keep in source bin if movement type is 311; difference should be post to 999 if GR for PO.

I found the configuration for difference indicator in transaction "OMLX", but I don't know how to set it as default.

Great Thanks for your help!

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello Jane,

if you like to confirm TO with transactions LT11,LT12 there is no presetting of LTAP-KZDIF depending on LTAK-BWLVS. If you use mobile LMxx transactions, there's also no feature for this. If you use function module L_TO_CONFIRM... you can code it yourself.

But you could define a Z* customizing table with CLIENT,LGNUM,BWLVS,KZDIF, preset each movement type with according KZDIF and put an implicit enhancement in SAPML03T or LMxx. code to preset dialog fileds for user. So dialog is filled according your needs. If field should be disable edit also, then you may need more enhanements to change field attributes also.

Hope this helps you along

Best regards,

Matthias

Former Member
0 Kudos

Dear Matthias

Thanks for your informaton! I will get coding from developer.

Sincerely

Jane

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Jane,

This is not possible in a standard way, but you can write your own logic using the user exit: MWMTO002 to update it during the TO confimation.

Regards

Vijay