SAP Reports / Programs

RESDEDIMONJIT SAP ABAP Report - IDoc Monitor for Incoming JIT Calls







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


Transaction Code(s):

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

EMJIT - IDoc Monitor for JIT Calls


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 RESDEDIMONJIT. "Basic submit
SUBMIT RESDEDIMONJIT AND RETURN. "Return to original report after report execution complete
SUBMIT RESDEDIMONJIT 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 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





Selection Text: STD = D EDI Standard
Selection Text: STATUS = D IDoc Status
Selection Text: SSPEZ = Additional Information 3
Selection Text: SNDSNA = D Internat.Addr.Vers.
Selection Text: SNDSMN = D Client
Selection Text: SNDSLF = D Sequential Number
Selection Text: SNDSDF = D Default Comm. Service
Selection Text: SNDSCA = D Comm. type
Selection Text: SNDSAD = D Address Number
Selection Text: SNDPRT = D ReceiverPartnerType
Selection Text: SNDPRN = D Partner No.
Selection Text: SNDPOR = D Port
Selection Text: SNDPFC = D Sender Partn.Funct.
Selection Text: SNDLAD = D Logical Address of Sender
Selection Text: SERIAL = D Serialization
Selection Text: SEQNR = Sequence Number
Selection Text: RZEIT = Planned Requirements Time
Selection Text: REFMES = D Message Reference
Selection Text: REFINT = D Interchange File Reference
Selection Text: REFGRP = D Reference to Message Group
Selection Text: RDATUM = Planned Requirements Date
Selection Text: RCVSNA = D Internat.Addr.
Selection Text: RCVSMN = D SADR Client(Rec.)
Selection Text: DOCNUM = D IDoc Number
Selection Text: CRETIM = D Time Created
Selection Text: CREDAT = D Date Created
Selection Text: CIMTYP = D Enhancement
Selection Text: ARCKEY = D EDI Archive Key
Title: IDoc Monitor for Incoming JIT Calls
Text Symbol: 057 = Material Text
Text Symbol: 056 = Cust. Material
Text Symbol: 054 = Call Type
Text Symbol: 053 = External Call No
Text Symbol: 052 = Req. Date
Text Symbol: 050 = IDoc Monitor for Incoming JIT Calls
Text Symbol: 039 = Processing in Foreground Not Possible
Text Symbol: 037 = Component Data
Text Symbol: 036 = Do you still want to post the IDoc?
Text Symbol: 033 = IDoc Data





Text Symbol: 032 = Internal Call
Text Symbol: 031 = SummJITCall
Text Symbol: 030 = Sequenced JIT Call
Text Symbol: 029 = Legend
Text Symbol: 028 = Status History
Text Symbol: 027 = Status History for IDoc
Text Symbol: 023 = Logical Deletion of IDocs
Text Symbol: 021 = Are you sure you want to delete?
Text Symbol: 020 = IDocs Selected for Deletion
Text Symbol: 009 = Display IDoc list for following status(es)
Text Symbol: 008 = Do you want to 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 = JIT Call Data
Text Symbol: 060 = Message Text
Text Symbol: 158 = Mess. No.
Text Symbol: 157 = Mess.Class
Text Symbol: 155 = ERP
Text Symbol: 099 = IDoc List
Text Symbol: 098 = Maximum No. of IDocs for Info Message
Text Symbol: 088 = Choose Line
Text Symbol: 086 = Delete iDoc Status
Text Symbol: 085 = Process IDoc in the Background
Text Symbol: 084 = Process IDoc in the Dialog
Text Symbol: 083 = Functions For Which Several Lines Can Be Selected
Text Symbol: 082 = External Call Number: Display JIT Call Detail
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: 076 = Text Available at Header and/or Item Levels
Text Symbol: 075 = Logically Deleted IDocs
Text Symbol: 073 = Special Status
Text Symbol: 072 = Application doc. posted (status 53)
Text Symbol: 071 = IDoc ready for transfer to application (status 64)
Text Symbol: 070 = Application doc. not posted (status 51)



Text Symbol: 068 = Light
Text Symbol: 067 = Text
Text Symbol: 064 = Quantity
Text Symbol: 063 = Description
Text Symbol: 062 = Icon
Text Symbol: 061 = Deleted


INCLUDES used within this REPORT RESDEDIMONJIT

INCLUDE RESDEDIJIT_DATA.
INCLUDE RESDEDIJIT_DAT46.
INCLUDE RESDEDIJIT_INIT.
INCLUDE RESDEDIJIT_CREATEICONS.
INCLUDE RESDEDIJIT_FIELDCAT.


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:

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 .



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