SAP Reports / Programs | Sales and Distribution | Master Data | Conditions(SD-MD-CM) SAP SD

MV13AI0V SAP ABAP INCLUDE - documentation and ABAP source code







MV13AI0V 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 MV13AI0V into the relevant SAP transactions such as SE38 or SE80


ABAP code to call this SAP report using the submit statement

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.






SUBMIT MV13AI0V. "Basic submit
SUBMIT MV13AI0V AND RETURN. "Return to original report after report execution complete
SUBMIT MV13AI0V VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


INCLUDES used within this REPORT MV13AI0V

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

NUMBER_GET_INFO CALL FUNCTION 'NUMBER_GET_INFO' EXPORTING nr_range_nr = t6b1-numke object = 'BONUS' IMPORTING interval = nriv EXCEPTIONS interval_not_found = 1.

SD_CONTRACT_CONDITION_TYPES CALL FUNCTION 'SD_CONTRACT_CONDITION_TYPES' "H-53416 EXPORTING "H-53416 i_komk = komk "H-53416 condition_type = ' ' "H-53416 position = input_posnr "H-53416 IMPORTING "H-53416 condition_type = x_kschl "H-53416 condition_type_text = x_vtext. "H-53416

RV_CONDITION_RECORD_DISPLAY CALL FUNCTION 'RV_CONDITION_RECORD_DISPLAY' EXPORTING condition_use = rv13a-kvewe application = t180-kappl condition_classes_excl = 'C' get_condition_type = yes for_maintenance_only = yes IMPORTING condition_type = x_kschl condition_type_text = x_vtext EXCEPTIONS OTHERS = 1.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = 'SAPMV13A' dynumb = sy-dynnr TABLES dynpfields = wa_dynp EXCEPTIONS OTHERS = 1.

RV_CONDITION_RECORD_DISPLAY CALL FUNCTION 'RV_CONDITION_RECORD_DISPLAY' EXPORTING condition_use = rv13a-kvewe application = t180-kappl calculation_procedure = komk-kalsm get_condition_type = yes f4_display_only = display IMPORTING condition_type = t685-kschl EXCEPTIONS OTHERS = 1.

FI_COUNTRY_DATA CALL FUNCTION 'FI_COUNTRY_DATA' EXPORTING i_land1 = komg-sland1_a IMPORTING e_kalsm = x-kalsm.

FI_COUNTRY_DATA CALL FUNCTION 'FI_COUNTRY_DATA' EXPORTING i_land1 = komg-aland IMPORTING e_kalsm = x-kalsm.

FI_COUNTRY_DATA CALL FUNCTION 'FI_COUNTRY_DATA' EXPORTING i_land1 = komg-lland IMPORTING e_kalsm = x-kalsm.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING cucol = 60 curow = 5 display = e_display fieldname = 'MWSK1' tabname = 'KONP' IMPORTING select_value = i_mwsk1 TABLES fields = f4_fields valuetab = valuetab.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING * cucol = 60 * curow = 5 display = mwsk2_display fieldname = 'WT_WITHCD' tabname = 'T059Z' IMPORTING select_value = i_mwsk2 TABLES fields = f4_fields valuetab = valuetab.

F4_DATE CALL FUNCTION 'F4_DATE' EXPORTING date_for_first_month = rv13a-padat factory_calendar_id = kona-ident3 IMPORTING select_date = rv13a-padat EXCEPTIONS OTHERS = 0.

OUTBOUND_CALL_00503303_E CALL FUNCTION 'OUTBOUND_CALL_00503303_E' EXPORTING komg_old = komg_save komg_new = komg vake_old = vake_save vake_new = vake IMPORTING transition_forbidden = da_forbidden.

GET_HANDLE_SD_ENH_REBATES CALL FUNCTION 'GET_HANDLE_SD_ENH_REBATES' IMPORTING e_badi_instance = l_sd_enh_rebate e_badi_active = l_badi_active.



Contribute (Add Comments)

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 MV13AI0V or its description.