‎2007 Feb 22 1:41 PM
On the selection criteria screen, we have an option at the bottom to select the ALV variant we want the results displayed in. If you do the drop down, the variants come up fine. However, if you select a variant, the system hangs for a long time and then displays this error....
FIELD CATALOG NOT FOUND
By the way upgrade is going on am I getting it because of upgrade.......
Can any one suggest me why is this happening .
Thanks in advance
Hema.
‎2007 Feb 22 3:55 PM
Hi,
how did you implement the drilldown functionality? - Note that if you call the ALV with a different list you have a different layout. You have to set vaules for LOG_GROUP and/or HANDLE in the layout (DISVARIANT) structure.
Regards,
Clemens
‎2007 Feb 22 2:11 PM
Hi abap,
probably you created the layout and afterward changed something in the structure of the table for display.
Delete all existing layouts and recreate them.
Regards,
Clemens
‎2007 Feb 22 2:26 PM
I just added drill down functionality for purchase order and account document no's
I also created a new layout The same thing is happening for the new one.
Thanks
Hema
‎2007 Feb 22 3:55 PM
Hi,
how did you implement the drilldown functionality? - Note that if you call the ALV with a different list you have a different layout. You have to set vaules for LOG_GROUP and/or HANDLE in the layout (DISVARIANT) structure.
Regards,
Clemens
‎2007 Feb 23 6:51 PM
Thanks Cliemens
I didnt declare the layout it solved my problem.