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: 

Problem in Reading Internal number range object

Former Member
0 Kudos

Hi Friends,

I am trying to read next number from External numer range object using function module .

NUMBER_GET_NEXT .

But I am facing a error message

" Please specify an internal number range"

Can't I read the next number for External number range using this function module .

Thanks in Advance .

Siva.

1 REPLY 1

martin_voros
Active Contributor
0 Kudos

Hi,

the external number range means that user needs to manually enter number. So how should NUMBER_GET_NEXT work for external range?

Cheers