SAP Reports / Programs

NK_REORGANIZE SAP ABAP Report - Reorganize Local Buffers







NK_REORGANIZE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Local buffers are created for number range objects that are buffered locally or in parallel...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_REORGANIZE 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_REORGANIZE. "Basic submit
SUBMIT NK_REORGANIZE AND RETURN. "Return to original report after report execution complete
SUBMIT NK_REORGANIZE 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_TOYEAR = To Year
Selection Text: P_TEST = Test
Selection Text: P_SUBOBJ = Subobject
Selection Text: P_REPAIR = Production
Selection Text: P_PARAL = Parallel Buffers
Selection Text: P_OBJECT = Object
Selection Text: P_LOKAL = Local Buffers
Selection Text: P_INTERV = Interval
Selection Text: P_INSTNC = Instance
Title: Reorganize Local Buffers
Text Symbol: 526 = Instance and WP ID
Text Symbol: 525 = Interval To
Text Symbol: 524 = Interval From
Text Symbol: 523 = Reason
Text Symbol: 522 = Buffer To
Text Symbol: 521 = Buffer From
Text Symbol: 520 = Subobject
Text Symbol: 006 = Buffering Type
Text Symbol: 005 = Selection
Text Symbol: 004 = Technical Options
Text Symbol: 003 = Reorganize Intervals in NRIVSHADOW
Text Symbol: 002 = Reorganize Intervals in NRIV_LOKAL
Text Symbol: 001 = Reorganize Intervals


INCLUDES used within this REPORT NK_REORGANIZE

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:

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'NRIV_RESTE' i_grid_title = gv_title is_layout = gs_layout it_fieldcat = gs_fieldcat TABLES t_outtab = gt_reste_out EXCEPTIONS program_error = 1.



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