In which table of CRM the Serial number and Equipment information stores.

Hi Experts
Recently I have downloaded all the serial numbers and Equipment numbers from backend system by doing the initial download of the object SERIALNUMBER and EQUIPMENT.
I can see the BDOC monitor in which all BDOC are in green ststus and R3AM1 the object ststus is also green.
My problem is I am unable to find the downloaded information in CRM system.Can anyone help me in finding out where can I get these information.
Thanks
Subhabrata

Hi Subhabrata
If I understand correctly your Serial number is not linked to any equipment which can be opened using IE03.
"Serial number download functionality allows you to replicate pure serial numbers (serial numbers that are not associated with equipment) along with their associated business partners and configuration from SAP ECC to SAP CRM as objects."
See this link:
http://help.sap.com/saphelp_crm70/helpdata/EN/ad/bc673f19299d51e10000000a114084/frameset.htm
In that case you should not download object EQUIPMENT. You just need to download object SERIALNUMBER. Check the number of entries in table COMM_PRODUCT before and after download. Search for Equipment number in field PRODUCT_ID. Check table COM_TA_R3_ID with the product guid from previous search.
I hope it helps
Regards
Rupesh

Similar Messages

Maybe you are looking for

  • No data in Crystal report from SProc

    Hi, I have a SProc with 10 temporary tables. The first temp table has a @StartDate and @EndDate as parameters. The data from each table flows to the next table and so on of the single SProc. The 10th table has the data which are required on Crystal R

  • Help needed connecting Iomega Minimax Ext HDD to Airport Extreme 802.11n

    Would appreciate if someone can help me with the following task. After researching and trying several things, I have not succeed in resolving the issue. I want to connect a Iomega MiniMax Ext HDD (for Mac) to my (Airport Extreme 802.11n + Time Capsul

  • Use of db link in subquery with outer join

    I have a query where i am using db link to get data from another database. I have an outer join where i am using a subquery using the same db link but it fails gives me the error: ORA-00991: illegal use of LONG datatype. But the same query with inner

  • How to quit ping in Terminal.app?

    Morning. I've forgotten to set the -c4 in ping. How can I stop now the ping command in the Terminal.app? TIA and kind regards, Friedrich

  • How to check null condition on a Object.......

    Hi I have created a JTable and Iam retrieving the data from the Jtable as an Object. Object s=table.getValueAt(i,j) if(s!=null)         dosomething(); }But the if loop is continuing even if there is a null value in the table.Where am I going wrong?