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

Data element which can store approx. 700 characters

former_member497886
Participant
0 Likes
2,349

Hi everybody,

I would like to know is there any Data element which can store approx. 700 characters. or i needed to create one.

Thanks in advance.

Mohammadi.

10 REPLIES 10
Read only

former_member386202
Active Contributor
0 Likes
1,707

Hi,

I think u can use STRING there is no length restriction.

Regards,

Prashant

Read only

Former Member
0 Likes
1,707

there is no such standard data element.

you can either use the pre-defined type string or use sapscript texts for storing data with length more than 255.

Read only

0 Likes
1,707
there is no such standard data element.

Did you search?

Read only

Former Member
0 Likes
1,707

Mhmd,

here is the predefined data element which have the length 700:

ICPST              
ISTRING            
PIQ_GB_UCAS_CONDV  
VVXVAR700

Amit.

Read only

Former Member
0 Likes
1,707

Hi Siddiqui,

You can use data type STRING.

To find any dataelements which are predefined:

--> Go to SE11

--> In domain give CHAR* and click F4.

--> Find a domain of length more than 255

--> Use where used list for it, to get all the dataelements using this domain.

Regards,

Chandra Sekhar

Read only

Former Member
0 Likes
1,707

Either you can use a STRING or you can declare a type like this as per the requirement.

types text_data(4096) type c occurs 0.

Regards,

Amit.

Read only

Subhankar
Active Contributor
0 Likes
1,707

Hi...

Use the data element ICPST

I think it will solve UR problem..

Read only

Former Member
0 Likes
1,707

This message was moderated.

Read only

Former Member
0 Likes
1,707

Hi,

Use the structure TLINE inside table you wish to have multiple lines of data.

THnx!

harry

Read only

Former Member
0 Likes
1,707

Mhmd,

I have a question from you can you pls do fevor me?

Hi,

For storing approx. 700 char, followinf data types can be used.

1. ICPST
2. ISTRING
3. VVXVAR700"I replied this

OR

U can also find the predefined as follows -

1.Go to SE11
2. In domain write CHAR* and click F4.
3. Find a domain of length more than 255
4. Use where used list for it, to get all the dataelements using this domain."This reply given by Chandrashekhar

Hope this will help u.

Regards,
Aleem."finally Aleem Help you :-)

can you tell us which answer solved your problem?

cause Aleem used a CONCATENATE keyword

Amit.