RJITMOED01 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 RJITMOED01 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
JITI - IDoc List for Specified 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: VETYP_PT = D Additional Information 1
Selection Text: VEHID_PT = D Additional Information 2
Selection Text: SSPEZ_PT = D Additional Information 3
Selection Text: SEQNR_PT = D Customer Sequence Number
Selection Text: PRODN_PT = D Customer JIT Call No.
Selection Text: KUNNR_LV = D Sold-To Party
Selection Text: KNREF_LV = D Partner Description
Selection Text: ABTYP_PT = D Call Type
Title: IDoc List for Specified JIT Calls
Text Symbol: 006 = Do you really want to output all calls?
Text Symbol: 005 = &1 calls have been selected
Text Symbol: 004 = Confirmation Prompt
Text Symbol: 003 = DetailDisplay
Text Symbol: 002 = Identification Data
Text Symbol: 001 = Cust. Data
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
IDOC_READ_COMPLETELY CALL FUNCTION 'IDOC_READ_COMPLETELY' EXPORTING document_number = docnum_help_lv * IMPORTING * IDOC_CONTROL = * NUMBER_OF_DATA_RECORDS = * NUMBER_OF_STATUS_RECORDS = * TABLES * INT_EDIDS = * INT_EDIDD = EXCEPTIONS document_not_exist = 1 document_number_invalid = 2 OTHERS = 3 .
EDI_DOCUMENT_TREE_DISPLAY CALL FUNCTION 'EDI_DOCUMENT_TREE_DISPLAY' EXPORTING docnum = docnum_help_lv open = ' ' EXCEPTIONS no_idoc_found = 1 OTHERS = 2.
JIT02_READ_CUSTOMER_FROM_SB CALL FUNCTION 'JIT02_READ_CUSTOMER_FROM_SB' TABLES jitcu_sb_et = jitcusb_lt.
REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING * I_INTERFACE_CHECK = ' ' i_callback_program = 'RJITMOED01' i_callback_pf_status_set = 'SET_PF_STATUS' i_callback_user_command = 'FCODE_ACTION' "call by * 'perform' not * necessary is_layout = layout_gs it_fieldcat = fkat_gt * IT_EXCLUDING = * IT_SPECIAL_GROUPS = it_sort = sort_gt * IT_FILTER = * IS_SEL_HIDE = * I_SCREEN_START_COLUMN = 0 * I_SCREEN_START_LINE = 0 * I_SCREEN_END_COLUMN = 0 * I_SCREEN_END_LINE = 0 i_default = 'X' i_save = 'A' "Saving variants is_variant = variant_gs * IT_EVENTS = * IT_EVENT_EXIT = i_tabname_header = master_gc i_tabname_item = slave_gc * I_STRUCTURE_NAME_HEADER = * I_STRUCTURE_NAME_ITEM = is_keyinfo = keyinfo_gs * IS_PRINT = * IMPORTING * E_EXIT_CAUSED_BY_CALLER = * ES_EXIT_CAUSED_BY_USER = TABLES t_outtab_header = master_gt t_outtab_item = slave_gt EXCEPTIONS program_error = 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.