‎2009 Feb 12 4:20 AM
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
‎2009 Feb 12 4:28 AM
‎2009 Feb 12 4:28 AM
‎2009 Feb 12 4:28 AM
Hi,
Use the following CODE for Delete:
Delete ITAB FROM WA.
TABLE ADDITION GAVE YOU THE ERROR.
This will resolve the issue.
Regadrs,
Gurpreet
‎2009 Feb 12 4:53 AM
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
‎2009 Feb 12 5:42 AM
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
‎2009 Mar 31 9:30 AM