Skip to Content
0
Former Member
Dec 31, 2007 at 06:06 AM

Problem in creating internal table inline with a structure

56 Views

I have created a structure and now would like to include the same into an internal table. This internal table will have the data and the same data need to be passed into smartform.

In this regard, i have created a structure and now would like to create an internal table inline with the structure.

The following code is giving me an error...

data: begin of i_eban occurs 0.

include STRUCTURE zieban.

end of i_eban.

Error: The field "ZIEBAN" is unknown, but there are the following fields with

similar names: "I_EBAN" and "EBAN".

Can anyone help me out ...????

Regards

Pavan