Announcement:
wanna exchange links? contact me at sapchatroom@gmail.com.
Posted by
Admin at
Reply from TerryB on Aug 9 at 8:49 AM From the SAP help: LCHR: Character string of arbitrary length, but with a minimum of 256 characters. Fields of this type must be located at the end of transparent tables and must be preceded by a length field of type INT2. If there is an INSERT or UPDATE in ABAP programs, this length field must be filled with the length actually required. Is the LCHR field the last field in the table? Cheers, TerryB
| | | ---------------Original Message--------------- From: f byrne Sent: Thursday, August 09, 2012 6:17 AM Subject: LCHR Data Type in a Table Hi, I am trying to use the lchr data type in a table. In order to activate the table I have to give a size for the LCHR field. I have also included a field of INT2 prior to this. Whenever I add a string to the lchr field it cuts it to the length in the DB table. Does this mean that the value I define is the max size an lchar can have? if so will it just allocate all this sapce for this table field everytime I save data in here? From my searching I cannot find many examples of using this lchr type and am thinking this is not a good type to employ? | | Reply to this email to post your response. __.____._ | _.____.__ |