MJ1IINF01 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 MJ1IINF01 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: Include MJ1IIF01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = j1ii300-pdate foreign_amount = excitm-bed foreign_currency = j1ii300-waerk local_currency = j1ii300-waers rate = excitm-kursk type_of_rate = j_1iindcus-j_1iexpexcg IMPORTING local_amount = excitm-bed EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = j1ii300-pdate foreign_amount = excitm-tax1amt foreign_currency = j1ii300-waerk local_currency = j1ii300-waers rate = excitm-kursk type_of_rate = j_1iindcus-j_1iexpexcg IMPORTING local_amount = excitm-tax1amt EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = j1ii300-pdate foreign_amount = excitm-tax2amt foreign_currency = j1ii300-waerk local_currency = j1ii300-waers rate = excitm-kursk type_of_rate = j_1iindcus-j_1iexpexcg IMPORTING local_amount = excitm-tax2amt EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = j1ii300-pdate foreign_amount = excitm-tax3amt foreign_currency = j1ii300-waerk local_currency = j1ii300-waers rate = excitm-kursk type_of_rate = j_1iindcus-j_1iexpexcg IMPORTING local_amount = excitm-tax3amt EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = j1ii300-pdate foreign_amount = excitm-aed foreign_currency = j1ii300-waerk local_currency = j1ii300-waers rate = excitm-kursk type_of_rate = j_1iindcus-j_1iexpexcg IMPORTING local_amount = excitm-aed EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY call function 'CONVERT_TO_LOCAL_CURRENCY' exporting date = j1ii300-pdate foreign_amount = excitm-nccd foreign_currency = j1ii300-waerk local_currency = j1ii300-waers rate = excitm-kursk type_of_rate = j_1iindcus-j_1iexpexcg importing local_amount = excitm-nccd exceptions no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 others = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING DATE = J1II300-PDATE FOREIGN_AMOUNT = EXCITM-ECS FOREIGN_CURRENCY = J1II300-WAERK LOCAL_CURRENCY = J1II300-WAERS RATE = EXCITM-KURSK TYPE_OF_RATE = J_1IINDCUS-J_1IEXPEXCG IMPORTING LOCAL_AMOUNT = EXCITM-ECS EXCEPTIONS NO_RATE_FOUND = 1 OVERFLOW = 2 NO_FACTORS_FOUND = 3 NO_SPREAD_FOUND = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = j1ii300-pdate foreign_amount = excitm-sed foreign_currency = j1ii300-waerk local_currency = j1ii300-waers rate = excitm-kursk type_of_rate = j_1iindcus-j_1iexpexcg IMPORTING local_amount = excitm-sed EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = j1ii300-pdate foreign_amount = excitm-cess foreign_currency = j1ii300-waerk local_currency = j1ii300-waers rate = excitm-kursk type_of_rate = j_1iindcus-j_1iexpexcg IMPORTING local_amount = excitm-cess EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = j1ii300-pdate foreign_amount = excitm-excbase foreign_currency = j1ii300-waerk local_currency = j1ii300-waers rate = excitm-kursk type_of_rate = j_1iindcus-j_1iexpexcg IMPORTING local_amount = excitm-excbase EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
J_1I7_USEREXIT_CALC_EXC_BASE CALL FUNCTION 'J_1I7_USEREXIT_CALC_EXC_BASE' EXPORTING EXCITM_BASE = excitm-excbase vbeln = *vbrp-vbeln POSNR = *vbrp-posnr IMPORTING EXCITM_BASE = excitm-excbase TABLES konv = *konv.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = j1ii300-pdate foreign_amount = excitm-excbase foreign_currency = j1ii300-waerk local_currency = j1ii300-waers rate = excitm-kursk type_of_rate = j_1iindcus-j_1iexpexcg IMPORTING local_amount = excitm-excbase EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
J_1I6_ROUND_TO_NEAREST_AMT CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT' EXPORTING i_amount = excitm-bed i_amount1 = excitm-sed i_amount2 = excitm-aed i_amount3 = excitm-cess ****nccd begins i_amount4 = excitm-nccd ****nccd ends * 2006 new taxes begin I_EXADDTAX1_AMOUNT = excitm-tax1amt I_EXADDTAX2_AMOUNT = excitm-tax2amt I_EXADDTAX3_AMOUNT = excitm-tax3amt * 2006 new taxes end
IMPORTING e_amount = excitm-bed e_amount1 = excitm-sed e_amount2 = excitm-aed e_amount3 = excitm-cess ****nccd begins e_amount4 = excitm-nccd ****nccd ends * 2006 new taxes begin E_EXADDTAX1_AMOUNT = excitm-tax1amt E_EXADDTAX2_AMOUNT = excitm-tax2amt E_EXADDTAX3_AMOUNT = excitm-tax3amt * 2006 new taxes end
EXCEPTIONS OTHERS = 1.
J_1I4_GET_ECESS * CALL FUNCTION 'J_1I4_GET_ECESS' * EXPORTING * E_BED_AMOUNT = EXCITM-BED * E_AED_AMOUNT = EXCITM-AED * E_SED_AMOUNT = EXCITM-SED * E_NCCD_AMOUNT = EXCITM-NCCD * CESS = excitm-cess * E_ECS = excitm-ecs "Note 1175362 * E_ECS_RATE = excitm-ecsrate "Note 1175362 * IMPORTING * X_ECS = EXCITM-ECS * X_ECS_RATE = EXCITM-ECSRATE * EXCEPTIONS * others = 1.
J_1I6_ROUND_TO_NEAREST_AMT CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT' EXPORTING i_amount = excitm-ecs i_exaddtax1_amount = excitm-tax1amt IMPORTING e_amount = excitm-ecs e_exaddtax1_amount = excitm-tax1amt EXCEPTIONS OTHERS = 1.
J_1I7_USEREXIT_REDETER_EXC_VAL CALL FUNCTION 'J_1I7_USEREXIT_REDETER_EXC_VAL' TABLES VBRP = *VBRP CHANGING VBELN_B = EXCITM-VBELN_B POSNR_B = EXCITM-POSNR_B VGBEL = EXCITM-VGBEL VGPOS = EXCITM-VGPOS MATNR = EXCITM-MATNR FKIMG = EXCITM-FKIMG MEINS = EXCITM-MEINS WERKS = EXCITM-WERKS EXCBASE = EXCITM-EXCBASE BED = EXCITM-BED AED = EXCITM-AED NCCD = EXCITM-NCCD ECS = EXCITM-ECS SED = EXCITM-SED CESS = EXCITM-CESS TAX1AMT = EXCITM-TAX1AMT TAX2AMT = EXCITM-TAX2AMT tax3amt = excitm-tax3amt kostl = excitm-kostl. "N1799163
J_1I6_MODVAT_POSTING CALL FUNCTION 'J_1I6_MODVAT_POSTING' EXPORTING i_comp_code = j1ii300-bukrs i_post_date = j1ii300-pdate i_currency = j1ii300-waers i_ext_ref_doc = xblnr i_bkref_awtyp = 'VBRK' i_bkref_awref = j1ii300-vbeln IMPORTING e_awtyp = fi_awtyp e_awref = fi_awref e_aworg = fi_aworg e_blart = fi_blart TABLES i_account_info = fidoc EXCEPTIONS fiscal_period_error = 1 doc_create_failed = 2 doc_post_failed = 3 fi_posting_error = 4 OTHERS = 5.
J_1I7_USEREXIT_EXCISE_BEF_SAVE CALL FUNCTION 'J_1I7_USEREXIT_EXCISE_BEF_SAVE' EXPORTING exchdr = j_1iexchdr IMPORTING exchdr = j_1iexchdr TABLES excdtl = z_1iexcdtl excinv = vendor_excinv EXCEPTIONS OTHERS = 1.
CALL FUNCTION 'ENQUEUE_EJ_1IEFSKB' EXPORTING mandt = sy-mandt bukrs = j1ii300-bukrs saknr = excacc-j_1iaccno EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
J_1I4A_GET_EXCISE_BELNR CALL FUNCTION 'J_1I4A_GET_EXCISE_BELNR' IMPORTING awref = fawref awtyp = fawtyp blart = fablart gjahr = fayear.
J_1I4A_CREATE_SD_INV_UPDATE CALL FUNCTION 'J_1I4A_CREATE_SD_INV_UPDATE' IN UPDATE TASK EXPORTING exyear = idata-exyear t_locexp = t_locexp exp_type = exp_type sergrp = j1ii300-sergrp exgrp = j1ii300-excgrp pdate = j1ii300-pdate j_1iexchdr = j_1iexchdr TABLES z_1iexcdtl = z_1iexcdtl z_1ipart2 = z_1ipart2.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = object quantity = '1' subobject = j1ii300-sergrp toyear = idata-exyear IMPORTING number = idata-excnum returncode = rc_exnum EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.
J_1I7_REDETERMINE_INVOICE_TYPE CALL FUNCTION 'J_1I7_REDETERMINE_INVOICE_TYPE' EXPORTING SP_REGION = kuwev-land1 SH_REGION = kuagv-land1 I_WAERK = j1ii300-waerk I_WAERS = j1ii300-waers I_VBRK = wa_vbrk I_VBRP = *vbrp IMPORTING E_CUST_TYP = cust_typ E_T_LOCEXP = t_locexp E_EXP_TYPE = exp_type.
J_1I7_USEREXIT_DUTY_IN_EXPORT CALL FUNCTION 'J_1I7_USEREXIT_DUTY_IN_EXPORT' EXPORTING YVBRK = wa_vbrk IMPORTING SUPPRESS_CALCULATION = suppress_calculation.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = j1ii300-pdate foreign_amount = excitm-excbase foreign_currency = j1ii300-waerk "document currency local_currency = j1ii300-waers * RATE = 0 rate = excitm-kursk type_of_rate = j_1iindcus-j_1iexpexcg IMPORTING local_amount = excitm-excbase EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 OTHERS = 5.
J_1I6_DETERMINE_EXCISE_RATE CALL FUNCTION 'J_1I6_DETERMINE_EXCISE_RATE' EXPORTING bukrs = j1ii300-bukrs werks = j1ii300-werks matnr = excitm-matnr vendor = wa_vbrk-kunag kalsm = j_1iexcdef-j_1itaxcal mwskz = j_1iexcdef-j_1itxcode tax_date = j1ii300-pdate menge = excitm-fkimg kawrt = excitm-excbase unit = excitm-meins vkorg = wa_vbrk-vkorg vtweg = wa_vbrk-vtweg IMPORTING exc_amount = excitm-bed exc_perc = excitm-bedrat add_amount = excitm-aed add_perc = excitm-aedrat sed_amount = excitm-sed sed_perc = excitm-sedrat cess_perc = excitm-cesrat cess_amount = excitm-cess *ECS changes starts ecs_amount = excitm-ecs ecs_perc = excitm-ecsrate *ECS changes ends ****nccd begins nccd_amount = excitm-nccd nccd_perc = excitm-nccdrat ****nccd ends * 2006 new taxes begin EXADDTAX1_AMOUNT = excitm-tax1amt EXADDTAX1_PERC = excitm-tax1rat EXADDTAX2_AMOUNT = excitm-tax2amt EXADDTAX2_PERC = excitm-tax2rat EXADDTAX3_AMOUNT = excitm-tax3amt EXADDTAX3_PERC = excitm-tax3rat * 2006 new taxes ends EXCEPTIONS chapter_id_missing = 1 company_data_not_setup = 2 tax_proc_invalid = 3 excind_missing = 4 vendor_missing = 5 taxcode_invalid = 6 excise_rate_missing = 7 OTHERS = 8.
J_1I4A_DETERMINE_NEW_RATE CALL FUNCTION 'J_1I4A_DETERMINE_NEW_RATE' EXPORTING usage = 'A' application = 'V' calc_date = j1ii300-pdate procedure = 'JINFAC' bukrs = j1ii300-bukrs werks = j1ii300-werks matnr = excitm-matnr vendor = wa_vbrk-kunag menge = excitm-fkimg kawrt = excitm-excbase unit = excitm-meins VKORG = wa_vbrk-vkorg VTWEG = wa_vbrk-vtweg IMPORTING EXC_AMOUNT = excitm-bed EXC_PERC = excitm-bedrat ADD_AMOUNT = excitm-aed ADD_PERC = excitm-aedrat SED_AMOUNT = excitm-sed SED_PERC = excitm-sedrat CESS_AMOUNT = excitm-cess CESS_PERC = excitm-cesrat ****nccd begins nccd_amount = excitm-nccd nccd_perc = excitm-nccdrat ****nccd ends *ECS chnages starts ecs_amount = excitm-ecs ecs_perc = excitm-ecsrate *ECS changes ends * 2006 new taxes begin EXADDTAX1_AMOUNT = excitm-tax1amt EXADDTAX1_PERC = excitm-tax1rat EXADDTAX2_AMOUNT = excitm-tax2amt EXADDTAX2_PERC = excitm-tax2rat EXADDTAX3_AMOUNT = excitm-tax3amt EXADDTAX3_PERC = excitm-tax3rat.
J_1I4_GET_ECESS CALL FUNCTION 'J_1I4_GET_ECESS' EXPORTING E_BED_AMOUNT = EXCITM-BED E_AED_AMOUNT = EXCITM-AED E_SED_AMOUNT = EXCITM-SED E_NCCD_AMOUNT = EXCITM-NCCD CESS = excitm-cess E_ECS = excitm-ecs "Note 1175362 E_ECS_RATE = excitm-ecsrate "Note 1175362 IMPORTING X_ECS = EXCITM-ECS X_ECS_RATE = EXCITM-ECSRATE EXCEPTIONS others = 1.
J_1I6_ROUND_TO_NEAREST_AMT CALL FUNCTION 'J_1I6_ROUND_TO_NEAREST_AMT' EXPORTING i_amount = excitm-bed i_amount1 = excitm-aed i_amount2 = excitm-sed i_amount3 = excitm-cess i_amount5 = excitm-ecs ****nccd begins i_amount4 = excitm-nccd ****nccd ends * 2006 new taxes begin I_EXADDTAX1_AMOUNT = excitm-tax1amt I_EXADDTAX2_AMOUNT = excitm-tax2amt I_EXADDTAX3_AMOUNT = excitm-tax3amt * 2006 new taxes ends IMPORTING e_amount = excitm-bed e_amount1 = excitm-aed e_amount2 = excitm-sed e_amount3 = excitm-cess e_amount5 = excitm-ecs ****nccd begins e_amount4 = excitm-nccd ****nccd ends * 2006 new taxes begin E_EXADDTAX1_AMOUNT = excitm-tax1amt E_EXADDTAX2_AMOUNT = excitm-tax2amt E_EXADDTAX3_AMOUNT = excitm-tax3amt * 2006 new taxes ends EXCEPTIONS OTHERS = 1.
J_1I6_DETERMINE_EXC_YEAR CALL FUNCTION 'J_1I6_DETERMINE_EXC_YEAR' EXPORTING i_bukrs = j1ii300-bukrs i_budat = bkpf-budat IMPORTING excise_year = idata-exyear EXCEPTIONS miss_company = 1 OTHERS = 2.
ENQUEUE_EVVBRKE CALL FUNCTION 'ENQUEUE_EVVBRKE' EXPORTING mode_vbrk = 'E' mandt = sy-mandt vbeln = vbeln_b EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EVVBRKE CALL FUNCTION 'DEQUEUE_EVVBRKE' EXPORTING mode_vbrk = 'E' mandt = sy-mandt vbeln = j1ii300-vbeln.
DEQUEUE_EJ_1IEFSKB CALL FUNCTION 'DEQUEUE_EJ_1IEFSKB' EXPORTING mode_skb1 = 'X' mandt = sy-mandt bukrs = j1ii300-bukrs saknr = excacc-j_1iaccno.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'J_1IINTNUM' quantity = '1' toyear = idata-exyear IMPORTING number = idata-docno returncode = rc_intnum EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = object quantity = '1' subobject = j1ii300-excgrp toyear = idata-exyear IMPORTING number = number returncode = rc_part2num EXCEPTIONS interval_not_found = 1 number_range_not_intern = 2 object_not_found = 3 quantity_is_0 = 4 quantity_is_not_1 = 5 interval_overflow = 6 OTHERS = 7.
J_1I4A_GET_EXCISE_BELNR CALL FUNCTION 'J_1I4A_GET_EXCISE_BELNR' IMPORTING awref = z_1ipart2-fawref awtyp = z_1ipart2-fawtyp blart = z_1ipart2-fablart gjahr = z_1ipart2-fayear.
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'N' textline1 = msg1 textline2 = text-013 titel = text-012 IMPORTING answer = data_loss_flag EXCEPTIONS OTHERS = 1.
ENQUEUE_EJ_1IEXHDR CALL FUNCTION 'ENQUEUE_EJ_1IEXHDR' EXPORTING * mode_j_1iexchdr = 'E' mandt = sy-mandt trntyp = trntyp docyr = docyr docno = docno EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.
DEQUEUE_EJ_1IEXHDR CALL FUNCTION 'DEQUEUE_EJ_1IEXHDR' EXPORTING * mode_j_1iexchdr = 'E' mandt = sy-mandt trntyp = trntyp docyr = docyr docno = docno.
J_1I6_MESSAGE CALL FUNCTION 'J_1I6_MESSAGE' EXPORTING arbgb = '8I' msgnr = '634' def_msgty = 'W' msgtx1 = message_text.
J_1I_DETERMINE_SER_ACCOUNT CALL FUNCTION 'J_1I_DETERMINE_SER_ACCOUNT' EXPORTING BUKRS = p_bukrs WERKS = p_werks TABLES SERACC = tmp_seracc.
J_1I6_CALCULATE_ACCOUNT_BAL CALL FUNCTION 'J_1I6_CALCULATE_ACCOUNT_BAL' EXPORTING bukrs = p_bukrs werks = p_werks excgrp = p_exgrp i_date = sy-datum TABLES accbal = p_excacc EXCEPTIONS excise_acc_notfound = 1 OTHERS = 2.
J_1I6_CALCULATE_ACCOUNT_BAL CALL FUNCTION 'J_1I6_CALCULATE_ACCOUNT_BAL' EXPORTING bukrs = p_bukrs werks = p_werks excgrp = p_exgrp i_date = p_budat TABLES accbal = p_excacc EXCEPTIONS excise_acc_notfound = 1 OTHERS = 2.
J_1I6_DETERMINE_ACCOUNT CALL FUNCTION 'J_1I6_DETERMINE_ACCOUNT' EXPORTING bukrs = p_bukrs werks = p_werks excgrp = p_exgrp trntyp = p_trntyp indicator = 'B' strtyp = p_strtyp TABLES excacc = p_excacc EXCEPTIONS OTHERS = 1.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'J_1IEXCGRP' dynpprog = 'SAPMJ1IIN' value_org = 'S' dynpnr = '0400' dynprofield = 'J1II300-EXCGRP' TABLES value_tab = it_J_1IEXGRPS EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'J_1ISERGRP' dynpprog = 'SAPMJ1IIN' value_org = 'S' dynpnr = '0400' dynprofield = 'J1II300-SERGRP' TABLES value_tab = it_j1isrgrps EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.
J_1I6_CALCULATE_ACCOUNT_BAL CALL FUNCTION 'J_1I6_CALCULATE_ACCOUNT_BAL' EXPORTING bukrs = p_bukrs werks = p_werks excgrp = p_exgrp i_date = p_budat TABLES accbal = excacc EXCEPTIONS excise_acc_notfound = 1 OTHERS = 2.
RV_CONDITION_COPY CALL FUNCTION 'RV_CONDITION_COPY' EXPORTING application = 'V' condition_table = '372' condition_type = exc_cond-kschl date_from = sy-datlo date_to = date_to enqueue = 'X' key_fields = komg maintain_mode = 'A' no_authority_check = 'X' no_field_check = 'X' overlap_confirmed = 'X' TABLES copy_records = xkomv EXCEPTIONS enqueue_on_record = 1 invalid_application = 2 invalid_condition_number = 3 invalid_condition_type = 4 no_authority_ekorg = 5 no_authority_kschl = 6 no_authority_vkorg = 7 no_selection = 8 table_not_valid = 9 no_material_for_settlement = 10 no_unit_for_period_cond = 11 no_unit_reference_magnitude = 12 invalid_condition_table = 13 OTHERS = 14.
RV_CONDITION_SAVE CALL FUNCTION 'RV_CONDITION_SAVE'.
RV_CONDITION_RESET CALL FUNCTION 'RV_CONDITION_RESET'.
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 MJ1IINF01 or its description.