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

debug question -- 'Non-charlike structure'

Former Member
0 Likes
5,944

Hi everyone,

When I do debug it shows 'Non-charlike structure' for the value of a structure zone. What does it mean?

Thanks!

1 ACCEPTED SOLUTION
Read only

ingo_barschow
Explorer
0 Likes
2,557

Hi,

doubleclick the structure in debug-mode. it will be shown below as variable 'Non-charlike structure' in "field-names list". Doubleclick again onto the structure in the "field list" and it will expand like a table. Doubleclick third time on a row-number and the field will be shown in editable mode.

regards.

5 REPLIES 5
Read only

Former Member
0 Likes
2,557

Hi!

This means that not all fields in the structure that you are displaying are of type C, N, T or D. The structure might have I, P or X fields.

Cheers!

Read only

0 Likes
2,557

Thanks Anurag. But I just want to change several fields of this structure. The others fields I don't care. So what can I do?

Thanks!

Read only

0 Likes
2,557

Hi

Just double click on the structure name then you will get List of fields in the structure.

There you can change field value by clicking the Pencil Icon.

Read only

Former Member
0 Likes
2,557

Hi .,

It means the Variable that u want to view is a Structure with Multiple fields or Header line of the internal table .

thanks

Sreenivas

Read only

ingo_barschow
Explorer
0 Likes
2,558

Hi,

doubleclick the structure in debug-mode. it will be shown below as variable 'Non-charlike structure' in "field-names list". Doubleclick again onto the structure in the "field list" and it will expand like a table. Doubleclick third time on a row-number and the field will be shown in editable mode.

regards.