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

How to use clusters for saving long length fields

Former Member
0 Likes
489

Hi all,

I'm creating a customizing table as per the requirement. In that table there is one field of size char(1000) to store comments regarding the corresponding record. Instead of creating the field of size 1000, how can i use clusters to do this. I don't know about the clusters, so please reply the thread with proper explanation and example.

thank u all..

Hi all,

I'm creating a customizing table as per the requirement. In that table there is one field of size char(1000) to store comments regarding the corresponding record. Instead of creating the field of size 1000, how can i use clusters to do this. I don't know about the clusters, so please reply the thread with proper explanation and example.

thank u all..

2 REPLIES 2
Read only

andreas_mann3
Active Contributor
0 Likes
463

try command export to database

look F1 !

use table INDX

A.

Read only

Former Member
0 Likes
463

Hi all, i got solution and i'm closing the thread.