on 2024 Apr 24 8:21 AM
Hi everyone,
I currently have a task that requires me to remove spaces in a DMEEx field.
I have followed this link and it appears to affect all the fields.
I was wondering if there is a conv. function or simpler way to make this possible?
Output:
DMEEx attributes:
Thank you.
Request clarification before answering.
Hi aleksi,
there should be more possibilities.
For most of characters works setting of allowed chars on the File Data tab and usage of the conversion Exclude/Allow defined characters. But it does not work for spaces. If you are on a newer version of SAP you can define the allowed characters by a Regex. If you use [a-zA-Z0-9] and then set the conversion function for example this way:
it should work as expected.
But if you do not have the possibility to use Regex or you need another Regex for other fields, there is still the possibility to use Exit Module (Exit Function)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
User | Count |
---|---|
6 | |
2 | |
2 | |
2 | |
2 | |
2 | |
1 | |
1 | |
1 | |
1 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.