Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

handling unit system status

Former Member
0 Likes
3,550

Hello Everyone,

I am looking for system status of handling units.

In HUMO transaction, under tab-strip <b>Status</b>, we have <b>HU-specific data</b>. In this block, we have <b>System status</b> field, where the status of handling units are maintained.

I am trying to retrieve the value of this system status field from database table, but it takes me to structure VEKP_TXT under which there is one filed SYS_STATUS.

Could not find in which table the system status are stored by SAP.

The possible values of this status field are:

PHEX

UNLD

Anybody having idea where the value of system status field gets stored in database table.

Thanks in advance.

Regards,

Tarun

Hello Everyone,

I am looking for system status of handling units.

In HUMO transaction, under tab-strip <b>Status</b>, we have <b>HU-specific data</b>. In this block, we have <b>System status</b> field, where the status of handling units are maintained.

I am trying to retrieve the value of this system status field from database table, but it takes me to structure VEKP_TXT under which there is one filed SYS_STATUS.

Could not find in which table the system status are stored by SAP.

The possible values of this status field are:

PHEX

UNLD

Anybody having idea where the value of system status field gets stored in database table.

Thanks in advance.

Regards,

Tarun

1 REPLY 1
Read only

Former Member
0 Likes
1,475

Hi TG ,

values comes from Domain , So try to get values from domain itself.

<b>DDUT_DOMVALUES_GET</b>and name is <b>HU_SYSSTATUS</b>--->System status.

Regards

Prabhu