This parameter, which can be configured through Configurator environment, controls the way a value to be printed is identified. Enter: D -> Procedures To print characters "D" (when balance is Debit) or "C" (when balance is Credit). This type of identification ignores the normal condition of the account. S -> Procedures To print a minus sign before the value when the account balance is opposed to the normal account condition. P -> Procedures To print parentheses when the account balance is opposed to the normal account condition. C -> Procedures To print only "C" when the account balance is Credit, regardless of the normal account condition. Debit values have no printed identifier. Example: Account: 4801 normal condition: DEBIT MV_TPVALOR = "D"
MV_TPVALOR = "S"
MV_TPVALOR = "P"
MV_TPVALOR = "C"
|