cancel
Showing results for 
Search instead for 
Did you mean: 

regarding authorization

Former Member
0 Kudos

Hi experts,

my requirement is that i want to restrict the particular T-code for a period of time , is it possible in standard SAP system.

Regards

Bishwanath Kanjilal

Accepted Solutions (1)

Accepted Solutions (1)

former_member188883
Active Contributor
0 Kudos

Hi Bishwanath,

Do you want to block this tcode for all the users or specific users only ?

In case its for all the users you can do the same using SM01.

In case it is for specific user, then you need to play around existing roles for that user.

Regards,

Deepak Kori

Former Member
0 Kudos

thanks for the reply , with sm01 i can block the t code in entire sap system , my requirement is that if i lock the t code it activate automatically after a certain period of time , i.e i can define the time interval .

Regards

Bishwanath kanjilal 

former_member206552
Active Contributor
0 Kudos

hi

only way to do this is by using a batch job

best regards

marius

Former Member
0 Kudos

can u explain this batch job ??????

Regards

BK

former_member188883
Active Contributor
0 Kudos

Hi Bishwanath,

You may make use of abap program which should have date selection ( to Lock and To unlock).

Program logic should be as follows

IF  current date is >= To Lock and <= To unlock; do nothing

IF current date is >= To unlock; then call transaction SM01 to unlock the transaction code. ( You may need to perform batch job recording for this.

Schedule this program to run daily in background to automate the process.

Hope this helps.

Regards,

Deepak Kori

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Bishwanath,

You can disable the t-code on SM01. Then, activate it when you need.

Best regards,

Orkun Gedik