Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Drop down problem

Former Member
0 Likes
513

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.

1 ACCEPTED SOLUTION
Read only

Clemenss
Active Contributor
0 Likes
493

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

4 REPLIES 4
Read only

Clemenss
Active Contributor
0 Likes
493

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

Read only

Former Member
0 Likes
493

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

Read only

Clemenss
Active Contributor
0 Likes
494

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

Read only

Former Member
0 Likes
493

Thanks Cliemens

I didnt declare the layout it solved my problem.