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

generating number range

Former Member
0 Likes
486

what is the tcode used to created number ranges?

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
458

hi,

T.code <b>srno.</b>

reward points if helpful,

regards,

seshu.

4 REPLIES 4
Read only

Former Member
0 Likes
459

hi,

T.code <b>srno.</b>

reward points if helpful,

regards,

seshu.

Read only

Former Member
0 Likes
458

HEllo,

Check the TCode SNRO

Use the FM to get the number range


   CALL FUNCTION 'NUMBER_GET_NEXT'
         EXPORTING
              nr_range_nr             = lva_range_nr
              object                  = 'ZSTOCKCARD'
         IMPORTING
              number                  = upa_scnum
         EXCEPTIONS
              interval_not_found      = 1
              number_range_not_intern = 2
              object_not_found        = 3
              quantity_is_0           = 4
              quantity_is_not_1       = 5
              interval_overflow       = 6
              buffer_overflow         = 7
              OTHERS                  = 8.

    IF sy-subrc IS INITIAL.
      EXIT.
    ELSE.

If useful reward.

Vasanth

Read only

Former Member
0 Likes
458

Hi Neha,

From FbN1 -For Acct Doc you can Change, Create ,

Check the Intervals before creating and Changing.

Reward if useful!

Read only

Former Member
0 Likes
458

Hi,

ACNR Service Material

MMNR: Material MAster

XDN1: Customer

XKN1: Vendor

etc.

Reward if useful!