cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

FM BBP_OM_STRUC_READ

Former Member
0 Likes
200

Hi experts

i'd like to know the use of this FM BBP_OM_STRUC_READ_UP_INT and BBP_OM_STRUC_READ_DOWN_INT.

I suppose that they are used to read the nodes under/up a Root node. Isn't it?

regards

andrea

Accepted Solutions (1)

Accepted Solutions (1)

laurent_burtaire
Active Contributor
0 Likes

Hello Andrea,

You cannot use directly those function modules because importing parameter RETURN_OTYPES can only be displayed.

You can see how they are called in FM BBP_OM_STRUC_GET_USER_FROM_ORG and BBP_OM_STRUC_GET_ORG_FROM_USER.

If you want to get organizational structure data, use FM RH_STRUC_GET:

- ACT_OTYPE is object type root node,

- ACT_OBJID is object ID root node,

- ACT_WEGID is evaluation path (see table T778A to get the one you need).

Regards.

Laurent.

Answers (0)

Ask a Question