cancel
Showing results for 
Search instead for 
Did you mean: 

how to delete space between matnr characters in adope forms

medbouaouina
Explorer

Accepted Solutions (0)

Answers (2)

Answers (2)

Patrick_vN
Active Contributor
0 Kudos

You will have to add some code somewhere to do so. Either in the initialization of the form, or before calling the form.

And then like Gurkan says, you can use the CONDENSE statement.

Example:

CONDENSE text NO-GAPS.

As an alternative, there is the CONDENSE function as well.

Lastly, if you don't want to go with the options above, I guess there is the option to use formcalc or javascript and do it 'somewhere' in the form itself.

medbouaouina
Explorer
0 Kudos

in the initialization I haven't space

I have a doubte of this configuration

but i cant modify it

Patrick_vN
Active Contributor
0 Kudos

Hey,

then I guess I don't really understand the issue. Can you explain some more, and maybe include some screenshots?

If the material number doesn't contain spaces in the initialization, might it just be some outlining issue? That the material number is 'spread out in the column' but it doesn't really contain spaces (even though it looks like it does)?

gurkanyilmaz
Explorer
0 Kudos

You should delete the spaces before sending it to the form with CONDENSE statement.

medbouaouina
Explorer
0 Kudos

I have not space before