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.
User | Count |
---|---|
3 | |
3 | |
3 | |
2 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.