... (in float) - method to clear initial line which was appearing when standard screen was called without reference to database values. In this and following parts of this tutorial you'll see all mentioned ...
As you can imagine, INTTYPE is just a presentation of DATATYPE in internal SAP format in most of cases. I wrote most of cases because it can also say if the field in internal table is a reference to other ...
This field is used to setup exponent number display for floating point decimals (F) fields. Although it’s not that commonly used field type for display, then it’s important to know that you can manipulate ...
...
W
Table &1: field &3 in secondary index &2 is of the type FLOAT
CI_TABL_EXCEPTN
CL_CI_TEST_DDIC_TABLES
38
N
Cross-Client table &1: Secondary Index &2 without ...
...
select single msehi into m_currency from cabn where atnam eq i_atnam.
else.
m_currency = -atawe.
endif.
call function 'KKEK_CONVERT_FLOAT_TO_CURR' ...
We've got method to convert internal value to float, now it's time for next one which I didn't suppose it would be needed but when I was calling CTMS_DDB_SET_VALUE_ONLINE to show input screen ...
... to get the type of the field (needed for proper conversion) and FM KKEK_CONVERT_FLOAT_TO_CURR to convert currency values stored as float on database into currency fields. Importing: i_object type bapi1003_key-object -> ...