SAP Reports / Programs

RNUTN00D SAP ABAP Report - IS-H Test Report: Check/Copy/Delete Entries TN00D







RNUTN00D is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You can use this program with regard to the IS-H screen sequence table TN00D in order to: List screen sequences Check and delete duplicate entries for each screen sequence Delete screen sequences Copy screen sequences Make mass changes to the attributes Basic flow and Goto allowed...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 RNUTN00D 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 RNUTN00D. "Basic submit
SUBMIT RNUTN00D AND RETURN. "Return to original report after report execution complete
SUBMIT RNUTN00D 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: Z_SPERL = ..Value Attr. 'Goto'
Selection Text: Z_GRABL = ..Value Attr. 'Basic flow'
Selection Text: ZEINRI = .. in institution
Selection Text: TEST = Test Mode
Selection Text: TCODE = Transaction Code
Selection Text: PROT = Log Output (All)
Selection Text: MOD_ATTR = Reset Attributes
Selection Text: EINRI = Institution
Selection Text: DEL_DOPP = Delete: only duplicate entries
Selection Text: DEL_ALL = Delete: all entries
Selection Text: COPY = Copy
Title: IS-H Test Report: Check/Copy/Delete Entries TN00D
Text Symbol: 030 = Edit Screen Sequence
Text Symbol: 029 = Use in test phase only!
Text Symbol: 028 = the screen flow of your transactions.
Text Symbol: 027 = Caution: This program changes
Text Symbol: 026 = Continue
Text Symbol: 025 = Stop
Text Symbol: 024 = Deletion error
Text Symbol: 023 = Number of records to be copied:
Text Symbol: 022 = Number of records to be copied:
Text Symbol: 021 = Copy entries TN00D
Text Symbol: 020 = Delete entries TN00D
Text Symbol: 019 = Delete duplicate entries
Text Symbol: 018 = Copy error
Text Symbol: 017 = Copied
Text Symbol: 016 = To be copied
Text Symbol: 015 = To be deleted
Text Symbol: 012 = Check entries TN00D
Text Symbol: 011 = Entries copied
Text Symbol: 010 = Entries deleted
Text Symbol: 009 = Simulation: no data was changed
Text Symbol: 008 = Number of records deleted:
Text Symbol: 007 = Return code:
Text Symbol: 006 = Duplicate entries deleted.
Text Symbol: 005 = Number of records for deletion
Text Symbol: 004 = Deleted
Text Symbol: 003 = Duplicate





001 Inst TCod No Scrn Activ Go Mdt Action


INCLUDES used within this REPORT RNUTN00D

INCLUDE RNDATA00.


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:

POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING * DEFAULTOPTION = E01 text_option1 = 'Stop'(025) text_option2 = 'Weiter'(026) textline1 = ptext1 textline2 = ptext2 textline3 = ptext3 titel = ptitel IMPORTING answer = reply.

ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING line_size = 84 repid = lv_repid title_lin1 = lv_title uline = ' ' display = ' ' IMPORTING r_form = lr_form EXCEPTIONS invalid_einri = 1 OTHERS = 2.



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