‎2007 Oct 03 9:05 AM
In the standard trn KKAO the WIP calculate is in USD in our org. So in the standard i have to also dispaly INR column. So, what to do? Any user exits or I have to copy that program and give my own coding there,which means a lots of debuging of standard program. So any implication???
‎2007 Oct 03 12:37 PM
transaction KKAO uses the report SAPKKA07 for showing you the ALV grid.
You can copy this program( its a report program) - and after that adjust the ALV grid with your calculated values in INR.
This will require you to add an additional field for INR in the internal table <b>t_auftlst</b> and adjust the field catalog <b>gt_field</b>.( you need to append ur fild detials into this catalog) and off course your conversion logic for converting USDs to INR.
Unfortunately I didnt see any customer exits in the above mentioned report (SAPKKA07) .