‎2007 Aug 29 3:43 PM
i have an issue that how to get 600 char length in a field (for example: description field i want it to be 600 chars ) with out using concatnation . as data type char is only 255 length.
‎2007 Aug 29 3:52 PM
‎2007 Aug 29 3:53 PM
wt is ur issue.. u want to put 600 char length string into 255 char length field? explain clearlly.
or
take the variable as string you can store the data.
‎2007 Aug 29 3:57 PM
Hi Vamsi,
There are data elements available in SAP system.
Like : CHAR512, CHAR1024, CHAR1250 etc.. you can use them or otherwise you can create your own data element too..
Thanks and Best Regards,
Vikas Bittera.
**Points for useful answers**
‎2007 Aug 29 3:58 PM
Hello Vamsi,
Have you tried referencing a filed of type string? There is no upper limit on data type of string.
Regards. Please reward useful tips.
Jereme