SAP Function SMB_UIE_SD_C_LEVEL_PROD_KPI - details of all kpi for all products

Parameter Reference Type Length Default Optional Text
IV_COMP_CODE BUKRS C 4 Company Code
IV_MONTH_YEAR SPMON N 6 Period to analyze - month

Parameter Reference Type Length Text
ET_C_LEV_KPI_PROD_CARD SMB_UIE_C_LEVEL_KPI_TT h 45 internal table for slaes kpi information

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,00

Notes
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).