‎2008 Aug 27 7:11 AM
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.
‎2008 Aug 27 7:12 AM
Hi,
I think u can use STRING there is no length restriction.
Regards,
Prashant
‎2008 Aug 27 7:16 AM
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.
‎2008 Aug 27 7:21 AM
‎2008 Aug 27 7:20 AM
Mhmd,
here is the predefined data element which have the length 700:
ICPST
ISTRING
PIQ_GB_UCAS_CONDV
VVXVAR700
Amit.
‎2008 Aug 27 7:20 AM
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
‎2008 Aug 27 7:25 AM
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.
‎2008 Aug 27 7:30 AM
Hi...
Use the data element ICPST
I think it will solve UR problem..
‎2008 Aug 27 7:44 AM
‎2008 Aug 27 7:50 AM
Hi,
Use the structure TLINE inside table you wish to have multiple lines of data.
THnx!
harry
‎2008 Aug 27 8:10 AM
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 thisOR
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 ChandrashekharHope 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.