SuccessFactors ECP

Employee Central Payroll Blog Posts

Extract KNVV Customer Master Sales Data in CSV File Using ABAP Program

ABAP Program –  Z_KNVV_CUSTOMER   Program Type – ABAP  ABAP Program Name – Z_KNVV_CUST  Tcode – ZHM_KNVV_C   Entity Description – Customer Master Sales Data  Output File Location – “C:tmp”  Output File Name- KNVV.CSV  Output File Type – CSV (Column with Semicolons Separator (;))  SAP Table Name – KNVV, KNB1, KNA1 List Of Fields to Be Extracted –  …

Extract KNVV Customer Master Sales Data in CSV File Using ABAP Program Read More »

Avoid hard coding time periods in SAC Planning data actions

We have the following data action to make a forecast for the next remaining months based on the index of the previous months. The index is calculated on past months. This index is used for the calculation of the future months. The below script will calculate the specific “PERIOD_FORECAST” (for example period 10 or 11 …

Avoid hard coding time periods in SAC Planning data actions Read More »

Extract KNVI Customer Master Tax Indicator Data in CSV File Using ABAP Program

ABAP Program –  Z_KNVI_CUSTOMER Program Type – ABAP  ABAP Program Name – Z_KNVI_CUSTOMER Tcode – Z_KNVI_CUST  Output File Location – “C:tmp”  Output File Name- KNVI.CSV  Output File Type – CSV (Column with Semicolon separator (;)  SAP Table Name – KNVI, KNB1  List of fields to be extracted –  KUNNR , TATYP  ——-ABAP PROGRAM STARTS FROM HERE——————— REPORT Z_KNVI_CUSTOMER. …

Extract KNVI Customer Master Tax Indicator Data in CSV File Using ABAP Program Read More »

SYST: Period 000 is not valid in financial year variant K4 Message no. FGV003 in CK11N

Hi Experts, While run Material Cost Estimate with Qty Structure in CK11N where user getting below error to specific one material for other material they can run CK11N successfully.  we are using FY K4, could anyone please tell me where the problem fix  SYST: Period 000 is not valid in financial year variant K4 Message …

SYST: Period 000 is not valid in financial year variant K4 Message no. FGV003 in CK11N Read More »

Scroll to Top