cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic action IT41

Former Member
0 Kudos

Dear Experts,

i need to know how to create dynamic action for IT41 with retirement date.

retirement date needs be calculated based on the DOB maintained in IT002. Retirement age is 60 .

Regards,

Vinay

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

You need to get a sub routine build and call it in your dynamic actions..

Suggestion : - Why dont you consider IT0019 for retirement Date .. you have a standard task type 12 in IT0019 and you can also have reminders and reports for the same .

R K

Former Member
0 Kudos

Hi

Look at the SAP standard called function modules in dynamic action you will be able to figure it out.

Step indicator should be F

Example: GET_DATE(HBRDYNMS)

HBRDYMS -> where your logic/code is written

Thanks

Rajdeep

Answers (1)

Answers (1)

former_member206403
Active Contributor
0 Kudos

hi

you can maintain infotype 19 for this purpose and take the retirement date that gets stored in there against a task type say retirement date which can be computed via config and update it in the infotype 41

or u can make a small enahncement in form of a routine and call it in the dynamic action to populate the reteirement date

Regards

sameer

Former Member
0 Kudos

Hi Sameer,

Thanks for the details.

could you please provide more details about the config part.

Regards,

Vinay