cancel
Showing results for 
Search instead for 
Did you mean: 

table for -seb equipment details

mahesh_sappm
Participant
0 Kudos

dear all,

one equipment BUS001.

4 equipments (tyres) are installed to BUS001.(i.e BUS001 is super,eqpt & tyres are sub equipments )

in IE03--BUS001>>structure> i got installed equipment details

where i will get the same data in TABLE.

i checked in EQUI,EQUZ

thanks,

G.Mahesh

Accepted Solutions (0)

Answers (2)

Answers (2)

peter_atkin
Active Contributor
0 Kudos

G.Mahesh

Table EQUZ-HEQUI holds the superior equipment

If you wrting some ABAP code using EQUZ, then remember to use "where DATBI > SY-DATUM" or "where DATBI = '99991231'".

PeteA

MTerence
Active Contributor
0 Kudos

Hi Mahesh,

In EQUZ, you need to pass the sup. order equipment, then it will list out the sub-equipments.

Also the valid to and from will give you the exact details when the sub-equipment are attached to the superior order equipment

Regards

Terence