‎2020 Apr 24 12:46 PM
hi
if output field = 22222.22
How to make ouput like 22,222.22
I declared field type p decimal 2 not true
And used type BSIK-WRBTR
BUT not true too
How to make result 22,222.22
‎2020 Apr 24 1:41 PM
It seems like your output is the internal representation of a number with fixed length and decimals (only decimal point, no thousands separator for digit grouping). So no Output Conversion has taken place for your 'output'. What coding/technique are you using to output the data?
Please provide coding or screenshots:
Be also aware, that depending on the DDIC data element or the ABAP internal type, that the format of the displayed numbers is in general dependent on your default user settings (System->User Profile->Own Data->Defaults->Decimal Notation):
For DDIC domains that are assigned to the data elements, there can also be a CONVERSION-EXIT defined, that also changes how the output is presented, and this can be different for different SAP Releases:
‎2020 Apr 24 10:17 PM
Hi,
I would like to add that you also can use String Expressions to change the output of fieldvalues - of course also for decimals fields.
Check: String Embedded Expressions: DECIMALS and NUMBER.
Kind Regards, Johann
‎2020 May 13 4:41 PM
alaa-azazy, please follow up on your open question.