cancel
Showing results for 
Search instead for 
Did you mean: 

SRM org

0 Kudos

Hi ,

Is there a report in SRM which will give the list org units which are not linked to the Root org in SRM organization structure.

Regards

Mani

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mani,

I have never heard of a report that would do this.

You could have a look at this FM.

BBP_OM_STRUC_GET_ORG_FROM_USER

check, if user is maintained correctly in PPOMA

CALL FUNCTION 'BBP_OM_STRUC_GET_ORG_FROM_USER'

EXPORTING

user = lv_username

authority_check = ' '

EXCEPTIONS

path_not_found = 1

error_reading_structure = 2

no_roots = 3

invalid_roots = 4

internal_error = 5

user_not_assigned = 6

OTHERS = 7.

IF sy-subrc = 0.

user is maintained in PPOMA,

Hope this helps,.

Kind Regards,

Matthew

Answers (2)

Answers (2)

former_member183819
Active Contributor
0 Kudos
laurent_burtaire
Active Contributor
0 Kudos

Hello Mani,

You can make a comparison between organizational objects type "O" existing in HRP1000 table but without any values in HRP1001 table.

For object "O" existing in HRP1000 and not in HRP1001, this means it has no relationship with organizational objects.

Regards.

Laurent.