cancel
Showing results for 
Search instead for 
Did you mean: 

while scanning ,if the part is expired .move to blocked stock automatically

Former Member
0 Kudos

Hi,

For the unconsumed production components. production people return back the material after scann the barcode (which have the data of su number , and expired date)

Here we need that , while scanning , if the part is expired . it should move to blocked stock in the same location automatically

(the transaction MB1B mvmt 344 should be happened for the material which is expired while scanning automatically)

How we can do . what is customisation required.

Edited by: raj on Nov 4, 2009 7:20 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello,

Based on your process. you need a program to do two steps. you need to develop a custom Tcode and assign this in the RF menu management. then through RF if user scans......... below program steps should work

1) Scanning the bar code and get the expiry date from the table

and if decided

2) to move unrestricted to blocked.

what you need for 1) step is

A RF gun should scan the barcode and get the material code and then program should find the expiry date from the storage location stock table and then

if expires only it has to execute step2)

In WM you can do the process by LQ02 by creating a WM movt type which is linked to IM movt 344. so that it will update at IM and WM level at once. try to look at the functional module for LQ02.

OR

Generally we have to use MB1B with 344 ( functional module for MB1B)

and then creating a posting change for that doc (L_TO_CREATE_POSTING_CHANGE)

So When you want to move stock automatically after scanning a barcode means you need to develop a custom Tcode which will do the above 2 steps and you use need to assign the Tcode to RF menu.

explore this with Abaper for more accurate functional modules search.

thanks

tkreddy