Hey Kanuku,
I spoke to the client and he is a little pushy on this dynamic action. So I tried the below code and it worked.
0002 | 06 | 11 | * | ***DEFAULT GENDER*** | ||
0002 | 06 | 12 | P | T001P-MOLGA='10' | ||
0002 | 06 | 13 | P | P0000-MASSN='Z1' | ||
0002 | 06 | 14 | P | P0002-ANRED='1' | ||
0002 | 06 | 15 | I | MOD,0002,,,(P0000-BEGDA),(P0000-ENDDA)/D | ||
0002 | 06 | 16 | W | P0002-GESCH='1' |
But the problem here is that the above code is only defaulting "Male" as gender if the form of address is "Mr." How do I add more conditions to this code so that the gender can be defaulted to "Female" if the Form of address is "Mrs or Ms" etc...
Regards
Nani