on 2023 Jan 23 4:21 PM
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 ?
Request clarification before answering.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You can upload sorting from CSV file. I guess it would be easiest way for you
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
4 | |
3 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.