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

MV13AF0V SAP ABAP INCLUDE - Generierte Typen für Zugriff







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

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:

SD_RATES_DELETE_MEM CALL FUNCTION 'SD_RATES_DELETE_MEM' EXPORTING i_konp = l_konp EXCEPTIONS OTHERS = 0.

HELP_VALUES_GET_WITH_TABLE CALL FUNCTION 'HELP_VALUES_GET_WITH_TABLE' EXPORTING fieldname = vb_fieldname tabname = 'RV13A' IMPORTING select_value = i_boart TABLES fields = f4_fields valuetab = valuetab.

F4IF_GET_SHLP_DESCR CALL FUNCTION 'F4IF_GET_SHLP_DESCR' EXPORTING shlpname = l_shlpname IMPORTING shlp = l_shlp EXCEPTIONS OTHERS = 0.

F4_SEARCH_HELP CALL FUNCTION 'F4_SEARCH_HELP' EXPORTING shlp = l_shlp call_control = l_call_control TABLES flds_out_tab = l_flds_out_tab EXCEPTIONS user_cancel = 1 no_data_found = 2 internal_error = 3 not_yet_implemented = 4 OTHERS = 5.

SD_VALUE_ZTERM CALL FUNCTION 'SD_VALUE_ZTERM' IMPORTING selected_zterm = i_zterm.

DIMENSIONCHECK_VOLUME CALL FUNCTION 'DIMENSIONCHECK_VOLUME' EXPORTING voleh = vp_meins EXCEPTIONS dimension_not_volume = 1 t006d_entry_missing = 2 t006_entry_missing = 3.

DIMENSIONCHECK_VOLUME CALL FUNCTION 'DIMENSIONCHECK_VOLUME' EXPORTING voleh = vv_meins EXCEPTIONS dimension_not_volume = 1 t006d_entry_missing = 2 t006_entry_missing = 3.

SD_WORD_PROCESSING_PUT CALL FUNCTION 'SD_WORD_PROCESSING_PUT' EXPORTING fi_application_data = da_tvcom fi_display_flag = da_display_flag * FI_DISPLAY_LANGUAGE = '*' fi_group = t685a-txtgr fi_new_text_language = sy-langu fi_object = co_tdobject_konp fi_reset_flag = no * FI_APPL_OBJECT_IDENT = ' ' fi_appl_object_descr = da_lv70t-title fi_default_fcode = fcode_gleiche_seite " 'ENT1' fi_subscreen_number = '2100' " SUBSCREEN_0607 * FIT_EXCL_FCODE = * FIT_XVBPA = CHANGING fct_xthead = xthead[] * FCT_XVBUV = EXCEPTIONS OTHERS = 2.

SD_WORD_PROCESSING_GET CALL FUNCTION 'SD_WORD_PROCESSING_GET' IMPORTING fe_fcode_on_return = fcode CHANGING fet_xthead = xthead[] EXCEPTIONS OTHERS = 2.



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