2008 Feb 05 4:48 PM
Hello,
I am trying to suppress leading zeros in a numc data type. I use the value in a BDC , and it then stores the leading zeros.
Thanks
2008 Feb 05 5:03 PM
Hi
Try this
DATA : i(4) TYPE n VALUE 0100.
SHIFT i LEFT DELETING LEADING '0'.
Regards,
Vind
Hello,
I am trying to suppress leading zeros in a numc data type. I use the value in a BDC , and it then stores the leading zeros.
Thanks
2008 Feb 05 4:49 PM
2008 Feb 05 5:03 PM
Hi
Try this
DATA : i(4) TYPE n VALUE 0100.
SHIFT i LEFT DELETING LEADING '0'.
Regards,
Vind
2008 Feb 06 7:34 AM
USE FMs
CONVERSION_EXIT_ALPHA_INPUT OR
CONVERSION_EXIT_ALPHA_OUTPUT
to supress leading zeros.
Reward if useful
Narendra
| User | Count |
|---|---|
| 6 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |