‎2004 Nov 08 9:32 AM
Hi All,
While introducing a table line in the layout of a form it is giving the message 'TABLE "IT_EKKO" is neither specified under "TABLES"nor defined as an internal table',though IT_EKKO is specified under the TABLES and I also declared the structure of IT_EKKO under the initialization (in global defination).
I also want to know how to link the the form with the driver program.
Can anyone send me some " USEFUL " links for smartforms?
Thanks in advance.
Rajarshi.
‎2004 Nov 08 10:52 AM
Hi,
Try this link :
http://help.sap.com/printdocu/core/Print46c/en/Data/Index_en.htm
Thanks to Hafeez(for letting me know about this link).
Regards,
Subramanian V.
‎2004 Nov 08 11:02 AM
Hi Rajarshi,
as it_ekko is an internal table you shouldn't have a tables definition for it. The only thing you need in your global variable definition is the statement
data: it_ekko type table of ekko.
That should solve your issue.
regards
Siggi