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: 

Editing character field TDLINE

Former Member
0 Kudos
227

Hi,

For the field TDLINE , in the standard system the available characters are only 132. I wanted to increase upto 2000.When I try to edit it gives an error and doesnt allow to increase.

Please suggest the solution for it.

Thanks & regards,

Goraksh Dhikale.

1 REPLY 1

former_member598013
Active Contributor
0 Kudos
130

Hi Gorakash,

Why do you want to change the length of the TDLINE. Is there any specific reason.

Anyways if you want to display the whole TDLINE into one single line.

1. Then what you need to do is Loop at the internal Table

2. Concatenate it into the string of length 2000.

Let me know if this solution resolves your problem or not.

&*********** Dont forget to award point if helpful**********&