‎2012 Feb 13 12:35 PM
Hello everyone,
I am facing a problem while creating the TR for the material bin wise.
I am using the function module
CALL FUNCTION 'L_TO_CREATE_TR'
EXPORTING
i_lgnum = itab-lgnum
i_tbnum = itab-tbnum
i_nidru = 'X'
i_update_task = ' '
i_commit_work = ' '
i_bname = sy-uname
i_teilk = 'X'
It is creating the TR correctly. But when a material in different bins is having same TBNUM, then my bin sequence is breaking.
It is doing the TO by the given TBNUM which is resulting in change in the expected order of bins.
I tried customising the FM, by adding the bin number as the exporting parameter, But it didnt work.
Please suggest me how to solve this issue.
‎2012 Feb 23 10:35 AM
Hi,
The problem is solved, The parameter tbeli = space has to be passed to the function module, to allow the partial picking of TRs.
Thanks,
Aritra.