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

Problem in ALLOCVALUESNUM in bapi_objcl_create

Former Member
0 Likes
821

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

2 REPLIES 2
Read only

alejiandro_sensejl
Active Participant
0 Likes
590

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

Read only

0 Likes
590

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