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

MV13AF0B SAP ABAP INCLUDE - Determine quantity of active ingredient







MV13AF0B 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 MV13AF0B 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 MV13AF0B. "Basic submit
SUBMIT MV13AF0B AND RETURN. "Return to original report after report execution complete
SUBMIT MV13AF0B 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 MV13AF0B

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:

ND_EXITS_ACTIVE_CHECK CALL FUNCTION 'ND_EXITS_ACTIVE_CHECK' EXCEPTIONS exits_not_active = 1 OTHERS = 2.

OPEN_FI_PERFORM_00503308_E CALL FUNCTION 'OPEN_FI_PERFORM_00503308_E' EXPORTING iv_kschl = rv13a-kschl iv_usage = rv13a-kvewe iv_kappl = rv130-kappl iv_kotabnr = rv13a-kotabnr iv_bk_error = bk_error iv_call_mod = call_modus IMPORTING ev_subrc = bk_subrc CHANGING iv_old_kschl = da_kschl.

AGR_MNT_BADI_INSTANCE_GET CALL FUNCTION 'AGR_MNT_BADI_INSTANCE_GET' IMPORTING e_badi_instance = badi_instance e_badi_active = badi_active.

RV_DOMAIN_VALUE_TEXTS CALL FUNCTION 'RV_DOMAIN_VALUE_TEXTS' EXPORTING domname = dd07v-domname domvalue = dd07v-domvalue_l IMPORTING ddtext = abtyp_text_boart.

RV_DOMAIN_VALUE_TEXTS CALL FUNCTION 'RV_DOMAIN_VALUE_TEXTS' EXPORTING domname = dd07v-domname domvalue = dd07v-domvalue_l IMPORTING ddtext = abtyp_text_trans.

AGR_MNT_BADI_INSTANCE_GET CALL FUNCTION 'AGR_MNT_BADI_INSTANCE_GET' IMPORTING e_badi_instance = badi_instance e_badi_active = badi_active.

SWU_OBJECT_PUBLISH CALL FUNCTION 'SWU_OBJECT_PUBLISH' EXPORTING objtype = l_objtype objkey = kona-knuma EXCEPTIONS objtype_not_found = 1 error_message = 2 OTHERS = 3.

SD_INDEX_UPDATE_CHECK CALL FUNCTION 'SD_INDEX_UPDATE_CHECK' IMPORTING index_updated = bkl_new_rebate_processing.

NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = t6b1-numki object = 'BONUS' IMPORTING number = kona-knuma EXCEPTIONS interval_not_found = 01 number_range_not_intern = 02 object_not_found = 03.

MM_ARRANG_MESSAGES_RENAME_WS CALL FUNCTION 'MM_ARRANG_MESSAGES_RENAME_WS' EXPORTING i_knuma_old = l_knuma_old i_knuma_new = kona-knuma.

RKE_CHECK_COMMITMENT_FLAG CALL FUNCTION 'RKE_CHECK_COMMITMENT_FLAG' EXPORTING i_cokey = bcc_kschl i_bukrs = t001-bukrs IMPORTING e_comm_flag = bcc_flag EXCEPTIONS OTHERS = 1.

CONVERSION_EXIT_CUNIT_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_CUNIT_OUTPUT' EXPORTING input = bb_awein language = sy-langu IMPORTING output = bb_awein EXCEPTIONS unit_not_found = 01.

SD_BUDGET_DATA_PREPARE CALL FUNCTION 'SD_BUDGET_DATA_PREPARE' EXPORTING knuma_single = kona-knuma i_kona = kona IMPORTING bdp_kfrst_budget = bdp_kfrst_budget TABLES bdp_xkonp = xkonp bdp_ykonp = ykonp bdp_time_vake = time_vake bdp_time_vake_db = time_vake_db bdp_time_vake_budget = bdp_time_vake_budget bdp_konp_budget = bdp_konp_budget EXCEPTIONS OTHERS = 0.

SD_BUDGET_DATA_PREPARE CALL FUNCTION 'SD_BUDGET_DATA_PREPARE' IMPORTING bdp_kfrst_budget = bdp_kfrst_budget TABLES bdp_xkonp = xkonp bdp_ykonp = ykonp bdp_time_vake = time_vake bdp_time_vake_db = time_vake_db bdp_time_vake_budget = bdp_time_vake_budget bdp_konp_budget = bdp_konp_budget EXCEPTIONS OTHERS = 0.

RKE_PREPARE_COMMITMENT CALL FUNCTION 'RKE_PREPARE_COMMITMENT' EXPORTING i_knumh = bdp_konp_budget-knumh i_datbi = bdp_datbi i_kopos = bdp_konp_budget-kopos is_criteria_komk = bdp_komk is_criteria_komp = bdp_komp i_cokey = bdp_konp_budget-kschl i_cukey = bdp_pwaeh i_value = bdp_newvalue TABLES ith_time_table = bdp_frto_budget EXCEPTIONS OTHERS = 1.

VAKEY_TO_2LINES CALL FUNCTION 'VAKEY_TO_2LINES' EXPORTING table_number = bdp_kotabnr usage = bdp_kvewe variable_key = bdp_vakey IMPORTING fields_string = bdp_vakey1 text_string = bdp_vakey2 EXCEPTIONS OTHERS = 1.

VAKEY_TO_2LINES CALL FUNCTION 'VAKEY_TO_2LINES' EXPORTING table_number = xvake-kotabnr usage = xvake-kvewe variable_key = xvake-vakey IMPORTING fields_string = bdc_vakey1 text_string = bdc_vakey2 EXCEPTIONS OTHERS = 1.

SD_TEXT_UPDKZ_GET_FROM_CATALOG CALL FUNCTION 'SD_TEXT_UPDKZ_GET_FROM_CATALOG' EXPORTING cat_tdobject = co_tdobject_kona cat_tdname = da_tdname cat_refresh = ' ' TABLES cat_table = ta_tcatalog EXCEPTIONS OTHERS = 4.



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