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: 

How to add 4 fields of 1000 Char in a table??

Former Member
0 Kudos

Hi All,

Can any please tell me how to add the 4 fields of 1000 Char in a table???? When i try to add it through Predefined type String then it gives error message - 'Table contains more than 3 long string fields'. i have tried different types and data elements but its not allowing me anyway.I have checked the data element - CHAR1000SF of 1000 Char and even this one is not helpful.Please help me regarding this.

3 REPLIES 3

Former Member
0 Kudos

Hi,

Please try to define the field in your table as:

Fieldname Type char1024

Thanks & Regards,

Rohit Sharma

Former Member
0 Kudos

hello,

Save them as long texts, below thread throws more light on your problem.

regards,

Diwakar

0 Kudos

Hi,

This can be done using long texts, please follow the below steps to create them:

1. Create a text object by using the T-Code SE75.

2. Then create text id.

3. Now save the text using the FM SAVE_TEXT.

4. Display the text using the FM READ_TEXT.

Thanks,

Manish