cancel
Showing results for 
Search instead for 
Did you mean: 

error in the import tab of form interface with parameter name

former_member636068
Participant
0 Kudos

Hi Experts,

in the import tab of form interface i have define the following..

Parameter Name type assignment Associated Type

t_vbrk type vbrk

and then in a loop i am using this as follows...

t_vbrl into fs_vbrk

after executing check i am getting the error 'T_VBRK" is neither specified under "TABLES" nor defined as an internal table.'

plz help me out with this.....

why this error is occuring?

thnks n reagrds,

Ashmita

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

hi

Declare the TY_VBRK in TABLES TAB of the Form Interface and then where ever are using Program lines assign in the INPUT and OUTPUT parameters also.. then check ...

surya

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

U cannot loop the import tab i think....Give tat one in tables statement and execute..

t_vbrk type vbrk in Tables tab...

I think it will solve ur issue..