cancel
Showing results for 
Search instead for 
Did you mean: 

error while activating smartforms:'itab' is neither specified under table.

Former Member
0 Kudos

Hi,

I got an error while activating smartforms,

'ITAB' is not specified under tables nor defined as an internal table.

This comes under loop - Data tab.

itab into wa.

Please rectify this error.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

you might have used ITAB as the internal table name while writing the loop statement if the same error is shown..

pls. check the internal table name in the loop.

Regards,

Pavani

Former Member
0 Kudos

Hi,

ITAB is not declared as inetrnal table or table in Global Definations, Please declare ITAB in Global Definations.

or

delete itab under loop.

Regards

jana

Edited by: Janardhan Reddy on Sep 17, 2008 3:57 PM

Former Member
0 Kudos

Hi Jana,

I already declared itab in global definitions as follows,

Variable Type Associated type

T_VBAP TYPE TYPES_VBAP

(itab) (type) (str - structure)

But still i m getting the error.

Can u suggest some other soln.

thanks for ur reply.

Former Member
0 Kudos

is this solved, if yes how?

Former Member
0 Kudos

No not yet solved.

I m still having the same error. i already declared itab in global definitions.

Former Member
0 Kudos

Hi,,

Your getting below error

'ITAB' is not specified under tables nor defined as an internal table

or below error

'T_VBAP' is not specified under tables nor defined as an internal table

regards

jana

Edited by: Janardhan Reddy on Sep 17, 2008 5:07 PM

Former Member
0 Kudos

Hi,

I m getting,

T_VBAP is not defined as table nor defined as an internal table.

I mentioned ITAB for internal table.

Former Member
0 Kudos

Hi,

Please replace ITAB with T_VBAP

Regards

jana

Former Member
0 Kudos

Sorry guys,

I confused u.

I used 'T_VBAP' as an internal table name not itab.

here 'T_VBAP' denotes internal table name.