cancel
Showing results for 
Search instead for 
Did you mean: 

how to configure different set of infotypes for action reasons?

Former Member
0 Kudos

Hi Gurus,

i am trying to configure a Promotion action with two reasons 01. Promotion with salary increase. 02. Promotion with bonus.

when i run Promotion with salary increase the infotype sequence should be 0001, 0008, 0014 and 0041.

and when i run Promotion with bonus the infotype sequence should be 0001, 0008, 0015 0041 and 0016.

Please explain me clearly on this.

Thanks,

Jeevan

Accepted Solutions (1)

Accepted Solutions (1)

venkateshorusu
Active Contributor
0 Kudos

While configuring Info group under define info group you create it like following

XX ABC 01 INS   XXXX

XX ABC 02 XXX  XXXX

XX ABC 03 XXX  XXXX

XX DEF 01 INS  XXXX

XX DEF 02 XXX XXXX

XX DEF 03 XXX XXXX

XX DEF 04 XXX XXXX

Now Go to PE03 and maintain it following

IGMOD

     BURKS

          XX

            MASSN

                 XX

                      MASSG

                          01

                             ABC

                          02

                             DEF

    

Then activate and check it whether it is working or not.

Regards

Venkatesh

Answers (2)

Answers (2)

Former Member
0 Kudos

Dear Jeevan,

You can achieve it using IGMOD feature also. Create the infogroup (V_T588D) with two different sets (two variants of Infgrmodi) and assign it in IGMOD for the Action Reason.

Regards

Ravi Kumar

Former Member
0 Kudos

Hi Jeevan,

As you want to call info types based on "Reasons of Promotion Action..."


Looking at your requirement 0001, 0008, 0041 is common.. for both the reasons..


I would suggest to achieve this requirement with Dynamic Action..


Go for Condition Check (P) for Reason for action.. & then use (I) to insert additional info types as per your need say 0015 and 0016.. for Promotion with bonus option...

Regards,

Veeram