cancel
Showing results for 
Search instead for 
Did you mean: 

Table to link Equipment/Serial No to Install Base No.

former_member196521
Active Participant
0 Kudos

Hello,

I can find the link to my serial no/equipment and material through the table COM_TA_R3_ID however in which table should I pass either the equipment/serial no to get my install base no?

I have tried checking tables IBIB and IBIN however for both of these tables the output is only seen after I enter the install base no, however I need to input my serial no/equipment no to get my IB No, please advice in which table will I find this link.

Kind Regards

Atul

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi,


Have a look at the following links.

http://scn.sap.com/thread/3262568

http://scn.sap.com/thread/1108681

Hope this helps.

Regards,

Naresh

former_member196521
Active Participant
0 Kudos

Hi Nareshkumar,

You are right the following function module mentioned below is of great help and helps to resolve the issue.

CRM_IBASE_COMP_INDOBJ_SEARCH in se 37 and click on execute.

Here you need to pass the equipment no in the iv_object_id= 10004304

and iv_object_family= 0401 as shown below in the e.x.

Also attaching install base screen shot.

Click on 1 entry as per the first screen shot, you will get the install base no 7831

Now I am removing Equipment 10004304 from Install Base No 7831 and linking the same to install base 7833.

Again when I execute the same function module with the equipment 10004304, I get the install base no 7833 this time.

Kind Regards

Atul

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello Atul

i don't think there is any direct table to link equipment no and ibase.

but you cna try this function module CRM_IBASE_COMP_FIND_MULTI.

Regards

Naresh