‎2008 Sep 07 4:25 PM
Hi experts,
I wasnt to find the largets which inturn would be latest date available in TCUR table as part of currency translation. Please give you suggestion on code in this.
Regards
John
‎2008 Sep 07 4:54 PM
Hi,
Fetch the data from TCURR table to an Internal table.
Sort that Internal Table DESENDING by DATE field.
Now in the Internal table the first record will be the Recent or Highest date record in the TCURR table.
Use READ statement with SY-INDEX 1 to get the first record.
Regards
Bala Krishna
‎2008 Sep 07 4:59 PM
Hi Balakrishna,
Thanks a lot for your promp response, I will try that and let you know.
Have a gr8 evening
Regards
Sudha
‎2008 Oct 16 4:12 PM
Hi Bala Krishna,
I have a requirement like this,
We need to upload special charecteristics in to the cube, it is getting loaded to ODS but not to cube.
Can you please sugegst the code to upload special charecteristcs like ( & ) - like this there are many, can u suggest the way i can write the code to upload these special chrs to cube.
Regards
Roopa
‎2008 Sep 08 7:34 AM
Hi Sudha,
try this function module then CONVERT_TO_LOCAL_CURRENCY
Regards.
Eshwar.
‎2008 Sep 20 1:04 PM