SuccessFactors CMP

Compensation & Variable Pay Blog Posts

AGGREGATION ON CDS VIEW and Filtering data with where clause issue

Hi, We have following case where in we have internal table data say ITAB (fields: matnr, werks) from previous CDS and lgort (Storage loc.) on selection screen Now, Need to get SUM of stock (MARD-LABST) at matnr level. meaning fetch from MARD based on ITAB matnr, werks, selection screen lgort and then SUM LAST as …

AGGREGATION ON CDS VIEW and Filtering data with where clause issue Read More »

Select-stament inside of Loop

Hello, i am stuck fixing this problem concerning ATC checks.  LOOP AT it_vbak ASSIGNING FIELD–SYMBOL(<vbak>).      SELECT knumv, kposn, stunr, kschl, kdatu, kherk, kinak         FROM konv               INTO TABLE @IT_konv               WHERE knumv = @<vbak>–knumv AND                     kdatu IN @s_kdatu AND                     kposn IN @s_kposn AND                     stunr IN @s_stunr AND                     kschl IN @s_kschl AND                     kherk IN @s_kherk AND                     kinak IN @s_kinak.    ENDLOOP. I want to compare the tables, but because of the structure of konv and vbak I can’t seem to find a solution.

I am new here and Happy to start this journey

Hello Everyone, @David_Chaviano My name is Vera, and I’m excited to join this SAP Learning Community! A little about me: I am an accounting specialist and an experienced Line of Business expert in Finance and Controlling (FICO) and Source-to-Pay (S2P) processes. My experience includes acting as a change agent, conducting user acceptance testing (UAT), facilitating end-user …

I am new here and Happy to start this journey Read More »

Custom development on the HANA stack (essentially HANA XSA) and real world examples

Hi All, I’m not new to the SAP world but fairly new to this community forum. We have a need in our organization to migrate a custom Java microservice stack to “something” newer. We are considering utilizing the SAP Hana platform (as a technical platform) to refactor and replace the existing code and utilize it …

Custom development on the HANA stack (essentially HANA XSA) and real world examples Read More »

How to Edit Multiple Components Simultaneously in SAP Build Apps’ Logic Canvas?

Does anyone know if it’s possible to edit the properties of multiple components at once in the SAP Build Apps logic canvas? For instance, the “Hide component” and “Show component” flow functions are great for handling a single component individually, but it would be extremely helpful if we could adjust the visibility of multiple elements …

How to Edit Multiple Components Simultaneously in SAP Build Apps’ Logic Canvas? Read More »

Scroll to Top