cancel
Showing results for 
Search instead for 
Did you mean: 

want to fetch partner function data from service order table only

former_member201039
Active Participant
0 Kudos

Hii mentors,

i want to fetch partner function data from the service order table only.

can u suggest the table name.More over i have tried the most famous tables but did not find any partner fucntion field.

regards,

sameer

Accepted Solutions (1)

Accepted Solutions (1)

peter_atkin
Active Contributor
0 Kudos

Sameer,

You can also use BAPI_ALM_ORDER_GET_DETAIL (SE37)

PeteA

former_member201039
Active Participant
0 Kudos

but the report has to be generated through BW only.

peter_atkin
Active Contributor
0 Kudos

Sameer,

Does the partner data already exist in BW?

If not, then you will need to extract it from the back-end system using the suggestions above.

PeteA

Answers (3)

Answers (3)

vinaysbisen
Explorer
0 Kudos

Hello,

To get list of partners assigned in Partner tab of service order use table IHPA .
Pass order no in AUFK to get OBJNR pass this OBJNR to IHPA you can get the list Partners.

Thanks.

former_member223866
Participant
0 Kudos

Hi ,

Are you working on some enhancements(exits) ? if yes then

May try this FM  PM_PARTNER_GET_XIHPA  in your Code with ABAP person.

Thanks

Ashu

     .

MTerence
Active Contributor
0 Kudos

Hi Sameer,

You should get the details, by passing the Order Object Number in IHPA table

ORI should be the object category

Regards

Terence

former_member201039
Active Participant
0 Kudos

no its not working.showing no values found.

MTerence
Active Contributor
0 Kudos

Hi Sameer,

This is bit strange, since i am getting the result. Can you please share the Notification - Partner screen

Regards

Terence