‎2007 Jun 28 7:11 AM
Hi all. i am using shift command to delete trailing spaces of a character using
SHIFT IT_DOCU-NO right DELETING trailing SPACE.
it is working and deleting trailing spaces successfully. after that i am sending iternal table data to ALV for out put . but value for which i have deleted trailing spaces not getting effected. that is value is printing with trailing spaces. i.e shift is not getting effected in alv out put. pls help me to print data by deleting trailing spaces.
Kumar
‎2007 Jun 28 7:18 AM
no in alv it wont affect for that you have to use justification....
ifieldcat-just = 'R'.
for that field
regards
shiba dutta
‎2007 Jun 28 7:13 AM
Did you MODIFY the itab to update each line before sending to ALV. It sounds like you have updated the header without updating the line in question.
Regards
Gareth
‎2007 Jun 28 7:16 AM
hi,
after deleting the value using shift command modify that value in internal table. otherwise it wont get affected as it takes value from internal table only.
ex: modify field index sy-tabix.
if helpful reward some points.
with regards,
Suresh.A
‎2007 Jun 28 7:17 AM
HI.
We cant change in internal table because that fileds has same length .So you need change field length.dont worry about that in internal table.we need to delete unwanted space when it will display ,it will work fine.No problem.
Reward all helpfull answers.
Regards.
Jay
‎2007 Jun 28 7:18 AM
no in alv it wont affect for that you have to use justification....
ifieldcat-just = 'R'.
for that field
regards
shiba dutta
‎2007 Jun 28 7:30 AM
Thank u very much Shiba. i got the solution.
can i have u r mail id pls. if any queries i am having i will consult u.
Kumar.
‎2007 Jun 28 7:21 AM
‎2007 Jun 28 7:34 AM
sorry kumar as per my company policy i cant access any external mail.
regards
shiba dutta