‎2010 Mar 18 4:13 AM
Dear all,
I am getting the equipment no details in the following transaction code IE03.
In that same tcode in the structure tab, i am getting the details regarding the sub equipment no and description.
I need the database table name for the sub equipment no and description details.
In my case it is showing the table name EQUI only. I am getting ther information about equipment and sub equipment no in the same field EQUNR, i am getting the details . How to differentiate in my program then only i pick from the table easliy. For in this reqgard, any unique key is there to differentiate.
<removed_by_moderator>
Thanks,
Sankar M
Edited by: Julius Bussche on Mar 18, 2010 11:10 AM
‎2010 Mar 18 4:28 AM
Hi Sankar,
You will get the Description from EQKT Table and check all the details from DATABASE VIEW *ITOB*
It includes these Tables. I hope the required information can be had from the below tables.
EQUI
EQUZ
EQKT
IFLOT
IFLOTX
ILOA
For Further Help go through the Search Help EQUI
This has further tables list which will give you some clarity about the Table LinksCheerz
Ram
‎2010 Mar 18 4:41 AM
Dear ram,
i want to differentiate between the equipment no & sub equipment no details. Becoz i am getting the details from the same table EQUI and the field name is EQUNR for the both equipment no and sub equipment no. That is the problem i am facing now. I want to know any difference is there between the equipment no and sub equipment no . Then only i can able to pick form the table. Pls let me know in this regard at the earliest.
thanks,
Sankar M
‎2010 Mar 18 5:26 AM
HI Sankar,
You can use FM EQUI_HIERARCHY_READ or SUBEQUI_READ_ONLY
and aslo CHECK view V_EQUI There is a field HEQUI Superordinate Equipment
For more info go through Function Group IEL2
ALM_ME_EQUI_GET_SUBEQUIS
CCM09_EQUI_FIND_SUBEQUI
CCM09_FLOC_FIND_SUBEQUI
BAPI_EQUI_DISMANTLE
BAPI_EQUI_GETDETAIL
BAPI_EQUI_GETLIST
BAPI_EQUI_GETSTATUS
BAPI_EQUI_INSTALL
SUBEQUI_READ_ONLY
SUBEQUI_READ_VIEWThere is a check box HMORE indicating Indicator showing that sub-pieces of equipment are allocated to this piece of equipment
Cheerz
Ram
‎2010 Mar 24 3:42 AM