What would be the best data type in data dictionary to store formatted texts? The size of the formatted texts ranges from 20 to 10,000.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use a field of type STRING as a non-key field in a DB (transparent) table.
In SE11, if you click the “Predefined Type” button, it opens up the Data Type column so you can directly enter “STRING” as the type.
Or you can create/look for a data element based on STRING.
(That is to say, I tested this on a SAP system installed with MS SQL Server. It is possible that different restrictions apply to other databases).