Hi Manish,
I have tried that FM but got some problems with it. It always responses with error the quant data is inconsistent. I have tried debug the problem and with the following findings.
In SAPLL03A(LL03AF1T) line 89, it has the following check statement.
CHECK LTAP-NLPLA = LQUA-LGPLA.
I found that LQUA is filled in SAPLL03A(LL03AF1T) line 40
PERFORM LQUA_LESEN USING LTAK-LGNUM LTAP-NLQNR.
It is strange that the FM is comparing the source bin (LQUA-LGPLA) against the destination bin (LTAP-NLPLA) in line 89. Do I make anything wrong?
Thanks!
Regards,
Alex