MV13AFMA 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 MV13AFMA 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!
MM_ARRANG_EXTENSIONS_READ call function 'MM_ARRANG_EXTENSIONS_READ' EXPORTING arrangement = kona perform_only_check = no TABLES extended_arrangements = xmebog EXCEPTIONS no_extension_for_arrangement = 1 internal_error_arrangements = 2 arrangement_not_found = 3 arrang_already_new_period = 4 others = 5.
MM_ARRANG_PARTNERS_MAINTAIN call function 'MM_ARRANG_PARTNERS_MAINTAIN' EXPORTING i_kona = kona i_aktyp = t180-aktyp i_t6b1 = t6b1 IMPORTING partners_changed = partners_changed TABLES xmmpa = xmmpa ymmpa = ymmpa EXCEPTIONS partner_error = 1 others = 2.
MM_ARRANG_PARTNERS_COMP_CHECK call function 'MM_ARRANG_PARTNERS_COMP_CHECK' EXPORTING i_t6b1 = t6b1 i_kona = kona TABLES xmmpa = xmmpa error_messages = error_messages EXCEPTIONS partner_schema_not_found = 1 others = 2.
MM_ARRANG_DISPLAY_ERROR_MSG call function 'MM_ARRANG_DISPLAY_ERROR_MSG' TABLES error_messages = error_messages.
MM_ARRANGEMENT_CHECK_END_WAERS CALL FUNCTION 'MM_ARRANGEMENT_CHECK_END_WAERS' EXPORTING I_ARRANGEMENT = kona OBJEKT = 'BUS3030' OBJEKT_KONA = 'BUS3030ARR' AKTYP = T180-AKTYP IMPORTING E_CONTAINS_END_WAERS = L_CONTAINS_END_WAERS E_DIFF_KONA_END_WAER_CR_SCA = L_DIFF_KONA_END_WAER_CR_SCA E_CONT_DIFF_KONA_END_WAERS_CR = L_CONT_DIFF_KONA_END_WAERS_CR E_AUSLAUF_WAERS = L_AUSLAUF_WAERS TABLES T_VARIABLE_KEY = xvake T_CONDITION_RECORD = xkonp T_ERROR_MESSAGES = error_messages EXCEPTIONS CONDITION_RECORD_NOT_FOUND = 1 OTHERS = 2 .
MM_ARRANG_DISPLAY_ERROR_MSG CALL FUNCTION 'MM_ARRANG_DISPLAY_ERROR_MSG' TABLES ERROR_MESSAGES = ERROR_MESSAGES VARIABLE_KEY = XVAKE.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = no diagnosetext1 = text-e01 diagnosetext2 = text-e02 textline1 = text-e03 textline2 = text-e04 titel = text-e06 IMPORTING answer = l_answer.
MM_ARRANGEMENT_CHECK_END_WAERS CALL FUNCTION 'MM_ARRANGEMENT_CHECK_END_WAERS' EXPORTING I_ARRANGEMENT = kona OBJEKT = 'BUS3031' OBJEKT_KONA = 'BUS3031ARR' AKTYP = T180-AKTYP IMPORTING E_CONTAINS_END_WAERS = L_CONTAINS_END_WAERS E_DIFF_KONA_END_WAER_CR_SCA = L_DIFF_KONA_END_WAER_CR_SCA E_CONT_DIFF_KONA_END_WAERS_CR = L_CONT_DIFF_KONA_END_WAERS_CR E_AUSLAUF_WAERS = L_AUSLAUF_WAERS TABLES T_VARIABLE_KEY = xvake T_CONDITION_RECORD = xkonp T_ERROR_MESSAGES = error_messages EXCEPTIONS CONDITION_RECORD_NOT_FOUND = 1 OTHERS = 2 .
MM_ARRANG_DISPLAY_ERROR_MSG CALL FUNCTION 'MM_ARRANG_DISPLAY_ERROR_MSG' TABLES ERROR_MESSAGES = ERROR_MESSAGES VARIABLE_KEY = XVAKE.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = no diagnosetext1 = text-e01 diagnosetext2 = text-e02 textline1 = text-e03 textline2 = text-e04 titel = text-e06 IMPORTING answer = l_answer.
MM_ARRANGEMENT_CHECK_WAERS call function 'MM_ARRANGEMENT_CHECK_WAERS' EXPORTING i_arrangement = kona TABLES t_variable_key = xvake t_condition_record = xkonp t_error_messages = error_messages EXCEPTIONS condition_record_not_found = 1 others = 2.
MM_ARRANG_DISPLAY_ERROR_MSG call function 'MM_ARRANG_DISPLAY_ERROR_MSG' TABLES ERROR_MESSAGES = ERROR_MESSAGES VARIABLE_KEY = XVAKE.
POPUP_TO_CONFIRM_WITH_MESSAGE call function 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = no diagnosetext1 = text-e01 diagnosetext2 = text-e02 textline1 = text-e03 textline2 = text-e04 titel = text-e06 IMPORTING answer = l_answer.
MM_ARRANG_PARTNERS_COPY call function 'MM_ARRANG_PARTNERS_COPY' EXPORTING i_kona_old = kona i_t6b1 = t6b1 i_check_delete_data = yes TABLES xmmpa = xmmpa error_messages = error_messages EXCEPTIONS partner_not_found = 1 partner_schema_not_found = 2 others = 3.
MM_ARRANG_DISPLAY_ERROR_MSG call function 'MM_ARRANG_DISPLAY_ERROR_MSG' TABLES error_messages = error_messages EXCEPTIONS others = 1.
VIEW_KURGV call function 'VIEW_KURGV' EXPORTING comwa = vtcomag IMPORTING rgwa = kurgv EXCEPTIONS no_kna1 = 01 no_knkk = 02 no_knvv = 03 no_tvta = 04 error_message = 05 others = 06.
MM_ARRANG_IND_DISPLAY_FOR_VAKE call function 'MM_ARRANG_IND_DISPLAY_FOR_VAKE' EXPORTING i_arrangement = kona i_variable_key = vake i_condition_record = konp i_condition_header = konh i_t6b1 = t6b1 EXCEPTIONS invalid_kappl = 1 invalid_arrang_type = 2 index_data_not_found = 3 others = 4.
MM_ARR_MESSAGE_DIALOG_WS call function 'MM_ARR_MESSAGE_DIALOG_WS' EXPORTING i_kona = kona i_trtyp = t180-aktyp IMPORTING e_printed = l_dataloss_nach EXCEPTIONS cancel = 1 no_message = 2 message_not_printable = 3 print_error = 4 invalid_boart = 5 unknown_error = 6 locked_by_others = 7 fatal_lock_error = 8 preview_error = 9 others = 10.
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.
MM_ARRANGEMENT_NEW_PERIOD call function 'MM_ARRANGEMENT_NEW_PERIOD' EXPORTING arrangement_number = kona-knuma i_only_check = yes I_NO_FINAL_EURO_CHECK = yes "0400432/200 IMPORTING arrangement_new = kona TABLES variable_key_new = hilfvake condition_header_new = hilfkonh condition_record_new = hilfkonp condition_scale_new = hilfstaffel t_mmpa = xmmpa error_messages = error_messages EXCEPTIONS arrangement_number_missing = 1 arrangement_not_found = 2 invalid_arrang_type = 3 arrang_type_invalid_abtyp = 4 arrang_type_no_arrangement_cal = 5 arrang_already_new_period = 6 calendar_buffer_not_loadable = 7 arrangement_invalid = 8 arrang_no_conditions = 9 arrangement_vake_not_found = 10 arrangement_cal_not_found = 11 condition_header_cal_not_found = 12 no_arrangement_number = 13 no_condition_header_number = 14 arrangement_no_period = 15 condition_header_no_period = 16 condition_header_last_date = 17 check_org_data = 18 error_cond_rec_number = 19 partner_schema_not_found = 20 settlement_calendar_invalid = 21 extension_not_necessary = 22 euro_conversion = 23 condition_record_not_found = 24 invalid_condition_type = 25 others = 26.
MM_ARRANG_DISPLAY_ERROR_MSG call function 'MM_ARRANG_DISPLAY_ERROR_MSG' TABLES error_messages = error_messages variable_key = hilfvake.
SELECT_TEXT call function 'SELECT_TEXT' EXPORTING object = co_tdobject_kona name = da_tdname id = co_tdid_all language = co_tdspras_all.
MM_ARRANG_PARTNER_SELECT call function 'MM_ARRANG_PARTNER_SELECT' EXPORTING i_kona = kona i_t6b1 = t6b1 TABLES xmmpa = xmmpa ymmpa = ymmpa EXCEPTIONS invalid_boart = 1 data_not_found = 2 no_arrangement_number = 3 others = 4.
MM_ARRANG_STANDARD_ANALYSIS call function 'MM_ARRANG_STANDARD_ANALYSIS' EXPORTING arrangement = kona EXCEPTIONS extension_not_possible = 1 others = 2.
MM_ARRANG_STANDARD_ANALYSIS call function 'MM_ARRANG_STANDARD_ANALYSIS' EXPORTING arrangement = kona extensions = yes EXCEPTIONS extension_not_possible = 1 others = 2.
CUA_PARAMETER_READ call function 'CUA_PARAMETER_READ' EXPORTING bildgruppe = t185-bldgr programm = t185f-agidv bild = t185-panel typ = t185f-trtyp.
MM_KONA_SINGLE_READ call function 'MM_KONA_SINGLE_READ' EXPORTING i_knuma = p_knuma IMPORTING e_kona = p_kona EXCEPTIONS no_records_found = 1 others = 2.
MM_ARR_MESSAGES_READ_WN call function 'MM_ARR_MESSAGES_READ_WN' EXPORTING i_kona = p_kona EXCEPTIONS invalid_boart = 1 others = 2.
MM_ARR_MESSAGES_READ_WS call function 'MM_ARR_MESSAGES_READ_WS' EXPORTING i_kona = p_kona EXCEPTIONS invalid_boart = 1 others = 2.
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 MV13AFMA or its description.