You use this function to show that a position in a reporting structure has more responsibility and is superior to other positions in your company. You can use this feature if the subordinate position is assigned to an organizational unit that is different from the...
SAP Managed Tags: ABAP Development Maybe you could output all the abap list spool files to a new spool file, and you can then convert it into a PDF. To output every spool file, you must do it in 4 steps: output the spool file to memory: SUBMIT rspolst2 WITH RQIDENT = l_rqide...
In our organization we faced challenges with file interfaces when we migrated ERP from AIX to Linux OS and to Unicode system( code page of the system from ISO-8859-1 to UTF16-LE and the endianness changed from Big Endian to Little Endian ). Since the system has many file interfaces which...
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...
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...
SAP Managed Tags: 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(...