‎2009 Sep 03 2:00 PM
Hi,
i have a specific infotype named 9001, i have some subtype :
- ZRE
- ZTV
- ZAZ
and so on.
When i modify the infotype 9001 subtype ZRE, i need to modify the infotype subtype ZTV, how can i do this with dynamic action ?
In my table T588Z, i do this :
IType STy. FieldN FC No S Variable function part
9001 ZRE 6 100 CHECK_MAJ_SPE(Z_GEN_1_FOR_MESDYN)
9001 ZRE 6 105 MOD,9024,ZTV,,(RP50D-DATE1),(RP50D-DATE2)
When i run the process, the system send me the following message : "Specified subtype is invalid".
So what can i do for my need ?
Thanks a lot for your help.
Cheers
‎2009 Sep 03 2:28 PM
In dynamic actions you can call a subroutine of some program, then in that subroutine use FM HR_INFOTYPE_OPERATION to modify other infotype entry.
Refer to see how to code it.
Regards
Marcin
‎2009 Sep 03 2:28 PM
In dynamic actions you can call a subroutine of some program, then in that subroutine use FM HR_INFOTYPE_OPERATION to modify other infotype entry.
Refer to see how to code it.
Regards
Marcin