2007 Mar 09 5:14 PM
Hi,
I am configuring ALE inorder to send the Material master from one client to another client. But while sending the Material records, I have to block those material which are marked for deletion (LOEVM = 'X'). How can i ensure that these records don't go out.
-Vartika
2007 Mar 09 6:08 PM
Hi,
You can use this user exits EXIT_SAPLMV01_003 to check LOEVM.
Another solution is to write custom program to select all material without LOEVM = 'X' then pass all material numbers to program RBDSEMAT via submit statement.
Regards,
Ferry Lianto
Hi,
I am configuring ALE inorder to send the Material master from one client to another client. But while sending the Material records, I have to block those material which are marked for deletion (LOEVM = 'X'). How can i ensure that these records don't go out.
-Vartika
2007 Mar 09 5:22 PM
Hi,
I believe in the transaction BD64..You can add a filter for the distribution model view ..
THanks,
Naren
2007 Mar 09 5:34 PM
In BD64, there are predefined filters for MATMAS which i am already using. But there isn't one to check for the field LOEVM (Material marked for deletion). Do you know how I can create my own filter?
2007 Mar 09 5:40 PM
Hi,
Please check the user exit EXIT_SAPLMV01_002
Note:
A filter created when defining distribution model is used to determine which IDOC should be send and not used to determine which IDOC should be created.
aRs
2007 Mar 09 6:08 PM
Hi,
You can use this user exits EXIT_SAPLMV01_003 to check LOEVM.
Another solution is to write custom program to select all material without LOEVM = 'X' then pass all material numbers to program RBDSEMAT via submit statement.
Regards,
Ferry Lianto
2007 Mar 09 10:00 PM