cancel
Showing results for 
Search instead for 
Did you mean: 

LM05 - Allow override of destination bin

VB09104
Active Participant
0 Kudos

Hi all,

I have a requirement which will allow warehouse worker to override destination bin during kanban TO confirmation in LM05.

When I go second step confirmation from LM05 it goes to screen "Destination Information - Multple Materials". This screen has button "F7 NBin" which allows user to change the destination bin. Here it goes to PERFORM CHECK_BIN_MODIF_ALLOWED in include LLMOBF02. This perform validates whether bin is allowed to modify or not. The Code for this FORM is in include LLMOBF01.

Here the validation is on field NPLEI.

READ TABLE TAP_LTAP INDEX TAP_INDEX.
  IF TAP_LTAP-NPLEI = 1.
    PERFORM CALL_BIN_CHANGE.
  ELSE.
* Selection not possible

Now i want to put here my validation as per business needs. If certain conditions are valid I want to make NPLEI as 1 and want to allow user to change the Bin.

I searched for user exits avilable but none of it modifies TAP_LTAP table.

I am also thiking of Enhancement Point before the read statement.

Can you please share your views with me to get possible solutions.

Regards,

Vikas

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Please check transaction OMLX. This is the best way of allowing any particular whse for Bin change.

Thanks,

Vivekanand

Former Member
0 Kudos

Hi ,

I am having the requirement to make ZLM05 from LM05, and add two new fields to the second screen and validate on material number etc.

I hope ur requiremnt is complete, can u help me to making ZLM05 tcode.

Thanks