‎2010 Feb 19 4:52 AM
Hi All ,
I am relatively very new to dialog programing
I have created a screen with about 7 fields , 6 fields correspond to one table and 1 corresponds to another table . I have set them as dictonar fields on the screen . While accesing them in PAI to save .
I can acces the 6 fields which correspond to one table but the other field .
Says the Variable not declared
in PAI
Ls_field1 = table1-field1 .
Ls_field1 = table1-field1 .
Ls_field1 = table1-field1 .
Ls_field1 = table1-field1 .
Ls_field1 = table1-field1 .
Ls_field1 = table2-field1 .
SAYS table2-field is not declared . Do I have to declare this somewhere . Any help would be great
Thanks
Vinay
‎2010 Feb 19 5:06 AM
‎2010 Feb 19 5:02 AM
Ls_field1 = table2-field1 .
in here both are of same data type and length ? .
Br,
Vijay.
‎2010 Feb 19 5:06 AM
‎2010 Feb 19 6:30 AM
‎2010 Feb 19 5:13 AM
hi,
why dont you give the 7th field on screen a different name.
and then declare it in top.
regards.