cancel
Showing results for 
Search instead for 
Did you mean: 

How to assign Number Range to module pool Ztransaction

kabil_g
Active Participant
0 Kudos

Hi Frds,

Number Range assign to module pool Z transaction & How to Generate it...................................

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

hi

go to snro tcode .

create object.

assign object to FM:CALL FUNCTION 'NUMBER_GET_NEXT'

case sy-ucomm.

when ;SAVE'.

LOGIC

CALL FUNCTION 'NUMBER_GET_NEXT'

Here assign obect and field name for which number you are generating number range.


endcase.

rajkumarnarasimman
Active Contributor
0 Kudos

Hi Kabil,

Number ranges can be created for Standard Transaction using SNRO Tcode.

How to Create you own Number Range SNRO - ABAP Development - SCN Wiki

If you want to create number range for table ZSEMI Table entry, please find the link below

Note:

If you are expecting some other means, please explain in detail.

Regards

Rajkumar Narasimman