convertin FTPT to remove decimals Go to solution Former Member 2006 Dec 07 5:23 AM 0 Kudos 530 SAP Managed Tags: ABAP Extensibility hi i am doing as below num_in is FLTP 16 in database DATA: NUM_OUT(12
SAP Managed Tags ABAP Development Hi John, Officially, there is usually no way to uninstall an add-on once it's installed (short of resorting to a backup taken before it's installed). For a sandbox system, that's not usually a problem, as you just restore from backup or refresh from ...
yes, that's a very nice thing about Open Source, we can harvest so many ideas! Not entirely sure here, though: Such a scenario could only happen outside of classes, because in a class, you'd get a syntax error "Tables with headers are no longer supported in the OO context." But i...
SAP Managed Tags: ABAP Development Hello , i want to remove trailing zeros for a prticular value.Following is my code : DATA: V_FLOAT TYPE F VALUE '4.8240000000000000E+03', V_CHAR(25) , P10_4(10) TYPE P DECIMALS 4. CALL FUNCTION 'CEVA_CONVERT_FLOAT_TO_CHAR' EXPORTING FLOAT_IMP...