Did you know ?
Field1 is defined as APLHA in dbdef
Q1- If i pass a hard coded value "Pramod" to the Field1 , then how it willl get stored in database ?
Ans- it will be stored as "Pramod" means mixed case or it will behave like aplhalower
Q2 - If both behave in same way then why Lawson has defined two different data type
Ans- They are used for defining .scr and importdb
if a field is defined as Aplha in .scr then user will not be alowed to type in Mixed case
and if importdb is run then the string "Pramod" will get converted to "PRAMOD" and stored in database