cancel
Showing results for 
Search instead for 
Did you mean: 

How to find the Product_id based on Object_id

Former Member
0 Kudos

Hi,

   I have a scenario i want to find the Product_id. we seen in transaction IB52.

   I have a Object_id xxx i want to get the product id.

  How to write the report program for getting Product id.

Pls....... resolve the issue.

Accepted Solutions (0)

Answers (1)

Answers (1)

kapilpatil
Active Contributor
0 Kudos

Hello Nagendra,

I assume, OBJECT_ID is a business transaction ID.

If you have to read the product id linked to OBJECT ID, then you can use CRM_ORDER_READ FM in your report program. Under ORDERADM_I FM attribute you will get the product ID.

I hope this helps.

Thanks,

Kapil