Application Development 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: 

hi all,can anyone help in solving my error in my alv report. it gives error as Unable to interpret "TYPE SLIS_T_FIELDCAT_ALV". Possible causes of error: Incorrect spelling or comma error

Former Member
0 Kudos

REPORT ZALV_EKKO.

TYPE-POOLS: SLIS.

TYPES: BEGIN OF TY_EKKO,

BUKRS TYPE EKKO-BUKRS,

BSART TYPE EKKO-BSART,

LOEKZ TYPE EKKO-LOEKZ,

END OF TY_EKKO.

DATA: IT_EKKO TYPE STANDARD TABLE OF TY_EKKO,

WA_EKKO TYPE TY_EKKO.

DATA:IT_FIELD type slis_t_fieldcat_alv,

WA_FIELD TYPE slis_fieldcat_alv.

DATA: IT_SORT TYPE slis_t_sortinfo_alv,

WA_SORT TYPE slis_sortinfo_alv.

DATA: IT_EVENT TYPE slis_t_event ,

WA_EVENT TYPE slis_ALV_event.

SELECT-OPTIONS: INPUT FOR WA_EKKO-BUKRS.

START-OF-SELECTION.

   SELECT BUKRS

          BSART

          LOEKZ

   FROM EKKO INTO TABLE IT_EKKO WHERE BUKRS IN INPUT.

13 REPLIES 13

former_member248300
Participant
0 Kudos

Hi Gubba,

Can you please paste your code to understand what went wrong?

Thanks,

Shreekant

fcorodriguezl
Contributor
0 Kudos

Hi!, looks fine!

You have a includes?, this error is often found in the previous include.

I hope help you.

0 Kudos

hey hi,

i analyzed my error....its working....thank u for support

Sandeep_Kumar
Advisor
Advisor
0 Kudos

Everything looks fine, may be you can check if type group SLIS is active in system.

0 Kudos

thank u

Former Member
0 Kudos

Hello Gubba Prashanthi,

I copied and paste it in SE38.

It is ok.

Thanks.

0 Kudos

thank u....

0 Kudos

thank u

rosenberg_eitan
Active Contributor
0 Kudos

Hi,

Compiled with no problems .

Regards.

0 Kudos

thank u. its working

0 Kudos

You are welcome.

What was the problem ?

0 Kudos

i did not declare my fieldcat properly...now after correcting its working good

0 Kudos

Oh yes..

The first ten years are tough....

Be strong.