cancel
Showing results for 
Search instead for 
Did you mean: 

Customer wants to change the storage bin logic

Former Member
0 Kudos

Customer wants to change the storage bin logic for a particular sale sorg.

AS- IS current: Print out storage bin check by batch number maintained in delivery or not.

*Storage Bin
IF NOT LIPS-LGPBE IS INITIAL AND NOT LIPS-CHARG IS INITIAL.
To- Be future : Print out storage bin just with storage bin maintained in delivery without batch number initial checck

Accepted Solutions (0)

Answers (1)

Answers (1)

raghug
Active Contributor

You are obviously someone who has not taken a programming class in your life, you should work on this one with your ABAPer. But, really, ABAP is not really a hard language to read - it is almost plain English! And, if you go to that code and double click the 2 variables that you gave us, it will give you a description of what those fields are, and you can decide in plain English which one of these two conditions need to be removed from the IF statement.