MJ7LV1FOSTPLUS 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 MJ7LV1FOSTPLUS 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.
Title: output and form routines Fost Plus
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
J_7L_M11_VERSION_SELECT_DECLAR CALL FUNCTION 'J_7L_M11_VERSION_SELECT_DECLAR' EXPORTING p_v1k = ij_7lv1k p_modus = modus TABLES pt_v1p = itab_v1p_actm pt_v1p_mekey = itab_v1p_m pt_mvar = mvar CHANGING p_ms = j_7lms EXCEPTIONS mekey_not_found = 1 error_message_handler = 2 no_positions = 3.
J_7L_ARTIKEL_DEREFERENZIEREN CALL FUNCTION 'J_7L_ARTIKEL_DEREFERENZIEREN' EXPORTING matnr = itab_v1p_m-matnr variante = itab_v1p_m-variante bukrs = r_bukrs land1 = r_land1 IMPORTING rmatn = r_matnr * MAKTIVKZ = EXCEPTIONS matnr_not_found = 1 rmatn_not_found = 2 OTHERS = 3.
SSFCOMP_PDF_PREVIEW CALL FUNCTION 'SSFCOMP_PDF_PREVIEW' EXPORTING i_otf = it_return-otfdata EXCEPTIONS convert_otf_to_pdf_error = 1 cntl_error = 2 OTHERS = 3.
POPUP_TO_DECIDE *CALL FUNCTION 'POPUP_TO_DECIDE' * EXPORTING * DEFAULTOPTION = '2' * TEXTLINE1 = TEXT-121 * TEXTLINE2 = TEXT-122 ** textline3 = * TITEL = TEXT-120 * TEXT_OPTION1 = TEXT-001 * TEXT_OPTION2 = TEXT-002 ** START_COLUMN = 25 ** START_ROW = 6 * CANCEL_DISPLAY = ' ' * IMPORTING * ANSWER = CHOOSE_BELEG * EXCEPTIONS * OTHERS = 1.
J_7L_FILTER_SPLITTING * CALL FUNCTION 'J_7L_FILTER_SPLITTING' * EXPORTING * matnr = io_v1m-matnr * bukrs = j_7lms-bukrs * land1 = j_7lms-land1 * entnr = j_7lms-entnr * vrkme = io_v1m-vrkme * vkorg = io_v1m-vkorg * vtweg = io_v1m-vtweg * spart = io_v1m-spart * kumrk = io_v1m-kumrk * kunnr = io_v1m-kunnr * datum = io_v1m-datab ** RBUKR = I_RBUKR (OPTIONAL) ** LANDR = I_LANDR (OPTIONAL) * IMPORTING * vkorg_f = io_v1m-vkorg_f * vtweg_f = io_v1m-vtweg_f * spart_f = io_v1m-spart_f * kumrk_f = io_v1m-kumrk_f * kunnr_f = io_v1m-kunnr_f * EXCEPTIONS * OTHERS = 1.
J_7L_FILTER_SPLITKEYS_KUNNR CALL FUNCTION 'J_7L_FILTER_SPLITKEYS_KUNNR' EXPORTING entna = j_7lms-entna bukrs = j_7lms-bukrs land1 = j_7lms-land1 vkorg = io_v1m-vkorg vtweg = io_v1m-vtweg spart = io_v1m-spart kumrk = io_v1m-kumrk kunnr = io_v1m-kunnr datum = j_7lms-budat j_7le01_in = ls_j_7le01 IMPORTING split_keys = ls_split_keys_kunnr * TABLES * ENTNA_TAB = EXCEPTIONS OTHERS = 1.
J_7L_FILTER_SPLITKEYS_LIFNR CALL FUNCTION 'J_7L_FILTER_SPLITKEYS_LIFNR' EXPORTING entna = j_7lms-entna bukrs = j_7lms-bukrs land1 = j_7lms-land1 ekorg = io_v1m-ekorg limrk = io_v1m-limrk lifnr = io_v1m-lifnr datum = j_7lms-budat j_7le01_in = ls_j_7le01 IMPORTING split_keys = ls_split_keys_lifnr EXCEPTIONS OTHERS = 1.
J_7L_VBRP_KVFM CALL FUNCTION 'J_7L_VBRP_KVFM' EXPORTING entnr = j_7lms-entnr bukrs = j_7lms-bukrs land1 = j_7lms-land1 waerk = j_7lms-waerk blart = j_7lms-blart budat = j_7lms-budat * vrpnr = * PROT = ' ' datab = j_7lms-datab datbi = j_7lms-datbi * PROTMSEG = ' ' progrm = 'V' * IMPORTING * fmeng = tmp_fmeng * meins = tmp_meins TABLES j_7lv1k_tab = itab_v1k j_7lv1p_tab = itab_v1p j_7lkvfm_tab = io_v1m_pkg balmi_tab = tmp_balmi EXCEPTIONS data_inconsistency = 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.