SAP Reports / Programs

REAMIDISCRESCHEDULE SAP ABAP Report - Reschedule Disconnection Orders







REAMIDISCRESCHEDULE is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report enables you to reschedule one or several disconnection or reconnection orders...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 REAMIDISCRESCHEDULE into the relevant SAP transactions such as SE38 or SE80


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

EAMIDISCRESCH01 - Reschedule Disconnection Orders


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 REAMIDISCRESCHEDULE. "Basic submit
SUBMIT REAMIDISCRESCHEDULE AND RETURN. "Return to original report after report execution complete
SUBMIT REAMIDISCRESCHEDULE 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: CHK_BOX1 = Disconnection Orders
Selection Text: CHK_BOX2 = Reconnection Orders
Selection Text: CHK_BOX3 = Orders without work item
Selection Text: CHK_BOX4 = Agreed orders
Selection Text: CHK_BOX5 = Not agreed orders
Selection Text: CHK_BOX6 = Simulation run
Selection Text: CHK_BX3B = Orders with work item
Selection Text: P_DAYS = Reschedule (Number of Days)
Selection Text: P_NUM = Max number of orders
Selection Text: P_SDATAF = New planned activity date
Selection Text: P_STIMAF = New planned activity time
Selection Text: RAD_BUT1 = New planned activity date/time
Selection Text: RAD_BUT2 = Reschedule (Number of Days)
Selection Text: SO_BP = D .
Selection Text: SO_CA = D .
Selection Text: SO_CO = D .
Selection Text: SO_CONTR = D .
Selection Text: SO_DATA = Agreed Date
Selection Text: SO_DATP = Planned activity date
Selection Text: SO_DISD = Disconnection Document
Selection Text: SO_DISR = D .
Selection Text: SO_INST = D .
Selection Text: SO_MATNR = D .
Selection Text: SO_PRE = D .
Selection Text: SO_PROC = D .
Selection Text: SO_SERNR = D .
Selection Text: SO_TIMA = Agreed Time
Selection Text: SO_TIMP = Planned activity time
Title: Reschedule Disconnection Orders
Text Symbol: 001 = Rescheduling successful
Text Symbol: 002 = Rescheduling failed
Text Symbol: IT1 = Number of Entries
Text Symbol: IT2 = Schedule Job
Text Symbol: QT2 = Schedule Background Job
Text Symbol: S01 = Regional Selection
Text Symbol: S03 = Order Category
Text Symbol: S04 = Scheduling Data
Text Symbol: S05 = Disc./Recon. Data





Text Symbol: S06 = Variant Selection
Text Symbol: S07 = Do you want to redisplay or
Text Symbol: S08 = change the background job
Text Symbol: S09 = you just created?
Text Symbol: S10 = Yes
Text Symbol: S11 = No
Text Symbol: S12 = Notification Process Selection
Text Symbol: S13 = Technical Settings
Text Symbol: S14 = Specification
Text Symbol: S28 = New planned activity time
Text Symbol: S29 = Reschedule (Days)
Text Symbol: S31 = Number of Entries
Text Symbol: S32 = Number of orders selected
Text Symbol: S33 = New planned activity date
Text Symbol: S34 = Reference objects
Text Symbol: S40 = New planned activity date/time
Text Symbol: S41 = Reschedule (Number of Days)
Text Symbol: T12 = Background Job for Work Orders


INCLUDES used within this REPORT REAMIDISCRESCHEDULE

INCLUDE IE00DATE.
INCLUDE IEDISCTYPES.
INCLUDE EMSG.
INCLUDE IEAMIDISCCONST.
INCLUDE REAMIDISCMONITOR_TYPES.
INCLUDE REAMIDISCRESCHEDULE_SELSCREEN.


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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_checked text = text-s01 IMPORTING result = but1 EXCEPTIONS OTHERS = 0.



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