Lars Hvam
Lars Hvam
Following are the public methods in class ZCL_AES_UTILITY, IS_VALID_KEY_XSTRING IS_VALID_IV_XSTRING ENCRYPT_XSTRING DECRYPT_XSTRING ENCRYPT_RAW16_TABLE DECRYPT_RAW16_TABLE CONVERT_XSTRING_TO_RAW16_TABLE CONVERT_RAW16_TABLE_TO_XSTRING VALIDATE_ENCRYPTION_MODE VALIDATE_PADDING_STANDARD VALIDATE_RAW16_TABLE_SIZE ADD_PADDING_RAW16_TABLE REMOVE_PADDING_RAW16_TABLE I guess only ENCRYPT_XSTRING and DECRYPT_XSTRING is used by...
Hi, Another idea, what do you think about introducing a factory class eg class ZCL_AES_FACTORY with 2 methods: CREATE_MODE returns reference to ZIF_AES_MODE * would implement the functinoallity from ZCL_AES_UTILITY=>GET_AES_MODE...
https://github.com/pvl/abap.tmbundle/issues/79 split into two fixed width expressions however, I dont remember how to test the grammar, hmm
```abap IF ls_stock-wrk02 IS INITIAL. ls_stock-extra = |{ ls_stock-extra } / { condense( |{ ls_stock-aline }| ) } / { ls_stock-lifnr ALPHA = OUT }|. ELSE. ls_stock-extra = |{ ls_stock-extra...
## Using `AT` https://github.com/exercism/abap/issues/134 https://github.com/exercism/abap/issues/201 => https://github.com/abaplint/transpiler/issues/706 ## `FOR` loops with identical declared variable names https://github.com/exercism/abap/issues/194 https://github.com/exercism/abap/issues/200 https://github.com/exercism/abap/issues/261 => first part of solution is implementing renaming of variables in abaplint...
ref https://github.com/exercism/abap/pull/89