SuccessFactors ECP

Employee Central Payroll Blog Posts

CL_SALV_TABLE number of rows

Hi! I have an ALV created with cl_salv_table, and i need to display the total number of rows in the list header, and refresh it if any filer is applied.I googled a lot and found only this as working solution: https://community.sap.com/t5/application-development-discussions/oo-salv-cl-salv-table-how-to-count-number-of-records-displayed/td-p/8119965 You loop at the filers, collect them, and apply them to your itab, than count the …

CL_SALV_TABLE number of rows Read More »

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 »

Scroll to Top