RESDEDIMONJIT is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for You use the IDoc Monitor to select and reprocess incoming sequenced and summarized JIT calls...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 RESDEDIMONJIT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
EMJIT - IDoc Monitor for JIT Calls
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: RCVSDF = D Default Setting
Selection Text: RCVSCA = D Communication Type
Selection Text: RCVSAD = D SADR Recipient Addr.
Selection Text: RCVPRT = D Receiver Partnr Type
Selection Text: RCVPRN = D Receiver Partner No.
Selection Text: RCVPOR = D Receiver Port
Selection Text: RCVPFC = D Receiver Part.Functn
Selection Text: RCVLAD = D Logical Address of Recipient
Selection Text: PZEIT = Planned Shipping Time
Selection Text: PRODN = External Call No
Selection Text: PDATUM = Planned Shipping Date
Selection Text: PARTN_AG = Sold-to Party
Selection Text: P64 = D Traffic Light
Selection Text: P53 = D Traffic Light
Selection Text: P51 = D Traffic Light
Selection Text: OUTMOD = D Output Mode
Selection Text: MESTYP = D Message Type
Selection Text: MESFCT = D Message Function
Selection Text: MESCOD = D Message Code
Selection Text: LIUMF = Components Group Material
Selection Text: LIFNR = Our Vendor Number
Selection Text: KNREF = Partner Description
Selection Text: KDMAT = Customer Material
Selection Text: IDOCTP = D Basic Type
Selection Text: GRPIN = Grouping Information
Selection Text: FLDPO_P = Assembly Location (Item)
Selection Text: FLDPO_H = Assembly Location (Header)
Selection Text: EXSTI_P = External Status Info (Item)
Selection Text: EXSTI_H = External Status Info (Header)
Selection Text: EXPRSS = D Express
Selection Text: RCVSLF = D Sequential Number
Selection Text: VETYP = Additional Information 1
Selection Text: VEHID = Additional Information 2
Selection Text: UPDTIM = D Time Changed
Selection Text: UPDDAT = D Changed on
Selection Text: TEST = D Test Flag
Selection Text: STDVRS = D EDI Std Version
Selection Text: STDMES = D EDI Message Type
INCLUDE RESDEDIJIT_DATA.
INCLUDE RESDEDIJIT_DAT46.
INCLUDE RESDEDIJIT_INIT.
INCLUDE RESDEDIJIT_CREATEICONS.
INCLUDE RESDEDIJIT_FIELDCAT.
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_INPUT * CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' * EXPORTING * input = int_e1ksjcl-partn * IMPORTING * output = partn_lv.
JIT06_SEARCH_KUNNR CALL FUNCTION 'JIT06_SEARCH_KUNNR' EXPORTING lifnr_iv = int_e1ksjcl-lifnr knref_iv = int_e1ksjcl-knref ablad_iv = ablad_ev IMPORTING kunnr_ev = kunnr_iv EXCEPTIONS not_found = 1 OTHERS = 2.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = partn_pt-low IMPORTING OUTPUT = partn_pt-low.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING INPUT = int_e1ksjcl-partn IMPORTING OUTPUT = int_e1ksjcl-partn.
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = int_e1ksjcl-partn IMPORTING output = ev_partn.
JIT03_FIND_PARTGROUP CALL FUNCTION 'JIT03_FIND_PARTGROUP' EXPORTING kunnr_iv = ev_partn knref_iv = int_e1ksjcl-knref ablad_iv = ablad_ex fldpo_iv = fldpo_ex matnr_iv = ev_matnr * LIUMF_IV = ' ' * SATNR_IV = ' ' * VERID_IV = ' ' IMPORTING jitpg_sb_es = s_jitpg EXCEPTIONS no_part_group_found = 1 OTHERS = 2.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING diagnose_object = 'JIT_IDOC_SELECT' text_question = text-008 display_cancel_button = ' ' IMPORTING answer = answer TABLES parameter = spar_lt EXCEPTIONS text_not_found = 0 OTHERS = 0.
JIT02_READ_JITED_W_DOCNUM CALL FUNCTION 'JIT02_READ_JITED_W_DOCNUM' EXPORTING docnum_it = docnum_lt IMPORTING jited_et = jited_lt EXCEPTIONS no_entry_found = 0 OTHERS = 0.
JIT01_READ_JITHD_WITH_JINUM CALL FUNCTION 'JIT01_READ_JITHD_WITH_JINUM' TABLES jinum_it = jinum_lt jithd_et = jithd_lt EXCEPTIONS entry_not_found = 0 OTHERS = 0.
ESD01_IDOC_MESSAGE_READ CALL FUNCTION 'ESD01_IDOC_MESSAGE_READ' EXPORTING idoc_number = int_edidc-docnum IMPORTING idoc_message = messtxt TABLES idoc_status = t_idoc_status all_status = all_status.
UNIT_OF_MEASURE_ISO_TO_SAP CALL FUNCTION 'UNIT_OF_MEASURE_ISO_TO_SAP' EXPORTING iso_code = t006_iso_code_lv IMPORTING sap_code = t006_sap_code_lv * UNIQUE = 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 RESDEDIMONJIT or its description.