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

List of active TU

tannhara
Explorer
0 Likes
546

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

Accepted Solutions (0)

Answers (1)

Answers (1)

tannhara
Explorer

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'.