cancel
Showing results for 
Search instead for 
Did you mean: 

HU User status

Former Member
0 Kudos

Hi All,

May i know HU user status stores in which table.

Regards,

Kuber

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi,

Just to add to what i mentioned before. You can have the length of the HU object number by checking the number range of object RV_VEKP (in tcode SNRO). Here you will find the exact length of the HU object number and come to know about how many preceeding zeros are required. Do remember to add HU in front.

Sandeepan

Former Member
0 Kudos

Hi,

What you can do is firt find the internal number of the HU in VEKP table by passing the HU number to the table.

Next, you can pass the HU object number to the HUSSTAT table.

Normally the Object Number will be = HUcertain number of leading zeroesthe internal number

In our case the number of leadinbg zero is 2 so if the internal number is 12345678 then the object number is HU0012345678.

In case if the value doesnot return then you try using different number of leading zeroes.

Do let me know if it works out. You should be able to see both the internal (normally starts with I) and external status (Normaly starts with E).

Sandeepan

Former Member
0 Kudos

Hi,

Try out HUSSTAT

Regards

Sandeepan

Former Member
0 Kudos

Hi,

Thanks for the reply, I want to pull the User status data based on HU number...

From HUSSTAT am unable to do.

Kuber