cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Action

Former Member
0 Kudos

Hi,

How to write a dynamic action for defaulting Task Type (TMART) in IT0019.

Thanks

Deepti

Accepted Solutions (1)

Accepted Solutions (1)

rajasekhar_reddy3
Active Contributor
0 Kudos

Hi Deepti,

Below Dynamic action will default value TMART

06    981    P    T001P-MOLGA='40'

06    982    P    P0000-MASSN='20'

06    983    P    PSPAR-PERSG='5'

06    984    I    INS,0019,,,(P0000-BEGDA),(P0000-ENDDA)/D

06    985    W    P0019-TMART='04'

Regards,

Raja Sekar

Former Member
0 Kudos

Thanks Mr. Rajasekhar...

The requirement is only to default the task type in Infotype 0019 which is already there in the infogroup of action type ZM and not to trigger iinfotype 0019.

The code written above is triggering IT0019 after IT0001.

rajasekhar_reddy3
Active Contributor
0 Kudos

Hi Deepti,

Could you please let me know you are requirement.

Do you want to default Monitoring of task type (TMART) at time of hiring ??

Or Do you want to modify the TMART ?? If yes

Do you want the changes to be updated while executing which action or updating a infotype ??

Dynamic which i have written will update in background.I have written the above condition for IT0001.

Regards,

Raja Sekhar

Former Member
0 Kudos

Hi Mr. Rajasekhar,

The requirement is to default TMART in IT0019 while executing action type ZM i.e., Service Renewal Action.

Thanks

Deepti

rajasekhar_reddy3
Active Contributor
0 Kudos

Hi,

Could you please remove IT0019 from the user group which is linked to action type .

If action type is ZM then only below Dynamic action will trigger.Write the below Dynamic action for IT0001.

06    981    P    T001P-MOLGA='40'

06    982    P    P0000-MASSN='ZM'

06    983    I      INS,0019,,,(P0000-BEGDA),(P0000-ENDDA)/D

06    984    W   P0019-TMART='04'

Regards,

Raja Sekhar

Former Member
0 Kudos

Problem solved. Thanks Mr. Rajasekhar.

Regards

Deepti

Former Member
0 Kudos

Dear Rajasekhar ,

It really brilliant ... thank yu very much... solved one of my issues too..

With Regards

Aditya

Answers (0)