on 2021 Feb 16 12:03 AM
Dear All,
I wanted to delete space in matnr ( the mapping type is matnr )
Could you please help me in this topic.
Regards,
Request clarification before answering.
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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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)?
You should delete the spaces before sending it to the form with CONDENSE statement.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
93 | |
11 | |
9 | |
9 | |
6 | |
5 | |
4 | |
4 | |
3 | |
3 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.