Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Numeric Characterstic

Former Member
0 Likes
303

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.

1 REPLY 1
Read only

Former Member
0 Likes
272

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