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

Description which accepts 600 characters..

Former Member
0 Likes
494

I'm working on Module pool. created z table. and I have a field description, it should store nearly 600 characters, i shd implement withut concatenation statement. is it possible? please guide me.

I'm working on Module pool. created z table. and I have a field description, it should store nearly 600 characters, i shd implement withut concatenation statement. is it possible? please guide me.

1 REPLY 1
Read only

Former Member
0 Likes
457

If you are creating the field using Data element, then in Domain choose Data type as string and do not mention any length.

If you are creating the field using Predefined type then choose data type as String and give length of 600 characters.

Note that string can hold any no of characters.