cancel
Showing results for 
Search instead for 
Did you mean: 

Database tables of function CRM_ORDER_READ

Former Member
0 Kudos

Hi all,

I need help to retrieve the database tables associated to the internal tables returned from the function CRM_ORDER_READ.

In particular when I call the function CRM_ORDER_READ, the internal table ET_PRODUCT_I contains the field BP_PARTNER_GUID (component type: BU_PARTNER_GUID).

In which database table can I get this field (with the same component type)? I looked into the table CRMD_PARTNER, field PARTNER_NO, but the component type is different (CRMT_PARTNER_NO).

Thanks a lot for the support, best regards.

Lorenzo

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Have look at

Table :- BUT000

Column :- PARTNER_GUID

This will solve ur Problem

Reward Points & Mark Helpful Answers<b></b>

Former Member
0 Kudos

Hi,

Lorenzo you can do a where used listing with the same component type for the table fields.

hope this will help you.

Regards,

Krishnakumar