SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Number Range Management(BC-SRV-NUM) SAP BC

NK_CHECK_INTERVALS SAP ABAP Report - Object: Consistency Check and Repair of Number Range Intervals







NK_CHECK_INTERVALS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for - Group text table: Interval table: ,,1...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.

If you would like to execute this report or see the full code listing simply enter NK_CHECK_INTERVALS 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 NK_CHECK_INTERVALS. "Basic submit
SUBMIT NK_CHECK_INTERVALS AND RETURN. "Return to original report after report execution complete
SUBMIT NK_CHECK_INTERVALS VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Selection Text: P_OBJECT = Number Range Object
Title: Object: Consistency Check and Repair of Number Range Intervals
Text Symbol: 430 = Element
Text Symbol: 420 = Interval
Text Symbol: 410 = The interval will be deleted.
Text Symbol: 406 = The interval is used in multiple groups.
Text Symbol: 405 = Manual Correction
Text Symbol: 402 = The interval is external but assigned to internal number range number.
Text Symbol: 401 = The interval is internal but assigned to external number range number.
Text Symbol: 400 = The interval is not assigned to a group.
Text Symbol: 360 = Correction
Text Symbol: 350 = Inconsistency
Text Symbol: 340 = Language
Text Symbol: 335 = Icon
Text Symbol: 330 = Subobject
Text Symbol: 320 = Element/Group Text/Interval
Text Symbol: 310 = The group text will be deleted and possibly created again with a new assignment.
Text Symbol: 300 = Error in interval assignment of group text.
Text Symbol: 210 = Interval assignment will be deleted.
Text Symbol: 200 = Error in interval assignment of element.
Text Symbol: 110 = ======> No inconsistencies detected <======
Text Symbol: 100 = Number Range Object $
Text Symbol: 003 = The group text will be created in the logon language
Text Symbol: 002 = The group text does not exist in the logon language
Text Symbol: 001 = Generated text; change this text


INCLUDES used within this REPORT NK_CHECK_INTERVALS

INCLUDE NK_CHECK_INTERVALSF01.
INCLUDE NK_CHECK_INTERVALS_ALVF01.


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_OBJECT_GET_INFO CALL FUNCTION 'NUMBER_RANGE_OBJECT_GET_INFO' EXPORTING object = p_object IMPORTING info = gs_info EXCEPTIONS object_not_found = 01.



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 NK_CHECK_INTERVALS or its description.