‎2006 Aug 24 11:03 AM
Hi guys,
We have just done a currency conversion(removing 3 zeroes from the currency) in Zimbabwe. We managed to convert all standard tables but we didnt include Z tables. can somebody please show me or provide me with an ABAP program to convert all amount fields in all Z tables.
Regards,
Stitch
‎2006 Aug 24 11:08 AM
Hi,
Changing the field length of a ztable cant be done programmatically, this needs to be done manually, and also you need to take care of the programs that are using this ztables,
Rgds,
‎2006 Aug 24 12:04 PM
Hi,
Use same data element used in standard program
for currency conversion in Ztable. You have to
manually make changes to ztable.
Regards,
Amole