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
Hey! Thank you so much! All of you ! Reply juergen_weber Discoverer In response to Sandra_Rossi 2022 Feb 09 9:21 AM 1 Kudo 1,169 SAP Managed Tags: ABAP Development thank you very much it helped me a lot and solved my problem. Reply ...
SAP Managed Tags: ABAP Development Hi AJ KR, Its pretty simple to put sub total in ALV. for your scenario you just need to sort internal table by Currency & put DO_SUM = 'X' in field catalog of Amount field Reply former_member724009 Explorer In response to Bhushan_hs 2014...
Overview of SAP Web Dispatcher wdisp/system NEA Subparameters Description of SAP Web Dispatcher wdisp/system NEA Subparameters NEA Session Timeout Configuration Example Configuration with Different Back-End Systems Example Configuration with a Single System in Both Roles Chec...
ABAP Development JavaScript SAPUI5 Security Hi all, Currently on my SAPUI5 project, I am creating a HMAC encoded string with this line of code; var secretKey=CryptoJS.enc.Hex.parse('SECRETKEY'); //USING THE CRYPTOJS LIBRARY! var hash=CryptoJS.HmacSHA256('abc',secretKey); ...