transpiler icon indicating copy to clipboard operation
transpiler copied to clipboard

integer to string conversion

Open larshp opened this issue 4 years ago • 1 comments

DATA int TYPE i VALUE 2.
DATA str TYPE string.
str = int.
ASSERT str = |2 |.

larshp avatar Jan 22 '21 04:01 larshp

Hi. so you want to implement something that is described here? https://help.sap.com/doc/abapdocu_740_index_htm/7.40/en-US/abenconversion_type_ibs.htm

The character "-" is set at the last position for a negative value, and a blank is set for a positive value.

arcanist123 avatar May 23 '21 15:05 arcanist123