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

Dump in Backgrond proccessing

Former Member
0 Likes
360

Hi,

When i run a report. It runs fine. but when i try to run it in backgroound, it throws this error."OBJECTS_NOT_CHARLIKE".

At the statment

"STRLEN( obj )..."

, only character-type data objects are supported at the argument

position "obj".

In this particular case, the operand "obj" has the non-charcter-type type

"I".

kindly help me out

2 REPLIES 2
Read only

Former Member
0 Likes
337

Hi,

Frist convert the I type varible to Char type then find the lenght.

it work.

Thanks,

Aditya

Read only

0 Likes
337

Its an SAP STANDARD REPORT where error occurs, Include LKKBLF99