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

The current statement requires a character-type data object.

Former Member
0 Likes
3,269

Hello Gurus

I am getting error when I go for print preview / print option for my ALV report.

Error is :-

Runtime Errors OBJECTS_NOT_CHARLIKE

The current statement requires a character-type data object.

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

"P".

<< Unformatable text removed - please post the portion of the dump that contains the error. >>

Can anyone please help me in this problem.

Thanks & Regards

Edited by: Rob Burbank on May 26, 2009 9:41 AM

1 REPLY 1
Read only

andrea_galluccio2
Contributor
0 Likes
1,269

Hi,

the error is giving by STRLEN operation.

Seems that you are trying to know how long is an amount. The error is not in the field catalog.

You have to jump the STRLEN instruction in case of number or packed variables.

Best regards

Andrea