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

control scrolling in cat2

Former Member
0 Likes
1,237

Hi everyone,

Can some one please help me. I need to stop the scrolling in cat2 so that users can not enter times for the prev. week. How can this be done?

thanks

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,181

Hi!

You can do it in customizing: SPRO transaction.

Cross-application components - Timesheet - Specific for cats classic - Set up data entry profiles.

Here you can maintain the time window - how many days can people maintain in the past or in the future.

Write a 0 into the Lower limit relative field.

Best regards

Tamás

Message was edited by:

Tamás Nyisztor

Hi everyone,

Can some one please help me. I need to stop the scrolling in cat2 so that users can not enter times for the prev. week. How can this be done?

thanks

9 REPLIES 9
Read only

Former Member
0 Likes
1,182

Hi!

You can do it in customizing: SPRO transaction.

Cross-application components - Timesheet - Specific for cats classic - Set up data entry profiles.

Here you can maintain the time window - how many days can people maintain in the past or in the future.

Write a 0 into the Lower limit relative field.

Best regards

Tamás

Message was edited by:

Tamás Nyisztor

Read only

0 Likes
1,181

Hi Tamas,

Thanks a lot i am sorry to be such a pain. But some how this parameters are not working. Can you please tell me which parameters are to be set if i want to control backward scrolling. Thanks in advance.

regards

chinmaya

Read only

0 Likes
1,181

Hi!

In the customizing (SPRO), when you moved through the path (Cross-application components - Timesheet - Specific for cats classic - Set up data entry profiles), a table will appear with a few profiles in it. You can create a new profile, or copy one, or just simply modify one with double click on it.

When you entered INTO the profile, you can see in the time settings block the "Lower limit relative" and the "Upper limit relative". Entering values here are limiting the days backward (lower) or forward (upper). You might try it out with a few different numbers.

Make sure, if you are developing in a different client than where you are testing the settings, you have to copy the customizing request into the test client with SCC1 transaction.

Regards

Tamás

Message was edited by:

Tamás Nyisztor

Read only

0 Likes
1,181

Hi Tamas,

I have set the lower limit relative to 8 i do not want ppl scrolling by after monday. To make these changes effective does it need a r/3 restart.

thanks

Read only

0 Likes
1,181

Hi!

No, custimizing changes are read at a new transaction start. Just type into your transaction filed: "/ncat2". The /n switch makes a transaction re-read.

Of course you have to transport the customizing settings into your productive system.

For this you have to enable the transport request in SE10 transaction, then use the STMS to tranport it into the productive system.

If you have only one computer with more mandants, then use SCC1 to copy your request between the clients.

Regards

Tamá

Read only

Former Member
0 Likes
1,181

Can some one please tell me which parameter to set to control backward scrolling

Read only

0 Likes
1,181

TCATS table maintain the TCATS-PERLEFT entry as '0'.

~Suresh

Read only

0 Likes
1,181

Is there a RFC to do that. or is there a customer exit.

Read only

0 Likes
1,181

Use the Tcode SM30 or SM31 & mainatin the View V_TCATS.

~Suresh