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