RNUBEWNR is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This program selects all services that are assigned to a movement with the number "9999" and using the service start and end dates determines the movement that should be assigned to the service...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 RNUBEWNR 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: NOUPD = Test Mode (w/o DB Change)
Selection Text: FALNR = Case Number
Title: IS-H: Determine Correct Movement Number for Generated Services
Text Symbol: 015 = Number of Services Selected:
Text Symbol: 014 = Comment
Text Symbol: 013 = Movement
Text Symbol: 012 = PerfOU
Text Symbol: 011 = ReqNOU
Text Symbol: 017 = Processing Mode ----------------------------------------------------
Text Symbol: 016 = Selection Criteria -------------------------------------------------
Text Symbol: 005 = Determine Seq. No. of Movement
Text Symbol: 004 = TEST RUN: No Database Changes Made!
Text Symbol: 003 = No appropriate movement found
Text Symbol: 002 = No change was found
Text Symbol: 001 = Movement found
Text Symbol: 010 = Req.OU
Text Symbol: 009 = To
Text Symbol: 008 = Frm
Text Symbol: 007 = Service
Text Symbol: 006 = Case Number
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISH_CALL_LIST_HEAD CALL FUNCTION 'ISH_CALL_LIST_HEAD' EXPORTING EINRI = RNSTAT-EINRI LINE_SIZE = RNSTAT-LINE_SIZE REPID = RNSTAT-REPID TITLE_LIN1 = RNSTAT-TITLE_LIN1 TITLE_LIN2 = RNSTAT-TITLE_LIN2 ULINE = RNSTAT-ULINE AUSBEGDT = RNSTAT-AUSBEGDT AUSENDDT = RNSTAT-AUSENDDT 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.
RNUBEWNR - IS-H: Determine Correct Movement Number for Generated Services RNUBEWNR - IS-H: Determine Correct Movement Number for Generated Services RNUARC00 - IS-H: Archiving - Create Variants for Dependent Archiving Objects RNUARC00 - IS-H: Archiving - Create Variants for Dependent Archiving Objects RNUAPPMV - IS-H: Move Appointments in Visit Scheduling RNUAPPMV - IS-H: Move Appointments in Visit Scheduling