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

PM Tables

Former Member
0 Likes
823

Is there is any relationship between the tables IMRG & ITOB ?

I would like to pick the model no(TYPBZ) and plant details(SWERK) from ITOB table with the corresponding MeasReading from IMRG table (Field Name: RECDV)...

Also pls let me know if any other tabes are with the above relations?

Thanks in advance

Rajha

Is there is any relationship between the tables IMRG & ITOB ?

I would like to pick the model no(TYPBZ) and plant details(SWERK) from ITOB table with the corresponding MeasReading from IMRG table (Field Name: RECDV)...

Also pls let me know if any other tabes are with the above relations?

Thanks in advance

Rajha

4 REPLIES 4
Read only

gautam_totekar
Active Participant
0 Likes
743

goto t code sqvi

Insert in both the tables.

you will get the relation

Read only

Former Member
0 Likes
743

Hi,

From ITOB get the IMRC_POINT then

using the IMRC_POINT get the RECDV from the VIEW /ISDFPS/MEPMIMRG .

Hope this will help you.

Regards,

Smart Varghese

Read only

Former Member
0 Likes
743

Hi

Thanks for your response guys...

actually my problem is, I want to pick model no from ITPO or EQUI with respect to Maintenance plant from ITPO..

using this both values i should pick the corresponding MeasReading from IMRG....

Regs

Rajha

Read only

0 Likes
743

Hi Rajha,

I got 24 join conditions on the first IMRG & ITOB when i drop this two tables in SQVI T-CODE,,,

So you can try from SQVI for any tables join conditions,,,

and remaining related tables from SE11,,

(example you know only AFKO try to search AF* you get the remaining tables,,, Items, history, status,,,,,

Also if you know only AFKO, then from its P-Key,AUFNR try where used list,,, now see the combination,, AF + Primary Key,,, Those all tables can be related very easily.)

The Above mentioned are the tips & techniques which I know & use when I needed.. It may be usefull for you also...

Thanks & regards,

Dileep .C