Application Development 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: 

High priority,points will be rewarded

Former Member
0 Kudos

Hi All,

there is urgent requirement

My question is I have to create number range object for field sd review no.

which data type is NUMC with 12 character,

When I tried to create number range for it then it gave some error message like character string not between 1 and 6 character.

then I changed data type of this field to NUMC with length 6 ,then I got successed in creating number range object.

So my question is Can I generate number range object for the field whose data type is NUMC with length 12 ??

3 REPLIES 3

Former Member
0 Kudos

Hi,

Check the function module

NUMBER_GET_NEXT

Regards

Arun

Former Member
0 Kudos

Yes. It is possible. I tried creating an object with the domain as NUMC12 and it was created. I have created an interval for the same as well. Just try again. I think it should be possible.

Please mark points if the solution was useful.

Regards,

Manoj

0 Kudos

Hey Manoj,

But I tried then its not allowing,

I got following error message:-

Domain VKONT_KK of data element VKONT_KK does not have field length between 1 and 6.

Please help this out.