SuccessFactors EC

Employee Central Blog Posts

Unicode Conversion Issue – ABAP, modification in database table.

Facing unicode conversion issue in modify statement.   Here’s the code DATA: datum TYPE sy-datum. SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE TEXT-001.PARAMETERS: p_date TYPE datum.SELECTION-SCREEN END OF BLOCK b1. CONSTANTS:lc_tabname TYPE tabname VALUE ‘ztfre_layout’. IF p_date IS INITIAL.p_date = sy-datum – 1.ENDIF. IF p_date IS NOT INITIAL. SELECT min_stock,zvaltoFROM ztfre_layoutWHERE ( min_stock IS …

Unicode Conversion Issue – ABAP, modification in database table. Read More »

Unicode Conversion Issue – ABAP, modification in database table.

Facing unicode conversion issue in modify statement.   Here’s the code DATA: datum TYPE sy-datum. SELECTION-SCREEN BEGIN OF BLOCK b1 WITH FRAME TITLE TEXT-001.PARAMETERS: p_date TYPE datum.SELECTION-SCREEN END OF BLOCK b1. CONSTANTS:lc_tabname TYPE tabname VALUE ‘ztfre_layout’. IF p_date IS INITIAL.p_date = sy-datum – 1.ENDIF. IF p_date IS NOT INITIAL. SELECT min_stock,zvaltoFROM ztfre_layoutWHERE ( min_stock IS …

Unicode Conversion Issue – ABAP, modification in database table. Read More »

SAP CDS “The entity ‘xyz’ requires parameter ‘yyy'”

Hi there, this is my first post – please ignore if this is not relevant. We have a business requirement to extract data to be used in SAP Analysis for Office by using CDS view  ‘IFIFINSTMTCUDE’ with additional fields from a custom table function whereby the level text from FAGL_011QT needs to be displayed. The …

SAP CDS “The entity ‘xyz’ requires parameter ‘yyy’” Read More »

SAP CDS “The entity ‘xyz’ requires parameter ‘yyy'”

Hi there, this is my first post – please ignore if this is not relevant. We have a business requirement to extract data to be used in SAP Analysis for Office by using CDS view  ‘IFIFINSTMTCUDE’ with additional fields from a custom table function whereby the level text from FAGL_011QT needs to be displayed. The …

SAP CDS “The entity ‘xyz’ requires parameter ‘yyy’” Read More »

Completed learning journey to get voucher under Digital Skills Initiative

Hi David @David_Chaviano  Thank you David to guide Newcomers through the Digital Skills initiative. I worked in IT Industry for 8 years and then had to have break because of various reasons. Now I want to pursue my career in IT again and thus did the self study for learning journey: Discovering SAP Business Technology Platform. …

Completed learning journey to get voucher under Digital Skills Initiative Read More »

Completed learning journey to get voucher under Digital Skills Initiative

Hi David @David_Chaviano  Thank you David to guide Newcomers through the Digital Skills initiative. I worked in IT Industry for 8 years and then had to have break because of various reasons. Now I want to pursue my career in IT again and thus did the self study for learning journey: Discovering SAP Business Technology Platform. …

Completed learning journey to get voucher under Digital Skills Initiative Read More »

Avoid deleting entries from the VBUV when the expected price of an item is not correct

What is the simplest method to avoid the deletion of entries from VBUV if there are items in VBAP with the field CEPOK = ‘B’ (Expected price not correct), even though the sales document has been fully processed (VBELN-GBSTK = ‘C’)? Essentially, VBUV should regard the existence of items with the VBAP-CEPOK = ‘B’ field …

Avoid deleting entries from the VBUV when the expected price of an item is not correct Read More »

Scroll to Top