transpiler
transpiler copied to clipboard
integer to string conversion
DATA int TYPE i VALUE 2.
DATA str TYPE string.
str = int.
ASSERT str = |2 |.
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.