anushka_17
17th May 2015, 17:19
Hello all,

I have a maintain session of whose main table has 1 field ltlnt141.dept referenced to other table field ltlnt140.dept...The field ltlnt141.dept is zoomed to 1 display session where its getting record frm table ltlnt140......
.here when m trying to maintain records for ltlnt141.dept...which m retreiving it frm display session whose main table is ltlnt140.......m getting system Generated error "Specified "" not found in Approval departments.Enter another"".....this message is not written anywhere in the script,neither Dal nor Dll is used.
Since ltlnt141.dept is referred to ltlnt140.dept....therefore i need to insert those records of dept for field ltlnt141.dept which r present in ltlnt140.dept...Inspite of putting the same record..why m i getting the above mentioned error....?

Plz help!!
Thanks in advance

bhushanchanda
18th May 2015, 10:47
Hi,

Check the table definitions for that table and check if any references exists to the Department table.

vamsi_gujjula
18th May 2015, 14:45
Issue might be with table definition , you can check that using ttaad4100 ( GTM) in dev server.
If it works fine with the GTM , then some issue with the script or zoom-return field.