Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem in bin sequencing

Former Member
0 Likes
376

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.

1 REPLY 1
Read only

Former Member
0 Likes
330

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.