‎2008 Sep 11 7:37 PM
Hi,
I have created a structure name zstruct. Further to that I have a table type name ztabtyp.
After having created a method, I declare this in my method:
DATA: wa_mydata type zstruct.
Why does this give a syntax that says that zstruct has not been declared as a local object and if I doubleclick the name I am asked to create it ??
‎2008 Sep 11 7:49 PM
‎2008 Sep 11 7:49 PM
‎2008 Sep 11 11:13 PM
‎2008 Sep 12 12:06 AM