RSSNR300 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 RSSNR300 into the relevant SAP transactions such as SE38 or SE80
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.
Title: Number assignment and Number check test program
Text Symbol: 105 = Data basis
Text Symbol: 110 = No.
Text Symbol: 115 = Year
Text Symbol: 120 = From number
Text Symbol: 125 = To number
Text Symbol: 135 = external
Text Symbol: 150 = required
Text Symbol: 160 = Status
Text Symbol: 170 = get
Text Symbol: 180 = Return
Text Symbol: 250 = Inspection number
Text Symbol: 260 = Return
Text Symbol: 700 = OK
Text Symbol: 710 = not OK
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING OBJECT = INRI-OBJECT NR_RANGE_NR = INRI-NRRANGENR TOYEAR = INRI-TOYEAR QUANTITY = INRI-QUANTITY IMPORTING NUMBER = NUMBER QUANTITY = INRI-QUANTITY RETURNCODE = INRI-RETURNCODE EXCEPTIONS INTERVAL_NOT_FOUND = 01 NUMBER_RANGE_NOT_INTERN = 02 OBJECT_NOT_FOUND = 03 QUANTITY_IS_0 = 04.
NUMBER_CHECK CALL FUNCTION 'NUMBER_CHECK' EXPORTING OBJECT = INRI-OBJECT NR_RANGE_NR = INRI-NRRANGENR TOYEAR = INRI-TOYEAR NUMBER = CHECK_NUMBER IMPORTING RETURNCODE = INRI-RETURNCODE EXCEPTIONS INTERVAL_NOT_FOUND = 01 NUMBER_RANGE_NOT_EXTERN = 02 OBJECT_NOT_FOUND = 03.
NUMBER_RANGE_INTERVAL_UPDATE CALL FUNCTION 'NUMBER_RANGE_INTERVAL_UPDATE' EXPORTING OBJECT = 'EXAMPLE1' TABLES ERROR_IV = ERR INTERVAL = IV.
NUMBER_RANGE_UPDATE_CLOSE CALL FUNCTION 'NUMBER_RANGE_UPDATE_CLOSE' EXPORTING OBJECT = 'EXAMPLE1'.
NUMBER_RANGE_INTERVAL_UPDATE CALL FUNCTION 'NUMBER_RANGE_INTERVAL_UPDATE' EXPORTING OBJECT = 'EXAMPLE2' TABLES ERROR_IV = ERR INTERVAL = IV.
NUMBER_RANGE_UPDATE_CLOSE CALL FUNCTION 'NUMBER_RANGE_UPDATE_CLOSE' EXPORTING OBJECT = 'EXAMPLE2'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSSNR300 - Number assignment and Number check test program RSSNR300 - Number assignment and Number check test program RSSNR2T1 - Test Driver for Fu.gr. SNR2 RSSNR2T1 - Test Driver for Fu.gr. SNR2 RSSNR200 - Export and import the test no. range objects TEST1 to TEST8 RSSNR200 - Export and import the test no. range objects TEST1 to TEST8