cancel
Showing results for 
Search instead for 
Did you mean: 

Position texts in org model

Former Member
0 Kudos

Hello all,

Can someone suggest a function module that retrieves the position information for a user in SRM's org model? The information is shown in PPOSA_BBP, when double clicking on a position (objec type "S") and on the basic data tab below. There are two fields related to label "Position" (above label "Job"), such as "PURCHASNG,SX" and "Supervisor, Purchasing", and I would like to get those two fields (or at least the second full text) programmatically.

By the way, we are running SRM4.0.

Thanks a lot for your help!

Jay

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

You can first use the FM "BBP_OM_STRUC_GET_POS_FROM_USER"to get the position ID for the user.Then using this position Id,you can get the details for the text/description from the table HRP1000.

BR,

Disha.