Functionality Given any Company code and Display currency this functionmodule selects only the G/L accounts from the Memo Records whoseArchiving category is Empty. Summarization is done based on The Companycode, G/L Accounts, Planning Level and Planned currency from the sameMemo records. The Accumulated Balance is shown in display currency which is an inputparameter. Example INPUT:,, Company code: 1000 Display Currency: EUR OUTPUT: Company code G/L account Planned currency Planning LevelAccumulated amount 1000 280001 EURYB 888,00 ,, 1000 280008 EURYB 777,00 ,, Notes Input Parameters 'Company Code' and 'Display Currency' are Mandatory. If any wrong information is given as input then it results in 0 entriesin the output table. Further information Input Parameters: IV_COMPCODE IV_DISP_CURR Output Parameters: ET_BALANCE (The table with company code, G/L account, planning level,planned currency and the Accumulated amount in display currency) |