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: 

Text getting truncated

Former Member
0 Kudos

hi all,

i have a problem in defining the text elements to maximum size,

actually in text symbols it is possible but in the main program it is defined as a structure - mere_outtab_me05 which has status_text as 25 characters and because of this my text is getting truncated to 25 characters,

how can i proceed?

please reply...

2 REPLIES 2

Former Member
0 Kudos

Define status_text as data type string in your internal table mere_outtab_me05.

0 Kudos

this is a standard stucture and not a internal table.