REGWDR01 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for Create work orders/notifications This report selects either devices from the periodic replacement list or sample devices or spare sample devices for sample lots and creates work orders or notificastions for theses devices...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 REGWDR01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EG90 - Create repl. orders/notifications
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: ABKARENZ = D Check Meter Reading Interval
Selection Text: CHDEVLOC = Replace all Devs. of Dev. Loc.
Selection Text: DEVCOUNT = Maximum number of devices
Selection Text: DFLTWERK = PM planning plant (default)
Selection Text: GLTRP = Desired basic end date
Selection Text: GSTRP = Desired basic start date
Selection Text: LISTDISP = Display Date Overlap
Selection Text: SO_ABEIN = Meter reading unit
Selection Text: SO_BKLAS = Construction class
Selection Text: SO_DEVSP = Division for device location
Selection Text: SO_FKLAS = Function class
Selection Text: SO_GTYP = Device category
Selection Text: SO_HERST = Manufacturer
Selection Text: SO_SPTYP = Division Category
Selection Text: SO_TYPBZ = Category description
Selection Text: SO_UIB = Company area
Selection Text: TURNUSJ = Periodic replacement year
Selection Text: VWJAHR = Planned replacement year
Title: Create work orders/notifications for device replacement
Text Symbol: T28 = Specified Construction Classes:
Text Symbol: T27 = Specified Function Classes:
Text Symbol: T26 = Specified Division Categories
Text Symbol: T25 = Specified Device Categories:
Text Symbol: T24 = High
Text Symbol: T23 = Low
Text Symbol: T22 = I
Text Symbol: T21 = Upper lim.
Text Symbol: T20 = Lower lim.
Text Symbol: T19 = Street
Text Symbol: T18 = City
Text Symbol: T17 = Ctry
Text Symbol: T16 = House Number
Text Symbol: T15 = Spare SD
Text Symbol: T14 = Samp. dev.
Text Symbol: T13 = 2nd Drawing
Text Symbol: T12 = 1st Drawing
Text Symbol: T11 = Lot
Text Symbol: T10 = Create Work Orders/Notifications
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISU_DB_TE690_SINGLE CALL FUNCTION 'ISU_DB_TE690_SINGLE' IMPORTING y_te690 = te690 EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.
ISU_DB_TEAPPRVLNR_SELECT_ALL CALL FUNCTION 'ISU_DB_TEAPPRVLNR_SELECT_ALL' * EXPORTING * X_SORT = * X_MAXCOUNT = 0 * IMPORTING * Y_COUNT = TABLES t_teapprvlnr = t_teapprvlnr EXCEPTIONS not_found = 1 OTHERS = 2.
POPUP_TO_DECIDE CALL FUNCTION 'POPUP_TO_DECIDE' EXPORTING * DEFAULTOPTION = '1' textline1 = text-003 * D:'Sollen die erzeugten Protokolle' textline2 = text-004 * D:'angezeigt werden?' * TEXTLINE3 = ' ' text_option1 = text-s04 * D:'Anzeigen' text_option2 = text-s05 * D:'Beenden' titel = text-t35 * D:'Protokolle anzeigen' * START_COLUMN = 25 * START_ROW = 6 cancel_display = co_flag_notmarked IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
MSG_DISPLAY_LOGNUMBERS CALL FUNCTION 'MSG_DISPLAY_LOGNUMBERS' TABLES tx_lognumbers = tx_lognumbers EXCEPTIONS not_found = 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.
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 REGWDR01 or its description.
REGWDR01 - Create work orders/notifications for device replacement REGWDR01 - Create work orders/notifications for device replacement REGTYPVW1 - INTERNAL: Output of Where-Used List for Device Categories REGTYPVW1 - INTERNAL: Output of Where-Used List for Device Categories REGTYPVW - INTERNAL: Output of Where-Used List for Device Categories REGTYPVW - INTERNAL: Output of Where-Used List for Device Categories