‎2008 Aug 26 9:59 AM
Hi everyone,
When I do debug it shows 'Non-charlike structure' for the value of a structure zone. What does it mean?
Thanks!
‎2008 Aug 26 10:14 AM
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.
‎2008 Aug 26 10:02 AM
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!
‎2008 Aug 26 10:08 AM
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!
‎2008 Aug 26 10:15 AM
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.
‎2008 Aug 26 10:09 AM
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
‎2008 Aug 26 10:14 AM
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.