cancel
Showing results for 
Search instead for 
Did you mean: 

"IT_SPFLI" is not an internal table "OCCURS n" specification is missing.

Former Member
0 Kudos

I follow this tutorial. I replaced the 2 tables into sflight and spfli table.

http://www.saptechnical.com/Tutorials/BSP/UsingTableView/demo.htm

and this error occurred.

"IT_SPFLI" is not an internal table "OCCURS n" specification is missing.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member

You'll need to create a table type for spfli and sflight. If you check the tutorial, the two tables it_vbak and it_vbap are typed on zvbak and zvbap respectively, not vbak and vbap. Here, zvbak and zvbap have presumably already been defined in the DD as table types for vbak and vbap.

Regards,

Trond

Former Member
0 Kudos

Thanks.

I solved my problem.

My problem is that I didnt define anything in Type Definitions tab.

BTW, why I need to define this in Type Definitions tab even zspfli and zsflight already exist?

Types:

zspfli type table of spfli,

zsflight type table of sflight.

Answers (0)