Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Any implication ????

Former Member
0 Likes
306

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???

1 REPLY 1
Read only

Former Member
0 Likes
268

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