‎2007 Nov 10 10:44 AM
hi gurus,
i got an error saying that tables cant be defined in class...so wat is the solution for tht...im upgrading reports from 4.5b to Ecc6.0 and i got an error in ecc6.0..so plz help me with tht issue...its an urgent.
points will be rewarded...
thanks,
rohan
‎2007 Nov 10 10:46 AM
Hi Rohan,
Lets say you have defination as
TABLES MARA.
Change it to
DATA mara TYPE mara.
Regards,
Atish
‎2007 Nov 10 11:00 AM
hi another error occured regarding export statement and tht error is like this..
export var1.....varn...is not supported in oo context...
plz give the answer...
thanks,
rohan.
‎2007 Nov 10 12:03 PM
Hi Rohan,
There are lot of things which OOPS in ABAP does not support from classical programming...for ex...TABLES are not allowed...implicit work areas are not allowed...there will be an alternative which will be suggested in the help regarding the features that are not supported.
Thanks..
Preetham S
‎2007 Nov 10 12:46 PM
Hi Rohan,
Can you tell more details about the error.
Regards,
Atish
‎2007 Nov 10 1:11 PM
EXPORT FROM.... EXPORT TO... are not supported in the context of ABAP Objects i.e. you cannot use these statements within the Object Oriented paradigm.
What exactly is your requirement? EXPORT/IMPORT will not work in ABAP OO, it will have to be handled differently.
Cheers,
Sougata.