cancel
Showing results for 
Search instead for 
Did you mean: 

Delimit infotype with subtype through dynamic action

Former Member
0 Kudos

HI,

I have a requirement of delimiting communcation infotype with subtype email id on the day of termination from backend..i.e. when i execute a termination action, infotype 0105 with subytpe 0040 (email Id) should be delimited from backend..we had a dynamic action for this but it is not working. Please suggest...

Thanks

Sai

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I had the same above mentioned problem  If you want to see the EndDate Delimited or changed in Foreground then this Configuration will definitely work as it is tested by me

Go to SPRO-IMG-> personal management->personal Administration ->Customizing procedures->Actions->Defined Infogroup 

Choose 61 Infogroup from the popup

Put the below records in the configuration table :

User

Group   Infogrmodi Sequence Operation Infotype    Infotype text                          Subtype

                            number

30                         01             COP       0001        Organistion Assignment           

30                         02             INS         0727        Manage Holidays net DK

30                         03             COP       0007        Planned Working Time

30                         04             LIS9       0105        Communication                      0010 

30                         05             MOD      9012        Lonvalidering

Thanks

Uday

Message was edited by: Uday Anantrapu

Former Member
0 Kudos

Hi,

This you can achieve through dynamic action.

FC   No.     S     Variable

6     100       p     P0000-MASSN='xx'  (xx = your termination action)

6     101      i      ins,0105,subtype of email,(P0000-BEGDA),(P0000-ENDDA)/D

6     102      w     P0105-begda=P0000-BEGDA

6     103      w     P0105-endda=P0000-endda

do the above and test.