MV13AI0K 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 MV13AI0K 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
SD_COND_T686E_SELECT CALL FUNCTION 'SD_COND_T686E_SELECT' EXPORTING i_kfrst = xkona-kfrst i_direction_unique = ' ' IMPORTING e_kbstat = da_kbstat.
RV_CHECK_CONDITION_VALUE * CALL FUNCTION 'RV_CHECK_CONDITION_VALUE' * EXPORTING * CHECK_KRECH = KONP-KRECH * CHECK_VALUE = KONP-GKWRT * CHECK_CURRENCY = KONP-KONWA * CHECK_PRICE_QUANTITY = KONP-KPEIN * CHECK_QUANTITY_UNIT = KONP-KMEIN * ONLY_NEGATIVE = T685A-KNEGA * CONDITION_CLASS = T685A-KOAID * CONDITION = KONP * PRODUCT = KOMG-MATNR * BASIC_QUANTITY_UNIT = TEXT_DEFAULT-MEINS * CHECK_SIGN_ONLY = YES * IMPORTING * CHECK_VALUE = KONP-GKWRT.
RV_CHECK_CONDITION_VALUE * CALL FUNCTION 'RV_CHECK_CONDITION_VALUE' * EXPORTING * CHECK_KRECH = KONP-KRECH * CHECK_VALUE = KONP-MXWRT * CHECK_CURRENCY = KONP-KONWA * CHECK_PRICE_QUANTITY = KONP-KPEIN * CHECK_QUANTITY_UNIT = KONP-KMEIN * ONLY_NEGATIVE = T685A-KNEGA * CONDITION_CLASS = T685A-KOAID * CONDITION = KONP * PRODUCT = KOMG-MATNR * BASIC_QUANTITY_UNIT = TEXT_DEFAULT-MEINS * CHECK_SIGN_ONLY = YES * IMPORTING * CHECK_VALUE = KONP-MXWRT.
PRICING_CHECK CALL FUNCTION 'PRICING_CHECK' EXPORTING comm_head_i = komk comm_item_i = komp komv_i = komv IMPORTING comm_head_e = komk comm_item_e = komp komv_e = komv EXCEPTIONS no_t683s = 4 OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.