62,705 SAP Managed Tags: ABAP Development Hi All, Data : var1 type zdec. (here zdec is of type decimal with length 5) var1 = 1,234. Now i want only two places after decimal. Which means (1,23). How can i do this ? Please suggest if there is any function ModuleReply...
SAP Managed Tags: ABAP Development Hi, How do I add 2 Decimal places to a Type 'P' value? I cannot do this in the data declaration step, because of the following: 1. Once the number is determined, there will be another field that will define the number of decimal places. 2. For...
SAP Managed Tags: ABAP Development Hi Omer, can u post u r code. and also check whether the given fields are type of p and also u requirement with more clear... or see a example code which uses ls_fcat-decimals_out and also see the declaration of the field dec which is in bold....