Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

SAP Script

Former Member
0 Likes
513

Hi

I want to remove 2 empty spaces in my script

example my output is ....100 it should display ..100.

How to do this?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
496

Hi,

Give like this.

&itab-matnr&&space(2)&&itab-mbrsh&

Thanks,

Manjula

6 REPLIES 6
Read only

Former Member
0 Likes
496

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

Read only

Former Member
0 Likes
496

Hi,

check tabs

,, gives one empth space

Regards,

V.Balaji

Reward if Usefull...

Read only

0 Likes
496

Hello Balaji,

He is asking on text "....100 " how to insert two spaces ... Check his question one more time...

Thanks,

Greetson

Read only

0 Likes
496

Hi All

I want to shift 2 character letf

Read only

0 Likes
496

Hi,

Use OVERLAY command or user Check tabs logoic as Balaji said indide your logic.

Hope this helps.

Thanks,

Greetson

Read only

Former Member
0 Likes
497

Hi,

Give like this.

&itab-matnr&&space(2)&&itab-mbrsh&

Thanks,

Manjula