SAP Reports / Programs

/SAPPSSRM/NR_CREATOR SAP ABAP Report - Creator for numeric number ranges from alphanumeric rules







/SAPPSSRM/NR_CREATOR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter /SAPPSSRM/NR_CREATOR into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

This report can be called from another progam/report simply by using the ABAP SUBMIT statement, see below for example ABAP code snipts of how to do this.






SUBMIT /SAPPSSRM/NR_CREATOR. "Basic submit
SUBMIT /SAPPSSRM/NR_CREATOR AND RETURN. "Return to original report after report execution complete
SUBMIT /SAPPSSRM/NR_CREATOR VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Creator for numeric number ranges from alphanumeric rules
Text Symbol: 001 = Line
Text Symbol: 002 = Alpha From
Text Symbol: 003 = Alpha To
Text Symbol: 004 = Numeric From
Text Symbol: 005 = Numeric To
Text Symbol: 006 = Ext. Range
Text Symbol: 007 = '
Text Symbol: 008 = Number Range Object is Locked by Other User
Text Symbol: 009 = Number Range Object Not Found
Text Symbol: 010 = Number Range Object May Not Be Locked
Text Symbol: 011 = Number Range Object Does Not Exist
Text Symbol: 012 = Added
Text Symbol: 013 = Is already on database; no replacement
Text Symbol: 014 = Rule ID
Text Symbol: 015 = Smart Number


INCLUDES used within this REPORT /SAPPSSRM/NR_CREATOR

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

NUMBER_RANGE_ENQUEUE CALL FUNCTION 'NUMBER_RANGE_ENQUEUE' EXPORTING object = ls_nriv-object EXCEPTIONS foreign_lock = 1 object_not_found = 2 system_failure = 3 OTHERS = 4.

NUMBER_RANGE_INTERVAL_LIST CALL FUNCTION 'NUMBER_RANGE_INTERVAL_LIST' EXPORTING object = ls_nriv-object subobject = ls_nriv-subobject TABLES interval = lt_einriv EXCEPTIONS object_not_found = 6 subobject_not_found = 8 OTHERS = 9.

NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING nr_range_nr = ls_nriv-nrrangenr object = ls_nriv-object subobject = ls_nriv-subobject toyear = ls_nriv-toyear IMPORTING interval = le_nriv EXCEPTIONS interval_not_found = 1 object_not_found = 2 OTHERS = 3.

NUMBER_RANGE_DEQUEUE CALL FUNCTION 'NUMBER_RANGE_DEQUEUE' EXPORTING object = ls_nriv-object.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name /SAPPSSRM/NR_CREATOR or its description.