Application Development and Automation 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: 
Read only

Function Module

Former Member
0 Likes
512

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
Read only

former_member156446
Active Contributor
0 Likes
469

[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]

Read only

Former Member
0 Likes
469

Hi,

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

Regards,

Kiran

Read only

Former Member
0 Likes
469

Answered