cancel
Showing results for 
Search instead for 
Did you mean: 

Question regarding order partners (IHPA)

Former Member
0 Kudos

Hello,

we have a partner determination procedure with 9 partner functions.

Some of them are from partner type KU (customer), some PE (personnel number) and some AP (contact person).

In my custom report i need to have name and adress of each of this 9 partners.

Since this are different tables i´m not sure if there isn´t an easier way?

How could i read name and adress for the IHPA partners? Is there a usefull function module which could be used?

Thanks a lot.

Kind regards

Manfred

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Have you tried BAPI_ALM_ORDER_GET_DETAIL?

Former Member
0 Kudos

Hi,

thank you for your answer...

the BAPI does not deliver more details for partner like IHPA, only PARVW and PARNR is there.

I found nothing which helped me to find out names and adresses for all partners idependend from partner type.

Or have i missed something.

Kind regards

Manfred

Former Member
0 Kudos

PM_PARTNER_READ seems to work for this requirement.

Ar there other options?

Kind regards

Manfred

Former Member
0 Kudos

useful for me.

I guess, depend on the partner type, the detail will be stored in different tables.

vendor partner will be in vendor master table, customer partner will be customer masters...and so on.

PM_PARTNER_READ will find the right table for different types.