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

Storage bin sorting

akashgavali_619
Explorer
0 Kudos
396

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 ?

Accepted Solutions (0)

Answers (3)

Answers (3)

Dominik_Tylczynski
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

JuergenPitz
Product and Topic Expert
Product and Topic Expert
0 Kudos

Hi,

"Can we sort few bins from activity area."

WHY??? would you want to do this?

If you do not execute the sort transaction, they are not part of the activity area. OK, you probably know this. But what would be the use of such an activity area?

Brgds

Juergen

---

All the above is no official SAP statement.

Want to learn EWM?

Check for EWM courses: https://training.sap.com/trainingpath/Applications-Extended+Warehouse+Management-EWM+in+S4HANA

Get a SAP Learning Hub Subscription: https://training.sap.com/learninghub

And it is EWM. NOT eWM - Duh!

And if your question includes the word "transfer order" - do NOT tag the question with Extended Warehouse Management!

akashgavali_619
Explorer
0 Kudos

One of the interviewer asked me this question,

Can we sort few bins (not all) from activity area ?

Daniil
Active Contributor
0 Kudos

You can upload sorting from CSV file. I guess it would be easiest way for you

Andrew1992
Discoverer
0 Kudos
could you please help to share the CSV file ?