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

OOPS ALV

ajay_rajareddy
Explorer
0 Likes
1,509

In the below code, while I am executing it shows to me "" Fieldcatalog is not found""

find the attachment below.

1 ACCEPTED SOLUTION
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,472

Well you didn't use your field catalog in your call of SET_TABLE_FOR_FIRST_DISPLAY...

-> Back to coffee corner

Regards,

Raymond

4 REPLIES 4
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,473

Well you didn't use your field catalog in your call of SET_TABLE_FOR_FIRST_DISPLAY...

-> Back to coffee corner

Regards,

Raymond

Read only

harkirat_kaur
Participant
0 Likes
1,472

This message was moderated.

Read only

Former Member
0 Likes
1,472

Hi Ajay,

I have made some modifications to your code. Please find the attached text document and let me know if it is working or not.

Reason for not displaying

1. You might have not call the method FCAT_EKKO. This is the route cause of the issue. I have called the method in the code.

2. Check weather the custom control has designed in the screen 9000 with the name CONT1.

Let me know for any concerns.

Thanks and Regards,

Girish Kumar V.

Read only

0 Likes
1,472

I did it, its working, I didn't call my fieldcatalog methods.

now it is fine.