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

SNRO: Number Range Intervals

Former Member
0 Likes
1,947

Is it possible to use this functionality, I suppose with FM GET_NET_NUMBERS, with a number range that would have a character in its second position?

Thanks.

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
1,482

No.

The function module uses the table DFPM_NUMB's CURRENT_NUMBER field (Data type N) to add a number. So You cannot have a number generated with characters and numerals.

You will have to manually generate the number and concatenate a character to it.

Regards,

Subramanian

No.

The function module uses the table DFPM_NUMB's CURRENT_NUMBER field (Data type N) to add a number. So You cannot have a number generated with characters and numerals.

You will have to manually generate the number and concatenate a character to it.

Regards,

Subramanian

2 REPLIES 2
Read only

ThomasZloch
Active Contributor
0 Likes
1,482

well, in order to find out I'd have to do the same that I am suggesting you now: try it out!

Please let us know the result.

Tom Z.

Read only

Former Member
0 Likes
1,483

No.

The function module uses the table DFPM_NUMB's CURRENT_NUMBER field (Data type N) to add a number. So You cannot have a number generated with characters and numerals.

You will have to manually generate the number and concatenate a character to it.

Regards,

Subramanian