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

Authorization for Controlling area from selection screen.

Former Member
0 Likes
635

Hi All,

the whole program depends on controlling area.

i need to restrict the program with Controlling Area Authorization check ,

once the selection screen filled , the authorization check should execute.

please suggest me with relevant coding.

Thanx.

Ramesh.M

Hi All,

the whole program depends on controlling area.

i need to restrict the program with Controlling Area Authorization check ,

once the selection screen filled , the authorization check should execute.

please suggest me with relevant coding.

Thanx.

Ramesh.M

4 REPLIES 4
Read only

RahulKeshav
Active Contributor
0 Likes
591

Hi,

do you want to check the Controlling area entered in the selection screen?

if so , then use GET PARAMETER id 'CAC' FIELD g_cont_area.

and compare both the controlling area...

Thnx

Rahul

Read only

SuhaSaha
Product and Topic Expert
Product and Topic Expert
0 Likes
591

Hello Ramesh,

There are many auth. objects related to Controlling Area. Can you be more specific which functional area you need to attach the auth. obj ?

BR,

Suhas

Read only

former_member188827
Active Contributor
0 Likes
591

try function:'K_CSLA_AUTHORITY_CHECK'..in initialiazation event.

Read only

RahulKeshav
Active Contributor
0 Likes
591

any update??