Functionality This function module displays the credit memo amount for customers. Itdisplays the Amount in either the display currency or the PlanningCurrency, based on the User Input. The display currency is the currencyin the user wants to view the amount. Planning currency is the currencywith which the amount has already been stored in the Database. The totalamount is calculated by adding the existing amounts. User Inputs are -company code and the currency value. The Output indicates the amountwhich is the Credit Memo for the Customer. Example INPUT: IV_COMPCODE - 1000 IV_DISPCURR (OPTIONAL) - IV_PLANCURR (OPTIONAL) - EUR OUPUT: ET_CUST BUKR BNKKO GRUPP EB DISPWDMSHB DISPC 1000 - A1 DIEUR 1,000.00 - ,,Notes If wrong input is given like a non existing company code, then itdisplays "no data available". If only company code is given as input without mentioning the display orplanning currency then the output will be zero. |