var_num = |{ var_num ALPHA = OUT }|. "Remove leading zeros var_num = |{ var_num ALPHA = IN }|. "Add leading zeros This can also be used as an operand. WRITE : |{ var_int ALPHA = OUT }|. Note that this syntax only works for conversion routine ALPHA. Concatenation We all ...
I saw that you implemented your own logic to created ".abap" files, and that's ok for storing and versioning objects outside SAP systems. But there's a problem: how to get them "installed back" in another system after they've been versioned by abapGit? I guess you know about .NUGG...