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 NetWeaver will no longer be avaiable underhttp://saphrp.mycompany.com/, but underhttp://central.com/saphrp/. IIS will no longer be avaiable underhttp://otherservices.com/, but underhttp://central.com/otherservices. All systems are in the same domain, so you can call services withou...
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...
former_member724009 Explorer In response to former_member188219 2014 Jul 15 11:58 AM 0 Kudos 607 SAP Managed Tags: ABAP Development Anurag - I am doing this through ALV directly. This is just to get the totals into the internal table. THen I need to put it into ALV and ...
SAP Managed Tags: SAP HANA, SAP S/4HANA Hello, I am developing ABAP CDS Views to create views that run natively on HANA. These views are a join of different SRM tables. As an example: I want to join CRMD_PARTNER and BUT000 on the columns CRMD_PARTNER.PARTNER_NO = BUT000.PARTNER...
A Join is used to connect tables in SAP HANA.Below are the different join types Inner Join Left Outer Join Right Outer Join Text Join Referential Join Temporal Join 1. Inner Join :This join type returns all the records when there is at least one match in both the tables. ...
SAP Managed Tags: UI Web Dynpro ABAP, Virtualization Hello, I check the values in WDDOBEFOREACTION. Can I check the name of the action if it is an action of a different view? Best regards, HergenKnow the answer? Help others by sharing your knowledge. Answer Need more details? Request...
SAP Managed Tags: ABAP Development Hello Favrizio, you could create two different maintenance view (SE11->View). Then, using the "Maintenance table generator" the views will be exectuable in SM30. Regards. Reply Former Member In response to pablo_marn 2014 Sep 10 9:10 AM 0 Ku...
Solved: 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