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

Reg:IE03 Tcode

p291102
Active Contributor
0 Likes
851

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

4 REPLIES 4
Read only

Former Member
0 Likes
756

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 Links

Cheerz

Ram

Read only

0 Likes
756

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

Read only

0 Likes
756

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_VIEW

There is a check box HMORE indicating Indicator showing that sub-pieces of equipment are allocated to this piece of equipment

Cheerz

Ram

Read only

p291102
Active Contributor
0 Likes
756

yes