‎2008 Apr 08 7:33 AM
Hi Experts,
I wanted to create chracterstic using BAPI_CHARACT_CREATE for numeric data type characterstic.
I wanted to pass '0 - 1' in value tab for numeric data type characterstic. Anybody will suggest in which field I need to MAP??
I believe that i need to pass this value in structure BAPICHARACTVALUESNUM but in which field I need to pass it??
Appriciated any help.
‎2008 Apr 08 7:39 AM
here when you want to pass the range then you see that you cannot pass numeric values as it is and u need to convert them in floating point nos. from FM FLTP_CHAR_CONVERSION
for this fm u will require to enter no. of decimalplaces which u can get from table cabn ok
now in your bapi there are two fields namely
' VALUE FROM' 'VALUETO' enter your converted lower and higher range in these fields respectively
i think your problem is solved
plz rewrad if useful
vivek
Edited by: Vivek Gaur on Apr 8, 2008 8:40 AM