Lars Hvam
Lars Hvam
`WITH NON-UNIQUE HASHED KEY` ```abap TYPES: BEGIN OF ty, field TYPE c LENGTH 3, END OF ty. DATA tab TYPE HASHED TABLE OF ty WITH NON-UNIQUE KEY field. ``` hmm,...
`CATCH zcx1 zcx2 INTO DATA(lx_error).` lx_error should get the first super class type
currently it typically takes 2 config files to do downport, change so its just one
think this happens when interfaces implement the same interfaces multiple times ``` ./src/cl_bgrfc_destination_inbound.clas.abap[19, 7] - Implement method "LOCK" from interface "IF_BGRFC_UNIT" (implement_methods) [E] ./src/cl_bgrfc_destination_inbound.clas.abap[19, 7] - Implement method "LOCK" from...
```abap TYPES ty1 TYPE TABLE OF i WITH DEFAULT KEY. CLASS lcl DEFINITION. PUBLIC SECTION. CLASS-METHODS foo IMPORTING sdf TYPE ty1. ENDCLASS. CLASS lcl IMPLEMENTATION. METHOD foo. ENDMETHOD. ENDCLASS. START-OF-SELECTION....
`ri_instruction = NEW zcl_wasm_call( iv_funcidx = io_body->shift( 1 ) ).`
https://help.sap.com/doc/abapdocu_751_index_htm/7.51/en-us/abenselect_numeric_type_guidl.htm https://blogs.sap.com/2018/10/12/abap-float-to-ieee-754-single-precision-conversion/
see https://github.com/abapGit/abapGit/pull/6697/files