Hi,
I've a report which displays Vendor Name, sold to party, Sold-To-Party No, Bstnk, Buyer No,Distribution Channel, Division, LI/PO Number, Sales Order,Order Description,audat,vdatu,vbeln,aemenge,aewavwr, kwert, aenetwr, stwae, etc fields in output for a given range of dates. mostly these fields r taken frm S902 n VBAK.
At the bottom of this report i need to keep a currency conversion display as for sy-datum.
Ex: FROM --> TO EXCHANGE RATE/CONVERSION FACTOR DATE
CAD --> USD 0.95776 1:1 20.02.2009
EUR --> USD 1.44484 1:1 20.02.2009
JPY --> USD 95.88647 10,000:1 20.02.2009.
for this purpose earlier they used function-pool RSAQEXCE in other program.
i exactly dont know wther this one is std program r query. in this they used func mod "convert_to_local_currency" also.
please let me know how sh i pass my output internal table to get desired output like this.
Please respond qk.