cancel
Showing results for 
Search instead for 
Did you mean: 

Need inputs to configure Dynamic Action for IT0002

Former Member
0 Kudos

Hi,

I have to maintain IT0002 and this infotype should trigger IT0108 and IT0138 (Belgium Specific ITs).

I undersatnd that to trigger IT0108 i can check field NATIO and for triggering IT0138 i am use fields FAMST and ANZKD.

I require inputs to write the the configuration nodes for this.

Being new to SAP HCM i am having doubts regarding the technical part.

Thank you in advance for your suggestions

Accepted Solutions (1)

Accepted Solutions (1)

ankitvasavada
Active Contributor
0 Kudos

Dear Simran

Go to Tcode SM30 and give the table name T588Z click on maintain and pass the infotype from which you want to trigger the dynamic action.

or you can go to IMG->Personnal management-> personnal administration -> Customizing Procedures ->Dynamic Actions.

Read the document and see some predefiled example.

in case any help required please revert on this.

regards

Ankit Vasavada

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi, Simran,

The configuration would be as follows:

1. Dynamic action to trigger IT0108 in screen-shot when NATIO is changed

2. Dynamic action to trigger IT0138 when FAMST and ANZKD changed

i. FAMST field change triggering:

ii. ANZKD changed


Former Member
0 Kudos

Hi

Please find a sample for calling the IT0021 for the change in IT0002 ,martial status.

     FAMST 06 6 P PSPAR-TCLAS<>'B'

     FAMST 06 7 P T001P-MOLGA='99'

     FAMST 06 11 P P0002-FAMST='1'

     FAMST 06 12 I INS,0021,1,,(P0002-FAMDT),(P0002-ENDDA)

Hope it will be helpful to develope for your requirement.

Thanks

former_member193210
Active Contributor
0 Kudos

There is a lot of documentation on the web regarding Dynamic Actions, and there are many Discussion threads on the subject.

Look at the contents of table T588Z in your system, and use one of the existing Dynamic Actions to create yours.