Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

Org Unit

Former Member
0 Kudos

Hi Experts,

I need all details of Organisational unit based on the Obj type, Obj ID, Plan version and evaluation path.

As like PPSC transaction i need to retrieve the all values. Which Function mdule is used for this issue.

Thanks,

your helps will be highly appreciated.

1 ACCEPTED SOLUTION

Former Member
0 Kudos

Hi,

Please check the following function RH_ORG_STRUCTURE_SHOW.

Regards.

4 REPLIES 4

Former Member
0 Kudos

Hi

FM---RH_OM_MAINTAIN_STRUCTURE may be this can help you.

Regards

Former Member
0 Kudos

Hi,

Please check the following function RH_ORG_STRUCTURE_SHOW.

Regards.

Former Member
0 Kudos

Hi Doak,

Kindly check this.

call function 'RH_PM_GET_STRUCTURE'

exporting

plvar = '01' "p0000-plvar

otype = 'O' "0001-otype

objid = zorg_unit

begda = pn-begda

endda = pn-endda

status = '1'

wegid = 'SBESX'

77aw_int = ' '

tables

objec_tab = objec_tab

exceptions

not_found = 1

ppway_not_found = 2

others = 3.

Dont forget to reward points if found useful.

Thanks,

Satyesh

Former Member
0 Kudos

Thanks