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
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
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: 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
INCLUDE RNDATA00.
No SAP DATABASE tables are accessed within this REPORT code!
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.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RNUTN00D - IS-H Test Report: Check/Copy/Delete Entries TN00D RNUTN00D - IS-H Test Report: Check/Copy/Delete Entries TN00D RNUTN00 - IS-H: Initialize Table TN00 RNUTN00 - IS-H: Initialize Table TN00 RNUTGR01 - IS-H: Conv.report service catalog 2.0 to 2.1 RNUTGR01 - IS-H: Conv.report service catalog 2.0 to 2.1