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: 

Function Module

Former Member
0 Kudos

Hi All,

Can Some One make pointer what this following function module do??

RSSB_GET_AUTH_HIER_FOR_USER

RSSB_GET_AUTH_FOR_USER

Thankyou.

Chirag

1 ACCEPTED SOLUTION
4 REPLIES 4

former_member156446
Active Contributor
0 Kudos

[If you need the authorized values or hierarchy nodes, use the following function modules: RSSB_GET_AUTH_FOR_USER returns the permitted single values and intervals. RSSB_GET_AUTH_HIER_FOR_USER returns the node at the top of the permitted hierarchy section, as well as all permitted sub-areas. You should only use this module in special cases. This is because it uses the internal display of the hierarchy and nodes.|http://help.sap.com/saphelp_nw04/Helpdata/EN/e7/56b23bdb0d0156e10000000a11402f/frameset.htm]

Former Member
0 Kudos

Hi,

These function modules are used to determine whether the specified user is authorized for the current object or not.

Regards,

Kiran

Former Member
0 Kudos

Answered