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
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.
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
INCLUDE NK_CHECK_INTERVALSF01.
INCLUDE NK_CHECK_INTERVALS_ALVF01.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
NK_CHECK_INTERVALS - Object: Consistency Check and Repair of Number Range Intervals NK_CHECK_INTERVALS - Object: Consistency Check and Repair of Number Range Intervals NIDEF - documentation and ABAP source code NICTSTI - documentation and ABAP source code NG_OIH_J1B_ACSDEF_PAIF02 - Include NG_OIH_J1B_ACSDEF_PAIF02 NG_OIH_J1B_ACSDEF_PAIF01 - Include NG_OIH_J1B_ACSDEF_PAIF01