cancel
Showing results for 
Search instead for 
Did you mean: 

Employee qualification assignment IT0024 validity end date update

Former Member
0 Kudos

I Would like to change the validity end date value on one specific qualification assigned to an employee.

I can't do it using PA30. Is there anybody able to tell me how can I do it?

Thank you

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

Did you try PPPM transaction?

Regards,

Dilek

Former Member
0 Kudos

Hi,

I can't complete the task as the 'Change' option under 'Requirement' is greyed. I am not able to access the ned validity date for an update.

Cheers,

Former Member
0 Kudos

This may be due to authorization. Check your user authorization.

Former Member
0 Kudos

Hi,

It was an authorization issue

I managed to do it with a special user and PP01 on the relationships infotype 1001.

Thank you,

Bye

PedroGuarita
Active Contributor
0 Kudos

You can't change endda because infotype 2 endda has to be '31129999'.

It's explicit here in this validation in module POST_INPUT_CHECK.


form check_it0002.   "form aus mppers00 hierher verlegt    "VLDN212840_2
  if psyst-first eq yes and cprel-endda lt high_date.
*   I105(RP): Gültigkeitsende muß gleich & sein
    p0002-endda = high_date.                               "VLDN212840_2
    cprel-endda = high_date.                               "VLDN212840_2
    message e105(rp) with high_date.
  endif.
  if psyst-ioper eq modify.
    if cprel-endda lt high_date and pskey-endda eq high_date.
      p0002-endda = high_date.                             "VLDN212840_2
      cprel-endda = high_date.                             "VLDN212840_2
      message e105(rp) with high_date.
    endif.
  endif.
endform.                    " check_it0002

high_date is a constant with value '99991231'.

Anyway, why would you want to change the endda on infotype 2 ?

Former Member
0 Kudos

Hi,

I'm deeply sorry as I hade a silly mistaping error it's qualification infotype 0024 I've been speaking about and not IT0002.

Thank you