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

Z Table Conversion

Former Member
0 Likes
466

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

2 REPLIES 2
Read only

Former Member
0 Likes
351

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,

Read only

Former Member
0 Likes
351

Hi,

Use same data element used in standard program

for currency conversion in Ztable. You have to

manually make changes to ztable.

Regards,

Amole