SAP Reports / Programs

RESDEDIORD SAP ABAP Report - IDoc Monitor for Incoming SD Orders







RESDEDIORD is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). Below is the basic information available for this SAP report including which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC. Also check out the submitted Comments related to this SAP report or see any standard documentation available.

If you would like to execute this report or see the full code listing simply enter RESDEDIORD 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

EMORD - IDoc Monitor for SD 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 RESDEDIORD. "Basic submit
SUBMIT RESDEDIORD AND RETURN. "Return to original report after report execution complete
SUBMIT RESDEDIORD 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: RCVSDF = D .
Selection Text: RCVSCA = D .
Selection Text: RCVSAD = D .
Selection Text: RCVPRT = D .
Selection Text: RCVPRN = D .
Selection Text: RCVPOR = D .
Selection Text: RCVPFC = D .
Selection Text: RCVLAD = D .
Selection Text: P64 = D .
Selection Text: P53 = D .
Selection Text: P51 = D .
Selection Text: OUTMOD = D .
Selection Text: MESTYP = D .
Selection Text: MESFCT = D .
Selection Text: MESCOD = D .
Selection Text: IDOCTP = D .
Selection Text: EXPRSS = D .
Selection Text: DOCNUM = D .
Selection Text: CRETIM = D .
Selection Text: CREDAT = D .
Selection Text: CIMTYP = D .
Selection Text: BSART = D .
Selection Text: AUFART = D .
Selection Text: ARCKEY = D .
Selection Text: ABLAD = D .
Selection Text: TDID_P = Text ID Item
Selection Text: TDID_K = Text ID Header
Selection Text: PARTN_WE = Goods Recipient/Ship-To Party
Selection Text: PARTN_LF = Our Vendor Number
Selection Text: RCVSLF = D .
Selection Text: VTWEG = D .
Selection Text: VKORG = D .
Selection Text: VKGRP = D .
Selection Text: VKBUR = D .
Selection Text: UPDTIM = D .
Selection Text: UPDDAT = D .
Selection Text: TEST = D .
Selection Text: STDVRS = D .





Selection Text: STDMES = D .
Selection Text: STD = D .
Selection Text: STATUS = D .
Selection Text: SPART = D .
Selection Text: SNDSNA = D .
Selection Text: SNDSMN = D .
Selection Text: SNDSLF = D .
Selection Text: SNDSDF = D .
Selection Text: SNDSCA = D .
Selection Text: SNDSAD = D .
Selection Text: SNDPRT = D .
Selection Text: SNDPRN = D .
Selection Text: SNDPOR = D .
Selection Text: SNDPFC = D .
Selection Text: SNDLAD = D .
Selection Text: SERIAL = D .
Selection Text: REFMES = D .
Selection Text: REFINT = D .
Selection Text: REFGRP = D .
Selection Text: RCVSNA = D .
Selection Text: RCVSMN = D .
Selection Text: PARTN_AG = Sold-To Party
Selection Text: KNREF = Customer Plant
Selection Text: KDMAT = Customer Material
Selection Text: IDDAT_B = Pickup Date to
Selection Text: IDDAT_A = Pickup Date from
Selection Text: BELNR = Purchase Order Number
Title: IDoc Monitor for Incoming SD Orders
Text Symbol: 060 = Message Text
Text Symbol: 053 = Msg. Type
Text Symbol: 050 = IDoc Monitor for Incoming SD Orders
Text Symbol: 037 = Application Data2
Text Symbol: 034 = IDoc Data
Text Symbol: 033 = Order Change
Text Symbol: 032 = Delivery Order
Text Symbol: 031 = Request
Text Symbol: 030 = Order
Text Symbol: 029 = Legend
Text Symbol: 028 = Status History





Text Symbol: 027 = Status History for IDoc
Text Symbol: 016 = Maximum Number of Partial Deliveries Allowed Per Item
Text Symbol: 014 = Price (net)
Text Symbol: 013 = Pickup Date to
Text Symbol: 012 = PickupDate fr
Text Symbol: 011 = Ship-to Party
Text Symbol: 010 = Vendor
Text Symbol: 009 = IDoc Status
Text Symbol: 008 = Continue?
Text Symbol: 006 = Recipient Data
Text Symbol: 005 = Sender Data
Text Symbol: 004 = Addit.Select 2
Text Symbol: 003 = Addit.Select. 1
Text Symbol: 002 = Stand.Selection
Text Symbol: 001 = Application Data1
Text Symbol: 061 = Deleted
Text Symbol: 159 = Status
Text Symbol: 158 = Mess. No.
Text Symbol: 157 = MessClass
Text Symbol: 099 = IDoc List
Text Symbol: 098 = Max.No. of IDocs for Info Message
Text Symbol: 089 = Process IDoc in the Background
Text Symbol: 087 = Process in Dialog?
Text Symbol: 086 = Set iDoc Status to "Deleted"
Text Symbol: 085 = Text Available at Header and/or Item Levels
Text Symbol: 084 = Process IDoc in the Dialog
Text Symbol: 083 = Functions For Which Several Lines Can Be Selected
Text Symbol: 082 = Order Number: Display Customer Order
Text Symbol: 081 = Functions For Which Only One Line Can Be Selected:
Text Symbol: 080 = Display of Available Texts at Header and/or Item Level
Text Symbol: 079 = IDoc Number: Branch to Display of IDoc in Readable Form
Text Symbol: 077 = Left:
Text Symbol: 075 = IDocs with "Deleted" Status
Text Symbol: 073 = Special Status
Text Symbol: 072 = Application document posted
Text Symbol: 071 = IDoc ready for transfer to application
Text Symbol: 070 = Application document not posted
Text Symbol: 068 = Status
Text Symbol: 067 = Text



Text Symbol: 064 = Sold-to
Text Symbol: 063 = Description
Text Symbol: 062 = Icon


INCLUDES used within this REPORT RESDEDIORD

INCLUDE ED_MONORD_DATA.
INCLUDE ED_MONORD_DAT46.
INCLUDE ED_MONORD_INIT.
INCLUDE ED_MONORD_FIELDCAT.
INCLUDE ED_MONORD_ALV_FUNC.
INCLUDE ED_MONORD_USER_COM.
INCLUDE ED_MONORD_PROCESS.
INCLUDE ED_MONORD_START_END_SELECTION.
INCLUDE ED_MONORD_CREATE_ICONS.
INCLUDE ED_MONORD_LAYOUT.
INCLUDE ED_MONORD_SELECT_EDIDC.
INCLUDE ED_MONORD_SEARCH_DATARECORD.
INCLUDE ED_MONORD_POST_IDOC.
INCLUDE ED_MONORD_GET_STATUS.
INCLUDE ED_MONORD_SELECTION_DATA.
INCLUDE ED_MONORD_FILL_DATARECORD.
INCLUDE ED_MONORD_MESSAGE_GROUP.
INCLUDE ED_MONORD_BADI.


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:

No SAP FUNCTION MODULES are executed within this report code!



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