SAP Managed Tags: ABAP Development ABAP Development Programming Tool View products (1) HI, I have 2 currency fields in my alv output.Local currency and Tran. Currency. There are local amount fields and transactional amount fields in my alv. Transaction amounts should be totalled according...
So in conclusion joining two tables on different column-types, one of which is RAW, is not possible using ABAP CDS Views alone (this is well-founded in the platformindependecy of ABAP CDS). From my point of view the easiest work-around would be to create a view natively in HANA, do ...
However, I want to do the same thing in ABAP... The ABAP is returning a completely different encode DATA(lv_binary_secret)= cl_abap_hmac=>string_to_xstring('48656c6c6f2c20576f726c6421'). Relating to the link I have provided above on step 4, Do you know how to hex encode my k...