Application Development 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: 

Problem with cl_gui_column_tree length of item text

helmut_sieberer
Participant
0 Kudos

Hello,

I am using a column tree and with method add_nodes_and_items I pass my own structure in item_table_structure_name.

so far no Problem.

But:

if i define structurefield text with length 72 or less it works.

if i define it with more characters like 100 the columntree Shows no textfields at all - they are all empty.

i couldn_t find anything about a Limit of 72 Chars.

Thank you for your help.

Helmut


2 REPLIES 2

0 Kudos

Hi Helmut,

Check the below link, it can help you.

Length of field TEXT in structure MTREEITM | SCN

Regards

0 Kudos

Thank you for your answer.

I read this link before.

But it doesn't work.

If i define the field text with more than 72 Chars all Item-Texts in the columtree are empty.

If i go back to 72 they are shown again.