2006 Aug 01 5:49 AM
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
2006 Aug 01 1:07 PM
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