SAP Reports / Programs | Sales and Distribution | Foreign Trade | Basic Functions(SD-FT-PRO) SAP SD

MV52EF0C SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

OUTGOING_CALL_PROCESS CALL FUNCTION 'OUTGOING_CALL_PROCESS' EXPORTING tel_number = lv_telno name_in = lv_name remark_in = lv_abtlg display_popup = charx.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = chary textline1 = text-006 textline2 = text-007 titel = text-008 start_column = 25 start_row = 6 cancel_display = charx IMPORTING answer = answer.

POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' EXPORTING defaultoption = 'Y' textline1 = text-009 textline2 = ' ' titel = text-010 start_column = 25 start_row = 6 cancel_display = charx IMPORTING answer = answer.

RS_VARIANT_EXISTS CALL FUNCTION 'RS_VARIANT_EXISTS' EXPORTING report = lv_prog variant = lv_var IMPORTING r_c = hlp_subrc EXCEPTIONS not_authorized = 1 no_report = 2 report_not_existent = 3 report_not_supplied = 4 OTHERS = 5.

FI_CHECK_ZTERM CALL FUNCTION 'FI_CHECK_ZTERM' EXPORTING i_koart = 'D' i_zterm = h_zterm.

EXPIMP_HEADER_TEXTS_FETCH CALL FUNCTION 'EXPIMP_HEADER_TEXTS_FETCH' EXPORTING i_flag_partner_country = charx i_flag_num_cc_add = charx i_partner_country = genla IMPORTING e_partner_country_txt = landx.

CUA_PARAMETER_READ CALL FUNCTION 'CUA_PARAMETER_READ' EXPORTING programm = t185f-agidv bildgruppe = t185-bldgr bild = t185-panel typ = t185f-trtyp IMPORTING cua_status = t185v-status cua_titel = t185v-ctitel cua_para1 = t185v-para1 cua_para2 = t185v-para2 cua_para3 = t185v-para3 cua_para4 = t185v-para4.

RS_VARIANT_CHANGE CALL FUNCTION 'RS_VARIANT_CHANGE' EXPORTING report = lv_program variant = lv_var EXCEPTIONS not_authorized = 1 not_executed = 2 no_report = 3 report_not_existent = 4 report_not_supplied = 5 variant_locked = 6 variant_not_existent = 7 variant_protected = 8 OTHERS = 9.

DOC_DISPLAY_TERMINATE CALL FUNCTION 'DOC_DISPLAY_TERMINATE'.

GFW_PRES_SHOW_MULT CALL FUNCTION 'GFW_PRES_SHOW_MULT' EXPORTING container = 'GRAPHIC_CONT' * TOP = * LEFT = * HEIGHT = * WIDTH = presentation_type = gfw_prestype_pie_chart * HEADER = orientation = gfw_orient_columns * PARENT = * IMPORTING * RETVAL = TABLES values = values column_texts = column_texts EXCEPTIONS error_occurred = 1 OTHERS = 2.

FT_USER_CONTROL_DATA_READ CALL FUNCTION 'FT_USER_CONTROL_DATA_READ' EXPORTING i_user_name = sy-uname i_ft_area = 'ENGK' IMPORTING e_r_user_area_setup = ls_user_area_setup EXCEPTIONS wrong_ft_area = 1 OTHERS = 2.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = ls_kunnr-low IMPORTING output = ls_kunnr-low.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = ls_kunnr-high IMPORTING output = ls_kunnr-high.



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