cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic action on a field

Former Member
0 Kudos

Hi,

I need to create dynamic action for a field(Date) in IT077 and in IT019 it should update the valid date field.

I created dynamic action but the date in IT077 is not coming up automatically in IT019 for a subtype which is assigned in IT019.

Any help will be greatly appreciated.

Regards,

Sumana

Accepted Solutions (0)

Answers (4)

Answers (4)

Former Member
0 Kudos

Please use Rajashekar reddy's code. Time types used in his code work best with dynamic actions. I have used them in many cases

Former Member
0 Kudos

This message was moderated.

maddilety_kanuku
Active Contributor
0 Kudos

Hi., please paste your code as what you written., will be easy to suggest as where you are doing incorrect.

Warm Regards!

-Kanuku

Former Member
0 Kudos

Hi,

I created a new field "pay slip opt out date" in IT077, in here when I enter the opt out date I expect it to populate the period end date to be shown in IT0019 valid date field, which is not showing.

Opt out option is provided to our employees for a period of 3 months. Example from 01.06.2013 to 30-08-2013.

So the date 30-08-3013 should be populated in IT0019 valid date

0077 ZO EXPID 04     P P0077-ZZEXPID<>'00000000'

0077 ZO EXPID 04 1 I INS,0019,ZO

0077 ZO EXPID 04 2 W P0019-TERMN=P0077-ZZEXPID

Regards,

Sumana

maddilety_kanuku
Active Contributor
0 Kudos

Hi.. Did you consider the infotype 0655 to control your remuneration statement settings, and try writing the dynamic action based on that.

other side,

Looks your code good., not sure why its not being populating.

Warm Regards!

-Kanuku

rajasekhar_reddy3
Active Contributor
0 Kudos

Hi,

Which field from IT0077 you want to default in IT0019

Regards,

Raja Sekhar

Former Member
0 Kudos

Hi Raja Sekhar.

I created a new field "pay slip opt out date" in IT077, in here when I enter the opt out date I expect it to populate the period end date to be shown in IT0019 valid date field, which is not showing.

Opt out option is provided to our employees for a period of 3 months. Example from 01.06.2013 to 30-08-2013.

So the date 30-08-3013 should be populated in IT0019 valid date.

Used the below code to create dynamic action: not sure if it is correct.

0077 ZO EXPID 04     P P0077-ZZEXPID<>'00000000'

0077 ZO EXPID 04 1 I INS,0019,ZO

0077 ZO EXPID 04 2 W P0019-TERMN=P0077-ZZEXPID

Regards,

Sumana

rajasekhar_reddy3
Active Contributor
0 Kudos

Hi,

Please check the below Dynamic action and write it for IT0077

06752PT001P-MOLGA='40'
06753IINS,0019,,,(P0000-BEGDA),(P0000-ENDDA)/D
06754WP0019-TMART='ZO'
06755WP0019-TERMN=P0077-ZZEXPID
06154WP0019-VTRAN='3'
06155WP0019-VTRZH='012'
06156WP0019-VTROP='+'

Regards,

Raja Sekhar