cancel
Showing results for 
Search instead for 
Did you mean: 

Dump urgent.

Former Member
0 Kudos

Hi

I get this error :-

In statement

"STRLEN( obj )..."

the argument "obj" can only take a character-type data object.

The termination occurred in the ABAP/4 program "SAPLKKBL " in

"GEN_FIELD_OUT2".

The main program was "ZRTUS001_V1 ".

The termination occurred in line 3914

of the source code of program "LKKBLF99 " (when calling the editor 39140).

Please give some suggestions

Accepted Solutions (0)

Answers (3)

Answers (3)

mandar_shete
Active Participant
0 Kudos

Hi Raghuram,

STRLEN is a command to get a length of a string. So it might be a case that while passing the data to STRLEN the variable must be other than the character. Just check with the developer for the same.

Thanks,

Mandar

Former Member
0 Kudos

Hi Raghuram,

Got to Service.Sap.Com.

Please Check OSS notes for this.

Thanks and Regards,

Sateesh.Kandula

Former Member
0 Kudos

This happens in a Z-program. Talk to the developer of the program. There is a problem with the field definition in the Data Dictionary.