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

Query - Field output length

antonio_bruno
Participant
0 Likes
3,334

Hi,

I've problem with the max length of a custom field extract in a query.

I've defined in the infoset / query the length of the field with 999 characters.

I've debbuged the query, in debug mode the field contain all the text but in the ALV mode the field show only 127 characters.

How can I display all the text in custom field?

Thank and regards

1 ACCEPTED SOLUTION
Read only

omer_sakar
Active Participant
0 Likes
1,766

Hi Antonio,

There is limitation as Ossnote 857823 says.

There is a way I can recommend to display 999 characters in a field.

When double click field(has 128 characters limitation),call "TXW_TEXTNOTE_EDIT" FM non editable mod.

Hi,

I've problem with the max length of a custom field extract in a query.

I've defined in the infoset / query the length of the field with 999 characters.

I've debbuged the query, in debug mode the field contain all the text but in the ALV mode the field show only 127 characters.

How can I display all the text in custom field?

Thank and regards

3 REPLIES 3
Read only

RaymondGiuseppi
Active Contributor
0 Likes
1,766

There is a limitaion to 128 characters in ALV grid, this is a FAQ. Look for OSS notes (containing 'This is the standard system behavior and cannot be changed.') or use some search tool (launchpad, google)

Read only

omer_sakar
Active Participant
0 Likes
1,767

Hi Antonio,

There is limitation as Ossnote 857823 says.

There is a way I can recommend to display 999 characters in a field.

When double click field(has 128 characters limitation),call "TXW_TEXTNOTE_EDIT" FM non editable mod.

Read only

antonio_bruno
Participant
0 Likes
1,766

Thanks.

I've solved because when I extract the repot to Excel i can display all the 999 characters.