cancel
Showing results for 
Search instead for 
Did you mean: 

Defaulting Date of Superannuation in IT0019 & IT0041 while executing Action

Former Member
0 Kudos

Hi Guru's,

I have to default " date of superannuation " which has been created as a Task type & Date Type for IT 0019 & IT0041.

While executing Hiring Action how the system can default the date of superannuation in field - TERMN as + 60 years as calculated from the Date of Birth field - GBDAT of IT0002.

If Dynamic action is the solution ...kindly provide the steps.

Thanks in advance

Accepted Solutions (1)

Accepted Solutions (1)

former_member226519
Active Contributor
0 Kudos

you will have to create a PBO user exit for infotypes 0019 and 0041 (e.g. in ZXPADU01).

if TERMN is not filled yet (is initial) read infotype 0002, add 60 years to GBDAT and put the result to P0019-TERMN.

Answers (3)

Answers (3)

Former Member
0 Kudos

Thanks a lot

Former Member
0 Kudos

There is no such fields in IT0019

Please check and write Dynamic action

5 06 250 W P0019-VTRAN='60'

6 06 260 W P0019-VTRZH='013'

7 06 270 W P0019-VTROP='+'

Regards

Former Member
0 Kudos

Check it in Module Pool..

MP001900

Former Member
0 Kudos

Hi,

It can be done through dynamic action as well.

write the dynamic action on IT0000 on hiring action.

Regards,

Vikash

Former Member
0 Kudos

Dynamic Action steps will be really useful if someone provides.

Thanks in Advance

Former Member
0 Kudos

Use the following code for dynamic action..

where ZA is the action type and 02 subtype of IT0019 in line no 3.

1 06 210 P T001P-MOLGA='40'

2 06 220 P PSPAR-MASSN='ZA'/X

3 06 230 I INS,0019,02

4 06 240 W P0019-TERMN=P0002-GBDAT

5 06 250 W P0019-VTRAN='60'

6 06 260 W P0019-VTRZH='013'

7 06 270 W P0019-VTROP='+'

Regards,

Vikash

Former Member
0 Kudos

Dynamic action for superannuation date is defaulting a different date - 00.12.0059 every time.

And when I searched for field - VTRAN , VTRZH & VTROP in P0019 , I got the following message - " String 'VTROP' not found in the displayed version.

In spite of making the Dynamic action with IT0000 I made with IT0002 field GBDAT as I have made IT0002 as the 1st sequence no. for Hiring Infogroup and still I got the same diffrent date defaulted - 00.12.0599.

Kindly share the best ..

Thanks in advance

Former Member
0 Kudos

VTROP is an internal field in module mp001900.

Former Member
0 Kudos

Kindly suggest on the Dynamic Action to update ..

Thanks in Advance