MJKSD05F02 is a standard ABAP INCLUDE 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 MJKSD05F02 into the relevant SAP transactions such as SE38 or SE80
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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
ISM_SD_SALESAREA_TO_RANGE call function 'ISM_SD_SALESAREA_TO_RANGE' exporting in_vkorg = vkorg in_vtweg = vtweg in_spart = spart in_vkbur = vkbur in_vkgrp = vkgrp importing out_vkorg_tab = range_vkorg_tab out_vtweg_tab = range_vtweg_tab out_spart_tab = range_spart_tab out_vkbur_tab = range_vkbur_tab out_vkgrp_tab = range_vkgrp_tab.
ISM_SD_VBELN_TO_RANGE call function 'ISM_SD_VBELN_TO_RANGE' exporting in_vbeln = order importing out_vbeln_tab = range_order_tab.
ISM_SD_POSNR_TO_RANGE call function 'ISM_SD_POSNR_TO_RANGE' exporting in_posnr = posnr importing out_posnr_tab = range_posnr_tab.
ISM_SD_ORDER_GET call function 'ISM_SD_ORDER_GET' exporting x_manual = 'X' x_generated = gen_order x_partner_or = 'X' tables in_vkorg = range_vkorg_tab in_vtweg = range_vtweg_tab in_spart = range_spart_tab in_vkbur = range_vkbur_tab in_vkgrp = range_vkgrp_tab in_issue = issue_tab * IN_CONTRACT = * IN_CONTRACT_DOC = in_order = range_order_tab in_posnr = range_posnr_tab in_ship_to_party = range_ship_to_tab in_sold_to_party = range_sold_to_tab in_wholesaler = range_wholesaler_tab in_order_doc = doc_type_tab out_order = out_order exceptions no_order_found = 1 others = 2.
ISM_SD_SALESAREA_TO_RANGE call function 'ISM_SD_SALESAREA_TO_RANGE' exporting in_vkorg = vkorg in_vtweg = vtweg in_spart = spart in_vkbur = vkbur in_vkgrp = vkgrp importing out_vkorg_tab = range_vkorg_tab out_vtweg_tab = range_vtweg_tab out_spart_tab = range_spart_tab out_vkbur_tab = range_vkbur_tab out_vkgrp_tab = range_vkgrp_tab.
ISM_SD_VBELN_TO_RANGE call function 'ISM_SD_VBELN_TO_RANGE' exporting in_vbeln = in_contract importing out_vbeln_tab = range_contract_tab.
ISM_SD_POSNR_TO_RANGE call function 'ISM_SD_POSNR_TO_RANGE' exporting in_posnr = in_posnr importing out_posnr_tab = range_posnr_tab.
ISM_SD_SELECT_CONTRACTS call function 'ISM_SD_SELECT_CONTRACTS' exporting * IN_ISSUE = x_partner_or = 'X' tables in_vkorg = range_vkorg_tab in_vtweg = range_vtweg_tab in_spart = range_spart_tab in_vkbur = range_vkbur_tab in_vkgrp = range_vkgrp_tab in_contract = range_contract_tab in_posnr = range_posnr_tab in_ship_to_party = range_ship_to_tab in_sold_to_party = range_sold_to_tab in_wholesaler = range_wholesaler_tab in_doc_type_contract = doc_type_tab in_product = product_tab out_contract2 = contract.
ISM_SD_MATERIAL_TO_RANGE call function 'ISM_SD_MATERIAL_TO_RANGE' exporting in_matnr = in_issue changing range_tab = range_issue_tab.
ISM_SD_GET_ISSUE call function 'ISM_SD_GET_ISSUE' exporting * MEDIA_FAMILY = copy_number = in_copynr * PUBL_DATE = * BP = * BP_IN_ROLE = * DAY_FROM = * DAY_TO = vkorg = in_vkorg vtweg = in_vtweg spart = in_spart vkbur = in_vkbur vkgrp = in_vkgrp importing out_issue_tab = sel_issue_tab tables in_issue_tab = range_issue_tab in_product_tab = in_range_product_tab exceptions error = 1 others = 2.
ISM_SD_MATERIAL_TO_RANGE call function 'ISM_SD_MATERIAL_TO_RANGE' exporting in_tab = sel_issue_tab changing range_tab = out_issue_tab.
ISP_ADDRESS_SELECT_BY_NAME1 call function 'ISP_ADDRESS_SELECT_BY_NAME1' exporting kpl_suche = ps_rjksdca-kpl_suche searchdata = ls_sadr xshiporders = space xadmanagement = space "note 666303 importing anzahl_saetze = lv_maxcount tables adresstabn = lt_addresstab exceptions address_not_found = 01 cip_code_not_unique = 02 name_or_sortl_missing = 03 town_missing = 04 more_than_51_saetze = 05.
POPUP_TO_DECIDE call function 'POPUP_TO_DECIDE' exporting defaultoption = '1' textline1 = lv_helptext1 textline2 = text-ln2 text_option1 = text-new "neu selektieren text_option2 = text-shw "Anzeigen titel = lv_helptext2 importing answer = lv_returncode. "#EC *
ISP_POPUP_CHOOSE_BP call function 'ISP_POPUP_CHOOSE_BP' exporting x_modul = 'MSD' * X_CIC = * MSD_TJK00 = * MAM_CENTACCESS = vkorg = ps_rjksdca-vkorg vtweg = ps_rjksdca-vtweg spart = ps_rjksdca-spart importing exp_okcode = lv_okcode tables adressen_itab = pt_addresstab changing gp_itab_mark = lt_addresstab_marked.
ISP_NAME_READ_FOR_ORDER call function 'ISP_NAME_READ_FOR_ORDER' exporting gpnr_in = pv_gpnr importing sadrwa_out = ls_jgtsadr exceptions address_not_found = 1 gp_not_found = 2 missing_input = 3 others = 4.
ISP_GET_SHORTFORM_FOR_SEARCH call function 'ISP_GET_SHORTFORM_FOR_SEARCH' exporting land = ps_rjksdcentralaccess01-land1 changing ortname = ps_rjksdcentralaccess01-ort01 strname = ps_rjksdcentralaccess01-stras.
ISM_SD_BP_TO_RANGE call function 'ISM_SD_BP_TO_RANGE' exporting in_bp_tab = in_bp_tab importing range_tab = range_tab.
ISM_SD_SELECT_SINGLE_TVAK call function 'ISM_SD_SELECT_SINGLE_TVAK' exporting auart = auart importing tvak_i = tvak exceptions not_found = 1 others = 2.
call function 'ISM_SD_SET_SALESAREA_FROM_IDS' exporting vkorg = rjksdcentralaccess01-vkorg vtweg = rjksdcentralaccess01-vtweg spart = rjksdcentralaccess01-spart vkgrp = rjksdcentralaccess01-vkgrp vkbur = rjksdcentralaccess01-vkbur.
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 MJKSD05F02 or its description.