Friends, I have been trying to default default Gender based on Form of Address in IT0002 but not able to find any standard configuration for it. Also looked at table T522G but this table only gives a warning when both Gender and Form of Address are not appropriate but does not perform any defaults.
Do I have to write a Dynamic action for this change? I already have a Dynamic action written to default "known as" in "first name". Should I write a new Dynamic action or can I include the Gender change as well in the same dynamic action by adding some more code to it? Please help.
This is my existing code to default "known as" in "first name"
0000 | 00 | 116 | P | P0000-MASSN='Z1' | ||
0000 | 00 | 118 | I | INS,0002,,,(P0002-BEGDA),(P0002-ENDDA)/D | ||
0000 | 00 | 120 | W | P0002-VORNA=P0002-RUFNM |