‎2010 Aug 26 5:48 AM
Hi,
I am using bapi_objcl_create for creating characteristics. It is working fine for ( char ) characteristics but for ( numc ) characteristics when I am giving range value then it is picking up lower value only upper value is not displayed.
Example : value give is in a range --> 10.000 - 12.000 mm, but when i see in the txn. after using bapi it displays only 10.000 mm..how to pass the full value? i tried splitting it into two like 10.000 and 12.000 mm and passed it to ALLOCVALUESNUM-VALUE_FROM and ALLOCVALUESNUM-VALUE_TO, & this spitted value I can able to see in ALLOCVALUESNUM table ,after uploadation i am getting 10.000 mm & not 10.000 - 12.000 mm
Already searched in SDN , I didnt get any solution for this ( numc )case.
Regard's
Shabbir
‎2010 Aug 26 6:01 AM
Hi Shabbir!
Have you tried to insert the interval in standard transaction for that certain characteristic? Please assure that the "Value assignment" of the characteristic is set to "Multiple Values" (TCode CT04).
Regards,
Alej
‎2010 Aug 26 6:15 AM
hi ,
Multiple values selected and intervals value allowed is also ticked in CT04.
that is not the problem.
Any other solution
Regard's
Shabbir
Edited by: Shabbir Kureshi on Aug 26, 2010 8:09 AM