INUMSV01 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 INUMSV01 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 for RFUMSV25
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CALCULATE_TAX_FROM_NET_AMOUNT CALL FUNCTION 'CALCULATE_TAX_FROM_NET_AMOUNT' EXPORTING I_BUKRS = T001-BUKRS I_MWSKZ = H_ZMWSK I_WAERS = T001-WAERS * I_WRBTR = GSEG-WRBTR "1814044 I_WRBTR = ld_base "1814044 I_TXJCD = extract_txjcd "939601 I_PRSDT = bsis-budat "939601 TABLES T_MWDAT = T_MWDAT.
READ_KNA1 CALL FUNCTION 'READ_KNA1' EXPORTING XKUNNR = KONTO xadr_fl = ladr_fl "New for IAV IMPORTING XKNA1 = KNA1 EXCEPTIONS key_incomplete = 1 not_authorized = 2 not_found = 3. "N621193
READ_LFA1 CALL FUNCTION 'READ_LFA1' EXPORTING XLIFNR = KONTO xadr_fl = ladr_fl "New for IAV IMPORTING XLFA1 = LFA1 EXCEPTIONS key_incomplete = 1 not_authorized = 2 not_found = 3. "N621193
GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' EXPORTING BUKRS = BUKRS DATE = AUGDT IMPORTING CURRY = GJAHR.
BDC_CLOSE_GROUP CALL FUNCTION 'BDC_CLOSE_GROUP' EXCEPTIONS NOT_OPEN = 1 QUEUE_ERROR = 2.
CALCULATE_TAX_FROM_GROSSAMOUNT CALL FUNCTION 'CALCULATE_TAX_FROM_GROSSAMOUNT' EXPORTING I_BUKRS = BUKRS I_MWSKZ = MWSKZ I_WAERS = WAERS I_WRBTR = DMBTR I_TXJCD = extract_txjcd "939601 I_PRSDT = bsis-budat "939601 IMPORTING * E_FWNAV = I01 E_FWSTE = STEUR TABLES T_MWDAT = T_MWDAT.
CALCULATE_TAX_FROM_GROSSAMOUNT CALL FUNCTION 'CALCULATE_TAX_FROM_GROSSAMOUNT' EXPORTING I_BUKRS = BUKRS I_MWSKZ = MWSKZ I_WAERS = WAERS I_WRBTR = DMBTR I_TXJCD = extract_txjcd "939601 I_PRSDT = bsis-budat "939601 IMPORTING E_FWSTE = STEUR TABLES T_MWDAT = T_MWDAT.
FI_DOCUMENT_TYPE_DATA CALL FUNCTION 'FI_DOCUMENT_TYPE_DATA' EXPORTING I_BLART = pm_BLART IMPORTING E_T003 = l_T003 EXCEPTIONS OTHERS = 4.
CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING local_currency = IN_WAERS foreign_amount = pm_wrbtr foreign_currency = pm_waers date = pm_budat type_of_rate = l_curr_type IMPORTING local_amount = pm_wrbtr.
CURRENCY_CHECK_FOR_PROCESS CALL FUNCTION 'CURRENCY_CHECK_FOR_PROCESS' EXPORTING process = 'RFUMSV25' EXCEPTIONS process_not_maintained = 1 OTHERS = 2. "506531
CURRENCY_GET_SUBSEQUENT CALL FUNCTION 'CURRENCY_GET_SUBSEQUENT' EXPORTING currency = bsis-waers process = 'RFUMSV25' date = i_date bukrs = skb1-bukrs IMPORTING currency_new = currency_new. "506531
CONVERT_FOREIGN_TO_FOREIGN_CUR CALL FUNCTION 'CONVERT_FOREIGN_TO_FOREIGN_CUR' EXPORTING client = sy-mandt date = bsis-budat from_amount = t_bset-fwbas from_currency = bsis-waers to_currency = currency_new local_currency = t001-waers IMPORTING to_amount = t_bset-fwbas. "506531
CONVERT_FOREIGN_TO_FOREIGN_CUR CALL FUNCTION 'CONVERT_FOREIGN_TO_FOREIGN_CUR' EXPORTING client = sy-mandt date = bsis-budat from_amount = t_bset-fwste from_currency = bsis-waers to_currency = currency_new local_currency = t001-waers IMPORTING to_amount = t_bset-fwste. "506531
CONVERT_FOREIGN_TO_FOREIGN_CUR CALL FUNCTION 'CONVERT_FOREIGN_TO_FOREIGN_CUR' EXPORTING client = sy-mandt date = bsis-budat from_amount = bset-fwbas from_currency = bsis-waers to_currency = currency_new local_currency = t001-waers IMPORTING to_amount = bset-fwbas. "506531
CONVERT_FOREIGN_TO_FOREIGN_CUR CALL FUNCTION 'CONVERT_FOREIGN_TO_FOREIGN_CUR' EXPORTING client = sy-mandt date = bsis-budat from_amount = bset-fwste from_currency = bsis-waers to_currency = currency_new local_currency = t001-waers IMPORTING to_amount = bset-fwste. "506531
CONVERT_FOREIGN_TO_FOREIGN_CUR CALL FUNCTION 'CONVERT_FOREIGN_TO_FOREIGN_CUR' EXPORTING client = sy-mandt date = bsis-budat from_amount = gseg-wrbtr from_currency = bsis-waers to_currency = currency_new local_currency = t001-waers IMPORTING to_amount = gseg-wrbtr. "506531
GET_CURRENT_YEAR call function 'GET_CURRENT_YEAR' EXPORTING bukrs = skb1-bukrs date = gseg-augdt IMPORTING curry = h_gjahr.
GET_CURRENT_YEAR call function 'GET_CURRENT_YEAR' EXPORTING bukrs = skb1-bukrs date = gseg-augdt IMPORTING curry = h_gjahr.
CALL FUNCTION 'GET_CURRENT_YEAR' EXPORTING bukrs = p_skb1_bukrs date = p_gseg_augdt IMPORTING curry = augdt_gjahr.
GET_CURRENT_YEAR CALL FUNCTION 'GET_CURRENT_YEAR' EXPORTING BUKRS = p_bukrs DATE = p_augdt IMPORTING CURRY = p_auggj.
DETERMINE_DUE_DATE CALL FUNCTION 'DETERMINE_DUE_DATE' EXPORTING i_faede = si_faede IMPORTING e_faede = se_faede EXCEPTIONS account_type_not_supported = 1 OTHERS = 2.
RS_REFRESH_FROM_DYNAMICAL_SEL CALL FUNCTION 'RS_REFRESH_FROM_DYNAMICAL_SEL' EXPORTING curr_report = ld_report mode_write_or_move = 'M' IMPORTING p_trange = lt_trange EXCEPTIONS OTHERS = 1.
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 INUMSV01 or its description.