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 on authuriy check

Former Member
0 Likes
426

hi all,

my requirement is to make authorrity check on

sales organization

user name

sales division

plant

for that we can easily put authority check in program by calling the authority check

but in other report i need authority check on

user name

plant

and other report have different fields for authority check

so rather we write the same code again n again in differenr report can we have any globally function module which we call in any report and fill the parameters required as per the scenerio required please provide me the the best way to solve this situation

thanks

babbal

Moderator message - Cross post locked

Edited by: Rob Burbank on Apr 28, 2009 11:42 AM

2 REPLIES 2
Read only

Former Member
0 Likes
406

Check this:

AUTHORITY_CHECK

Regards,

ravi

Read only

Former Member
0 Likes
406

Hi Babbal,

I think Creating a Funtion Module is a better idea with a Z-funtion Group. Put all the needed field in Import parameters and use it any number of time this will save a lot of effort and time.

Regards,

Suvendu