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: 

Query - Field output length

antonio_bruno
Participant
0 Kudos

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

omer_sakar
Participant
0 Kudos

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.

3 REPLIES 3

raymond_giuseppi
Active Contributor
0 Kudos

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)

omer_sakar
Participant
0 Kudos

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.

antonio_bruno
Participant
0 Kudos

Thanks.

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