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

Error UC_OBJECTS_NOT_NUMLIKE in report

Former Member
0 Likes
4,829

Hi friends,

There are some reports starting with /OBIZ/.....

After executing some of the reports like these user are getting

UC_OBJECTS_NOT_NUMLIKE error.

When I checked the log in st22, It was showing an error on line

Delete table <itab> from <wa>.

I am not able to understand why this is occuring.

anybody has got solution on this ?

Thanks in advance

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
2,152

There they might have done delete itab from itab or used table in between....that is problem

see below link for more details:

Edited by: pratyush v on Feb 12, 2009 10:01 AM

5 REPLIES 5
Read only

Former Member
0 Likes
2,153

There they might have done delete itab from itab or used table in between....that is problem

see below link for more details:

Edited by: pratyush v on Feb 12, 2009 10:01 AM

Read only

Former Member
0 Likes
2,152

Hi,

Use the following CODE for Delete:

Delete ITAB FROM WA.

TABLE ADDITION GAVE YOU THE ERROR.

This will resolve the issue.

Regadrs,

Gurpreet

Read only

Former Member
0 Likes
2,152

Friends,

Is it related to Temporary Storage Space or Memory Management?

Some people are saying that it is because of Temporary Storage Space.

If no then DELETE ITAB FROM WA will work ? rather than using DELETE TABLE <ITAB> FROM <WA> ?

Thanks for your reply Mr.Pratyush and Mr.Gurpreet..

Edited by: Yogesh Karanjikar on Feb 12, 2009 5:54 AM

Read only

Former Member
0 Likes
2,152

Thank you all..

The problem has been resolved..

I don't know how but my basis team was also working on it..but anyway..I have rewarded you friends..

Thanks again

Read only

2,152

Hi Yogesh

Any idea how the problem was resolved?

Rgds

Sanjyot