Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

oops

Former Member
0 Likes
778

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

5 REPLIES 5
Read only

Former Member
0 Likes
760

Hi Rohan,

Lets say you have defination as

TABLES MARA.

Change it to

DATA mara TYPE mara.

Regards,

Atish

Read only

0 Likes
760

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.

Read only

0 Likes
760

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

Read only

0 Likes
760

Hi Rohan,

Can you tell more details about the error.

Regards,

Atish

Read only

0 Likes
760

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.