cancel
Showing results for 
Search instead for 
Did you mean: 

How to maintain time recording activities for different transaction types?

former_member210909
Participant
0 Kudos

Hi Experts,

We want to have different time recording activities for different transactions.

Below are the steps will be followed to define time recording activities.

1. Go to SAP Solution Manager -> Capabilities (Optional) -> Application Incident Management (Service Desk) -> Time Recording -> Specify Activity Description




Navigate to Time Recording > Specify Activity Description



Select profile SOLMANPRO

Double click on Activity Description


Enter as many activity descriptions as desired and click SAVE


We will maintain different activities in common for Role SOLMANPRO.

Suppose we maintain below activities

AAAAAA for SMIN

BBBBBB for SMIN

CCCCC for SMCR

DDDDD for SMMJ

EEEEE for SMAD

FFFFFF for SMTM

GGGGG for SMHF

But all this activities will be displayed in common for all the Time Recording assignment blocks of different transaction type say (SMCR,SMIN, SMHF, etc).

If more than 100 activities are defined in common it will be too large to search for activity.

Can anything be done to specify these activities based on transaction types.

for example

AAAA and BBBB will be displayed only in SMIN, Likewise CCCCC will be displayed only in SMCR, etc.

Thanks,

Rakesh Bhor

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Rakesh

I didnt get, though you maintain lots of activity in common role, but it works only for the time recording action profiles where you activated the reminder

have you done the step 3 'Setup reminder activity' by adding needed TRtype in table AISDK_TR_REMIND

Refer here

Thanks

Jansi

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Rakesh,

Have you solved this issue?  I m facing the same right now.

I´m trying to implement a code on method GET_V_TEXT_NO but i didn´t figure out how to get process type or GUID from this method.

Thanks in advanced.

Former Member
0 Kudos

Hi Rakesh,

there is no customizing possibility to make these activities dependend on the transaction type.

You can do this by development by redefining method GET_V_TEXT_NO and build your own dropdown listbox values there:

Best Regards,

Christoph

former_member210909
Participant
0 Kudos

Hi Experts,

Can anyone please reply on above query.