Hi,
From R07 Virtual table replaces the Vetting value that u define for a field,
Say for example if you need vetting value Yes or No for a FIELD2 in LOCAL.TABLE then
then in field definition before FILED2 call the rotuine EB.LOOKUP.LIST with the EB.LOOKUP table ID as the arugument.
EX: VIR.TABLE = "
TABLE.NAME" ; CALL EB.LOOKUP.LIST("VIR.TABLE")
Z += 1 ; F(Z) = "FIELD2" ; N(Z) = "35" ; T(Z) = "VIR.TABLE"
--
Regards,
saravanan.T