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

Tcodes under HR Master data

Former Member
0 Likes
1,924

Under SAP menu path Human Resourses... Personnel Management... Administration... Settings... Current Settings

There are tcodes here. The one for define positions s_ahr_61011490 actually takes you to t-code OG30. I am trying to add view v_t5k14 just like view v_t5k13 S_AHR_61011476 Define Jobs.

Does anyone know how to add another tcode to this menu path to take the user to view v_t5K14?

Any help would be appreciated.

Marianne

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,847

Hi ,

Flag  “current settings” allow changes to client-specific objects in a production client.

Can be done in IMG.

Example for “for define positions s_ahr_61011490”.

Regards

Boris

Under SAP menu path Human Resourses... Personnel Management... Administration... Settings... Current Settings

There are tcodes here. The one for define positions s_ahr_61011490 actually takes you to t-code OG30. I am trying to add view v_t5k14 just like view v_t5k13 S_AHR_61011476 Define Jobs.

Does anyone know how to add another tcode to this menu path to take the user to view v_t5K14?

Any help would be appreciated.

Marianne

4 REPLIES 4
Read only

Former Member
0 Likes
1,848

Hi ,

Flag  “current settings” allow changes to client-specific objects in a production client.

Can be done in IMG.

Example for “for define positions s_ahr_61011490”.

Regards

Boris

Read only

0 Likes
1,847

Boris, thank you so much. That worked brilliantly.

I appreciate your quick reply and that it was correct with a picture.

May I ask how I could add an extra node. I notice jobs has more than one and would like to keep the one for position, but add a new one with the view insteat of the table.

Marianne

Read only

0 Likes
1,847

Boris, I have found a way to add to the menu. Thanks again for all your help. I'm posting the steps so that others can see it.  This is in SAP 6.0

Steps:

  1. Transaction SE43
  2. Enter Area Menu
  3. Select change icon & processing mode = change
  4. Must select language = German (English won't work)
  5. Choose node
  6. Choose icon (or in menu) ‘Add entry as Sub Node’
  7. Enter transaction code (find this in display IMG menu item against the IMG configuration node)
  8. Enter appropriate text for the menu entry
Read only

0 Likes
1,847

Hi Marianne,

You also can use the tables:

1.     CUS_ACTOBJ to find customizing activity by customizing object.

2.     CUS_IMGACH to find maintenance transaction by customizing activity.

Regards

Boris