SuccessFactors CMP

Compensation & Variable Pay Blog Posts

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 »

Is it a good idea to learn SAP Security GRC without an IT background? Any suggestions?

Hi Everyone, I have 5.3 years of experience working in a non-IT role (BPO) at an MNC, and I am now looking to transition into IT for better career growth, specifically in SAP Security GRC. Unfortunately, I have not found many opportunities in my current field, and I am not interested in programming languages. I …

Is it a good idea to learn SAP Security GRC without an IT background? Any suggestions? Read More »

How to convert SAP module pool programs and screens into SAP BTP?

Hello Team, I am new to this area and have developed an application in the ECC on-premises system. I would like to deploy it onto SAP BTP. From my research, I have found that SAP BTP does not support Classic Workflow, BDC, Classical FM, classical programming, ALV Grid Controls, module pool programs/screens, Web Dynpro components, SAP Script …

How to convert SAP module pool programs and screens into SAP BTP? Read More »

Scroll to Top