on ‎2019 May 24 8:10 AM
Hi,
I need to get a list of all active Transportation Units in one specific warehouse.
I am already working with the classes
/scwm/cl_sr_tu_query and /scwm/cl_sr_db_tu.
But I don't find the part where I can select active TUs.
Any help would be appreciated.
Ralf
Help others by sharing your knowledge.
AnswerRequest clarification before answering.
Found out myself. All I had to do was setting these variables:
lo_tu_query->ms_exclude-excl_planned = 'X'.
lo_tu_query->ms_exclude-excl_executed = 'X'.
lo_tu_query->ms_exclude-excl_invalid = 'X'.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
| User | Count |
|---|---|
| 15 | |
| 5 | |
| 5 | |
| 3 | |
| 1 | |
| 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.