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

Text getting truncated

Former Member
0 Likes
660

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
Read only

Former Member
0 Likes
528

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

Read only

0 Likes
528

this is a standard stucture and not a internal table.