put a break-point at move statement. During debugging, if you get some value into w_qnt, then you will get the desired output.
otherwise, check if both the variables w_n_qnt and w_qnt are of same data type.
Where exactly you are using this code...?
regards,
Sandeep Josyula
Check data types of both the variables w_n_qnt and w_qnt. Other then that, you can check, what is value in st_mard-labst. It has to be in quantity format otherwise it will not accept the values and ultimately it will not add any valye to w_n_qnt.
Let me know if you have any further queries.
Don't forget to mark helpful answers!
Gaurav Parmar.
Add a comment