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

SAP EWM - Find the User Id of the TU creator

ramiwal_dsilva
Participant
0 Likes
1,488

Hi Experts,

Can someone help me with this question?

In which db table would I find the user id of the person who created the TU.

Im checking this info on the screen via tcode- /scwm/tu in the header under form view.

I did an F1 in the screen field and saw that it  refers to structure /SCWM/S_ASP_TU.

But this is only a structure. Is there a Database table into which this information gets logged?

Any help would be greatly appreciated.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Likes

Hello, Ramiwal -

use /SCWM/TUNIT -> HU_ID to query /SCWM/HUHDR -> GUID_HU

There you will find your information in the fields CREATED_BY and CREATED_AT.

Regards,

Jochen

ramiwal_dsilva
Participant
0 Likes

Perfect!

Thank you Jocken.

Answers (1)

Answers (1)

Former Member
0 Likes

Hi,

i would like to know from which table is the planned arrival/departure time and actual arrival/departure time of the tu is stored.

is it from the status of the s and r activity? if thats the case then i would check the s and r activity table.