cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Storage bin sorting

akashgavali_619
Explorer
0 Kudos
368

Hello all,

Can we sort few bins from activity area.

Ex, if I have 100 bins but I want to sort 15 bins.

How I can sort this ?

View Entire Topic
DominikTylczyn
SAP Champion
SAP Champion
0 Kudos

Hello @akashgavali_619 

You can upload bin sorting with /SCWM/SRTUP. The transaction accepts a CSV file; comma or semicolon separated. The file line is interpreted with the UPLOAD_FILE routine, in the /SCWM/TLAGPS_UPLOADF01 include:

      SPLIT <fs_line>
      AT lv_sep
      INTO
        ls_lagps-lgnum
        ls_lagps-lgpla
        ls_lagps-act_type
        ls_lagps-rank
        ls_lagps-aarea
        ls_lagps-lgtyp
        ls_lagps-lgber
        ls_lagps-aisle
        lv_lagps_srt_nr
        lv_aisle_s_distance
        lv_aisle_length
        ls_lagps-aisle_next
        lv_aisle_n_distance
        ls_lagps-dstgrp.

These are the fields you need to pass in the CSV file.

Best regards

Dominik Tylczynski