Functionality This function module finds the order entry, order profitability, salesprofitability, sales revenue and returns for all products for currentyear and previous year in the form of a score card. Example INPUT> IV_COMP_CODE :1000 IV_MONTH_YEAR :09.2010 OUTPUT> KPI ,,,,,,,,UNIT ,,,,YTD_PRESENT_YEAR YTD_PREVIOUS_YEAR order_entry ,,,,,,EUR 140.584,90 ,,,,,,,,,,0,00 order_profitability ,,,,EUR 39,16- ,,,,,,,,,, 0 ,00 sales_profitability ,,,,EUR 162,45 ,,,,,,,,,,0,00 sales_revenue ,,,,EUR 91.334,90 ,,,,,,,,,,0,00 returns ,,,,,,EUR 596,70- ,,,,,,,,,,0,00Notes The inputs are compulsory. The filtering is on both the inputs. Further information Input Parameter: IV_COMP_CODE ,,,, IV_MONTH_YEAR Output Parameter: ET_C_LEV_KPI_PROD_CARD( the internal table to showdetails like KPI, Unit of transaction, YTD in current and the previousyear). |