cancel
Showing results for 
Search instead for 
Did you mean: 

Get positions in ppoma by user

Former Member
0 Kudos

Hi experts,

For a certain person ID want to get all the positions in ppoma. I use the bp_central_person function wich returns the ev_person_id. Now i need a way to get the positions in ppoma for the person id. Any ideia? The main objective is to get all the purchase groups the user belongs to.

Thanks in advance

Paulo Andrade

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member183819
Active Contributor
0 Kudos

Hi

BBP_PDH_WFL_GET_PURCH_FROM_ORG FM

input - purc gro org id 5XXXX

output all purchaser it belongs to.

regards

Muthu

Former Member
0 Kudos

Hi,

Thanks for you prompt anwser. The input should be the user (Example: USERTST01) and the result should be the purchase group the user is assigned in ppoma (Example: OFFICE and TOOLS). Any ideia?

former_member183819
Active Contributor
0 Kudos

Hi

It should work for you

BBP_GET_CATEGORIES_F4 FM

regards

Muthu

Former Member
0 Kudos

Hi,

You can use FM RHGA_READ_ATTRIBUTES with scenario as BBP, otype US and realo as user id. In attribute you can have attrid as RESP_PGRP.

hope this is helpful.

Cheers

Iftekhar Alam