SAP Reports / Programs | Enterprise Controlling | Consolidation(EC-CS) SAP EC

MF10CF50 SAP ABAP INCLUDE - Pop-up







MF10CF50 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 MF10CF50 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 MF10CF50. "Basic submit
SUBMIT MF10CF50 AND RETURN. "Return to original report after report execution complete
SUBMIT MF10CF50 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Pop-up


INCLUDES used within this REPORT MF10CF50

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:

POPUP_TO_CONFIRM_LOSS_OF_DATA CALL FUNCTION 'POPUP_TO_CONFIRM_LOSS_OF_DATA' EXPORTING titel = u_title textline1 = text-007 "Do you really want to textline2 = text-008 "break set maintenance? IMPORTING answer = u_answer.

HELP_START CALL FUNCTION 'HELP_START' EXPORTING help_infos = a_help TABLES dynpselect = it_dselc dynpvaluetab = it_dval.

DYNP_VALUES_UPDATE CALL FUNCTION 'DYNP_VALUES_UPDATE' EXPORTING dyname = ld_repid dynumb = ld_dynnr TABLES dynpfields = it_dynpread.

G_SET_AVAILABLE * CALL FUNCTION 'G_SET_AVAILABLE' "vhs008992 * EXPORTING "vhs008992 * SETNAME = LD_SET "vhs008992 * TABLE = CON_DPOST_SET_TABLE "vhs008992 * IMPORTING "vhs008992 * INFO = A_INFO "vhs008992 * SUBRC = LD_SUBRC. "vhs008992

LC_GET_SET_INFO * CALL FUNCTION 'LC_GET_SET_INFO' "vhs008992 "wms066666 * EXPORTING "vhs008992 "wms066666 * E_SETNR = LD_SET "vhs008992 "wms066666 * E_TABLE = CON_DPOST_SET_TABLE "vhs008992 "wms066666 * IMPORTING "vhs008992 "wms066666 * I_SETINFO = A_INFO "vhs008992 "wms066666 * EXCEPTIONS "vhs008992 "wms066666 * SET_NOT_FOUND = 1 "vhs008992 "wms066666 * OTHERS = 2. "vhs008992 "wms066666

HELP_VALUES_GET CALL FUNCTION 'HELP_VALUES_GET' EXPORTING fieldname = 'MVCT_SFLD' tabname = 'T000K' IMPORTING select_value = ld_sfield.

DD_DOFV_GET CALL FUNCTION 'DD_DOFV_GET' EXPORTING get_state = 'A' domain_name = 'LC_SFIELD' TABLES dd07v_tab_a = it_dd07v dd07v_tab_n = it_dd07v_n.

G_SET_SELECT * CALL FUNCTION 'G_SET_SELECT' "vhs008992 * EXPORTING "vhs008992 * CLASS = ' ' * CRUSER = '*' * DYNP_TITLE = ' ' * FIELD_ENTRY = '*' * FIELD_NAME = CON_DPOST_SET_FIELD "vhs008992 * NO_CLASS_DISPLAY = ' ' * NO_SUBSET_EXPAND = 'X' * NO_TABLE_DISPLAY = 'X' "vhs008992 * SEARCHFLD = '*' * SET = '*' * NO_MAINTENANCE = 'X' * SET_USAGE = '*' * START_COLUMN = 0 * START_ROW = 0 * TABLE = CON_DPOST_SET_TABLE "vhs008992 * TITLE_STRING = '*' * TYPELIST = 'BSMD' * UPDUSER = '*' * VARIABLE = '*' * IMPORTING "vhs008992 * class_name = * SET_NAME = LD_SET "vhs008992 * SET_TITLE = LD_SETTEXT "vhs008992 * table_name = * set_type = * set_field = * EXCEPTIONS "vhs008992 * NO_SET_PICKED = 1 "vhs008992 * NO_SETS = 2 "vhs008992 * OTHERS = 3. "vhs008992

POP_VALUE_REQUEST * CALL FUNCTION 'POP_VALUE_REQUEST' * EXPORTING * E_TABNAME = 'T800S' * E_TABLE = CON_DPOST_SET_TABLE * E_FIELD = 'RACCT' * IMPORTING * I_VALUE = LD_SET * I_TEXT = LD_SETTEXT * EXCEPTIONS * NOT_FOUND = 1 * OTHERS = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 25 text = text-t05.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 50 text = text-t05.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 75 text = text-t05.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING percentage = 100 text = text-t05.

MESSAGES_ACTIVE CALL FUNCTION 'MESSAGES_ACTIVE' EXCEPTIONS OTHERS = 1. "wms59423

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXCEPTIONS OTHERS = 1. "wms59423

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G3' msgty = 'I' txtnr = '211'. "wms59423

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G3' msgty = 'I' txtnr = '209'. "wms59423

MESSAGE_STORE CALL FUNCTION 'MESSAGE_STORE' EXPORTING arbgb = 'G3' msgty = 'E' msgv1 = ld_a_ska1-ktopl msgv2 = ld_a_ska1-saknr txtnr = '210'. "wms59423

MESSAGES_SHOW





CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = text-t04 show_linno = ' '. "wms59423

FC_GROUP_ACCOUNTS_ASSIGN_CHECK CALL FUNCTION 'FC_GROUP_ACCOUNTS_ASSIGN_CHECK' TABLES i_t_tfin000 = it_tfin000 e_t_tfin200 = it_tfin200 e_t_tfin201 = it_tfin201 e_t_t004 = it_t004 e_t_ska1 = it_ska1 EXCEPTIONS group_account_missing = 1.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = text-t04 show_linno = ' '.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING display = ld_flg_disp selectfield = ld_selectfield IMPORTING select_value = ld_selectvalue TABLES fields = it_fields full_table = it_values * USER_SEL_FIELDS = * HEADING_TABLE = EXCEPTIONS full_table_empty = 1 no_tablestructure_given = 2 no_tablefields_in_dictionary = 3 more_then_one_selectfield = 4 no_selectfield = 5 OTHERS = 6.

FC_GET_VERSIONS CALL FUNCTION 'FC_GET_VERSIONS' EXPORTING e_rvers = ld_a_tfin000-vers e_ind_inpvs = '1' IMPORTING i_inpvs = it_trans-inpvs EXCEPTIONS OTHERS = 1.

FC_ECCS_MASTER_DATA_UPDATE CALL FUNCTION 'FC_ECCS_MASTER_DATA_UPDATE' TABLES t_tfin000 = it_tfin000 t_contp_trans = it_contp_trans CHANGING c_periv = ld_periv EXCEPTIONS no_active_constype = 1 no_data_stream = 2 no_active_data_stream = 3 no_eccs_ledger = 4 cu_masschange_error = 5.

FC_T000K_READ CALL FUNCTION 'FC_T000K_READ' EXPORTING i_a_t000k = ld_a_t000k * importing "wms68412 * e_periv = ld_periv "wms68412 IMPORTING "wms365128 e_indmc = ld_indmc "wms365128 TABLES t_ra_contp = ld_ra_contp e_t_contp_trans = it_contp_trans EXCEPTIONS * ECCS_NOT_ACTIVE = 1 "wms365128 no_constype_active = 2 no_entries_found = 3 OTHERS = 4.

FC_ENCODING_INFO_READ CALL FUNCTION 'FC_ENCODING_INFO_READ' EXPORTING i_flg_active_only = space i_flg_rules_read = space TABLES i_t_ra_contp = ld_ra_contp e_t_tfin000 = it_tfin000 EXCEPTIONS no_data_stream = 1 no_act_data_stream = 2.

FC_ECCS_ITEM_MASTER_CHECK CALL FUNCTION 'FC_ECCS_ITEM_MASTER_CHECK' TABLES i_t_tfin200 = it_tfin200 i_t_tfin201 = it_tfin201 i_t_t004 = it_t004 i_t_ska1 = it_ska1 * E_T_TF100 = EXCEPTIONS OTHERS = 1.

MESSAGES_SHOW CALL FUNCTION 'MESSAGES_SHOW' EXPORTING object = text-t06 show_linno = ' '.

FC_RCOMP_BUKRS_LOCAL_CURR_COMP * CALL FUNCTION 'FC_RCOMP_BUKRS_LOCAL_CURR_COMP' ** EXPORTING ** I_FLG_MSG_HANDLER = 'X' ** I_FLG_PROG_IND = 'X' ** TABLES ** E_T_T880 = ** E_T_T001 = * EXCEPTIONS * local_currencies_different = 1 * OTHERS = 2.

MESSAGES_SHOW * CALL FUNCTION 'MESSAGES_SHOW' * EXPORTING * object = text-t07 "wms128741 * show_linno = ' '.

FC_SEM_ACTIVE * CALL FUNCTION 'FC_SEM_ACTIVE' * EXCEPTIONS * OTHERS = 1.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING titlebar = text-100 text_question = text-001 display_cancel_button = space IMPORTING answer = ld_answer.

FC_EXTRACT_COMPCODES_ASSIGN CALL FUNCTION 'FC_EXTRACT_COMPCODES_ASSIGN' EXPORTING i_a_t000k = ls_t000k.



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