‎2018 Nov 15 8:59 AM
Hi All,
In my module pool program I am having a table control. I enter the data in the table control and save it to custom table. I used modify statement and the records are getting added in my custom table. But when I verified the data in the custom table in SE11, for each field value there is a leading space added for each field value.
I checked my internal table in debugging, and all the values are populated properly without any leading space.
Does anyone have any idea why leading space is added for my entries.

HT
‎2018 Nov 15 11:53 AM
Have you tried to use the condense before modifying the table ?
‎2018 Nov 15 11:53 AM
Have you tried to use the condense before modifying the table ?
‎2018 Nov 20 11:17 AM
Hi,
Before calling modify statement, check in debugger if the fields are adding extra spaces in the field. If yes, use condense statement as suggested by rachid.
Thanks,
Mangesh Parihar