Look at BC" target="_blank">http://help.sap.com/printdocu/core/Print46c/en/data/pdf/BCDWBDIC/BCDWBDIC.pdf">BC - ABAP Dictionary
( Look for "Existing Data Types")
Regards
As long as you'd like it to be.
matt
Hi..
For CHAR And NUMC the size must be specified.
Max size will be 256.
Cheers.
Hi,
For CHAR it is 8000 and for NUMC it is 35
Regards,
Prashant
Hi Srinadh,
CHAR: Character string. Fields of type CHAR may have a maximum length of only 255 in tables.If longer character fields are to be used in tables, you must choose data type LCHR. There are no restrictions on the length of such fields in structures.
NUMC: Long character field in which only numbers can be entered. The length of this field is limited to a maximum of 255 places.
Thanks
Narasimha
Add a comment