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

NK_CHECK_OBJECT SAP ABAP Report - Consistency Check for Number Range Objects







NK_CHECK_OBJECT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for objects...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_OBJECT 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_OBJECT. "Basic submit
SUBMIT NK_CHECK_OBJECT AND RETURN. "Return to original report after report execution complete
SUBMIT NK_CHECK_OBJECT 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 = Object
Title: Consistency Check for Number Range Objects
Text Symbol: 100 = Inconsistencies
Text Symbol: 029 = Create TADIR Entry
Text Symbol: 028 = Element
Text Symbol: 027 = Language
Text Symbol: 026 = Subobject
Text Symbol: 025 = Object Type
Text Symbol: 023 = Action
Text Symbol: 022 = Inconsistency
Text Symbol: 021 = Status
Text Symbol: 020 = Object
Text Symbol: 018 = Create group table
Text Symbol: 017 = Create transaction or select different transaction
Text Symbol: 016 = Specify element text table
Text Symbol: 015 = Correct element text table
Text Symbol: 014 = Create element text table
Text Symbol: 013 = Specify element text table
Text Symbol: 012 = Use different group table
Text Symbol: 011 = Correct group table
Text Symbol: 010 = Create transaction
Text Symbol: 009 = Update buffering type
Text Symbol: 008 = Set valid buffering type
Text Symbol: 007 = Specify value between 0.1 and 99.9
Text Symbol: 006 = Create Domain
Text Symbol: 005 = Change Domain
Text Symbol: 004 = Create Data Element
Text Symbol: 003 = Create Long Text in Logon Language
Text Symbol: 002 = Create Short Text in Logon Language
Text Symbol: 001 = Create Texts


INCLUDES used within this REPORT NK_CHECK_OBJECT

INCLUDE NK_CHECK_OBJECT_CHECK_TEXTF01.
INCLUDE NK_CHECK_OBJECT_WRITE_RESULF01.
INCLUDE NK_CHECK_OBJECT_GET_OBJECTSF01.


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:

No SAP FUNCTION MODULES are executed within this report code!



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