pegaga1979
5th November 2021, 03:00
Hi,

In my Trial Balance report, the print length of the amount is 18, using print format %A096.
May i know how i can increase the length to 23?

Thank you in advance.

OmeLuuk
8th November 2021, 11:04
Well, there are several takes to this question.
1) IN Tools - Application Configuration - Formats - Formats by Generic Unit [ttaad1107m000] you can set the format for a particular used currency. If your monetary unit has a (too) low value like VEF you can ommit the decimals so it can hold up to ZZZZZZZZZZZZZZZ9-
2) If that is not sufficient enough, (then probably also %A95 is insufficient) you can add a new Format Code in ttadv485 using GTM and set its characteristics as required. In that case you can probably also replace the use of %A95 by %A96 in the reports where you get an overflow...

OmeLuuk
8th November 2021, 11:07
Well, there are several takes to this question.
2) If that is not sufficient enough, (then probably also %A95 is insufficient) you can add a new Format Code in ttadv485 using GTM and set its characteristics as required. In that case you can probably also replace the use of %A95 by %A96 in the reports where you get an overflow...Note that when you run into this problem, it may be wise to consult Support first because there may be more needed to help you (and your peers) to be able to keep the software in a usable state (until a devaluation officially is done).

andreas.toepper
10th November 2021, 08:36
You can also replace the format information %A096 by the required formating information i.e. ZZZZZZZZZZZZZZZZZZZZZZ9VD99 (you need to test, if this works; I've never used a formating info that long).

Google claims there are approximately 200 billion trillion stars in the universe. Lets see:
200 000000000 000000000000 stars - that 24 chars in lenght. If I didn't make any errors.