Skip to Content
0
Oct 18, 2016 at 09:53 AM

Dynamic Action Query

145 Views

Hi Team,

I have written a dynamic action for address to be created in the foreground whenever 0001 is created or changed.. It works and address infotype pop up but how ever whenever i try to default some fields it is not working i try to default district field in infotype 0006 with u1 but not working .. could you please guide me is there anything wrong in my coding .

001 06 1 P T001P-MOLGA='16'
0001 06 2 P PSAVE-BTRTL<>P0001-BTRTL
0001 06 8 I INS,0006,5,,(P0001-BEGDA),(P0001-ENDDA)
0001 06 10 I INS,0006,D102,,(P0001-BEGDA),(P0001-ENDDA)
0001 06 11 W P0006-ORT02='u1'
0001 06 20 P T001P-MOLGA='16'
0001 06 22 P PSAVE-WERKS<>P0001-WERKS
0001 06 24 I INS,0006,5,,(P0001-BEGDA),(P0001-ENDDA)
0001 06 26 I INS,0006,D102,,(P0001-BEGDA),(P0001-ENDDA)
0001 06 27 W P0006-ORT02='u1'

as you can see distruct.suburb field is still empty.. but dates are defaulted correctly..

Could you please help me out ?

Thanks

Sriram