‎2008 Mar 28 1:47 AM
Hi
I want to remove 2 empty spaces in my script
example my output is ....100 it should display ..100.
How to do this?
‎2008 Mar 28 3:10 PM
Hi,
Give like this.
&itab-matnr&&space(2)&&itab-mbrsh&
Thanks,
Manjula
‎2008 Mar 28 1:52 AM
HI,
Use the STRING manupulation logic :
You can insert empty space for those two dots using REPLACE ABAP statement inside your SAPSCRIPT coding by using a perform routine and then use condense statement.
You can use your own logic as well if you find some other.
Thanks,
Greetson
‎2008 Mar 28 2:04 AM
Hi,
check tabs
,, gives one empth space
Regards,
V.Balaji
Reward if Usefull...
‎2008 Mar 28 2:09 AM
Hello Balaji,
He is asking on text "....100 " how to insert two spaces ... Check his question one more time...
Thanks,
Greetson
‎2008 Mar 28 2:17 AM
‎2008 Mar 28 2:34 PM
Hi,
Use OVERLAY command or user Check tabs logoic as Balaji said indide your logic.
Hope this helps.
Thanks,
Greetson
‎2008 Mar 28 3:10 PM
Hi,
Give like this.
&itab-matnr&&space(2)&&itab-mbrsh&
Thanks,
Manjula