RNUMNDT0 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program enables you to delete the transaction data of the IS-H system for a client...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 RNUMNDT0 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
NMND - IS-H: Reset Client
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: TESTMODE = Test Mode
Selection Text: OBJCT = Object (Use)
Title: IS-H: Reset Client
Text Symbol: T14 = Country Vers.
Text Symbol: T13 = Test
Text Symbol: T12 = Long Text
Text Symbol: T11 = Change Doc.
Text Symbol: T10 = Number Range
Text Symbol: T09 = Table
Text Symbol: T08 = No.Records
Text Symbol: T07 = Result
Text Symbol: T06 = Comment
Text Symbol: T05 = CV;;country version
Text Symbol: T04 = Key
Text Symbol: T03 = Object
Text Symbol: T02 = Client: ###
Text Symbol: T01 = Reset Client
Text Symbol: S02 = Including Country Version
Text Symbol: S01 = Test Mode
Text Symbol: A01 = IS-H: Client reset.
Text Symbol: 007 = Program canceled. Nothing was deleted.
Text Symbol: 006 = Continue
Text Symbol: 005 = Stop
Text Symbol: 004 = Reset Client (IS-H Tables)
Text Symbol: 003 = Please read the documentation!
Text Symbol: 002 = program in the test phase.
Text Symbol: 001 = Caution: You should only use this
INCLUDE MNCOLOUR.
No SAP DATABASE tables are accessed within this REPORT code!
NAMETAB_GET CALL FUNCTION 'NAMETAB_GET' EXPORTING langu = sy-langu only = 'T' tabname = tabname IMPORTING header = x030l TABLES nametab = dntab EXCEPTIONS internal_error = 1 table_has_no_fields = 2 table_not_activ = 3 no_texts_found = 4 OTHERS = 5.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING text_option1 = 'Stop'(005) text_option2 = 'Weiter'(006) textline1 = ptext1 textline2 = ptext2 textline3 = ptext3 titel = ptitel IMPORTING answer = reply.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING * EINRI = EINRI line_size = lsize repid = 'RNUMNDT0' title_lin1 = tit1 title_lin2 = tit2 uline = off EXCEPTIONS invalid_einri = 01.
RSLG_WRITE_SYSLOG_ENTRY CALL FUNCTION 'RSLG_WRITE_SYSLOG_ENTRY' EXPORTING data_area = add_ons sl_message_area = 'C0' sl_message_subid = '0'.
DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 1.
DB_COMMIT CALL FUNCTION 'DB_COMMIT' EXCEPTIONS OTHERS = 1.
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING * EINRI = EINRI line_size = lsize repid = 'RNUMNDT0' title_lin1 = tit1 title_lin2 = tit2 uline = off EXCEPTIONS invalid_einri = 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.