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

FTCOFORM SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_checked *>>>>>>>>>>>>>>>> START OF INSERTION HP_321057 <<<<<<<<<<<<<<<<<<<<<<<<< ADD_STDINF = ' ' *>>>>>>>>>>>>>>>> END OF INSERTION HP_321057 <<<<<<<<<<<<<<<<<<<<<<<<<<< IMPORTING result = p_lights EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_incomplete *>>>>>>>>>>>>>>>> START OF INSERTION HP_321057 <<<<<<<<<<<<<<<<<<<<<<<<< ADD_STDINF = ' ' *>>>>>>>>>>>>>>>> END OF INSERTION HP_321057 <<<<<<<<<<<<<<<<<<<<<<<<<<< IMPORTING result = p_lights EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_green_light *>>>>>>>>>>>>>>>> START OF INSERTION HP_321057 <<<<<<<<<<<<<<<<<<<<<<<<< ADD_STDINF = ' ' *>>>>>>>>>>>>>>>> END OF INSERTION HP_321057 <<<<<<<<<<<<<<<<<<<<<<<<<<< IMPORTING * result = p_lights result = lv_lights EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = icon_red_light *>>>>>>>>>>>>>>>> START OF INSERTION HP_321057 <<<<<<<<<<<<<<<<<<<<<<<<< ADD_STDINF = ' ' *>>>>>>>>>>>>>>>> END OF INSERTION HP_321057 <<<<<<<<<<<<<<<<<<<<<<<<<<< IMPORTING * result = p_lights result = lv_lights EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

EXPIMP_DATA_MAINTAIN CALL FUNCTION 'EXPIMP_DATA_MAINTAIN' EXPORTING i_ahbas = lv_ahbas i_tcode = lv_tcode i_tcode_typ = lv_tcode_typ i_entry_single_rec = true TABLES i_tab_tree = lt_tree_tab.

EXPIMP_INCOMPL_DATA_DISPLAY CALL FUNCTION 'EXPIMP_INCOMPL_DATA_DISPLAY' EXPORTING i_ahbas = con_1be i_level = 'K' i_button_detail_cloak = 'X' TABLES i_t_incomplete_fields = display_eiuv EXCEPTIONS no_entry = 1 OTHERS = 2.

EXPIMP_INCOMPL_DATA_DISPLAY CALL FUNCTION 'EXPIMP_INCOMPL_DATA_DISPLAY' EXPORTING i_ahbas = con_1be i_level = 'P' i_button_detail_cloak = 'X' TABLES i_t_incomplete_fields = display_eiuv EXCEPTIONS no_entry = 1 OTHERS = 2.

EXPIMP_INCOMPL_DATA_DISPLAY CALL FUNCTION 'EXPIMP_INCOMPL_DATA_DISPLAY' EXPORTING i_ahbas = con_1we i_level = 'K' i_button_detail_cloak = 'X' TABLES i_t_incomplete_fields = display_eiuv EXCEPTIONS no_entry = 1 OTHERS = 2.

EXPIMP_INCOMPL_DATA_DISPLAY CALL FUNCTION 'EXPIMP_INCOMPL_DATA_DISPLAY' EXPORTING i_ahbas = con_1we i_level = 'P' i_button_detail_cloak = 'X' TABLES i_t_incomplete_fields = display_eiuv EXCEPTIONS no_entry = 1 OTHERS = 2.

EXPIMP_INCOMPL_DATA_DISPLAY CALL FUNCTION 'EXPIMP_INCOMPL_DATA_DISPLAY' EXPORTING i_ahbas = con_2li i_level = 'K' i_button_detail_cloak = 'X' TABLES i_t_incomplete_fields = display_eiuv EXCEPTIONS no_entry = 1 OTHERS = 2.

EXPIMP_INCOMPL_DATA_DISPLAY CALL FUNCTION 'EXPIMP_INCOMPL_DATA_DISPLAY' EXPORTING i_ahbas = con_2li i_level = 'P' i_button_detail_cloak = 'X' TABLES i_t_incomplete_fields = display_eiuv EXCEPTIONS no_entry = 1 OTHERS = 2.

EXPIMP_INCOMPL_DATA_DISPLAY CALL FUNCTION 'EXPIMP_INCOMPL_DATA_DISPLAY' EXPORTING i_ahbas = con_2fa i_level = 'K' i_button_detail_cloak = 'X' TABLES i_t_incomplete_fields = display_eiuv EXCEPTIONS no_entry = 1 OTHERS = 2.

EXPIMP_INCOMPL_DATA_DISPLAY CALL FUNCTION 'EXPIMP_INCOMPL_DATA_DISPLAY' EXPORTING i_ahbas = con_2fa i_level = 'P' i_button_detail_cloak = 'X' TABLES i_t_incomplete_fields = display_eiuv EXCEPTIONS no_entry = 1 OTHERS = 2.

VENDOR_MASTER_DATA_SELECT_00 CALL FUNCTION 'VENDOR_MASTER_DATA_SELECT_00' EXPORTING i_lfa1_lifnr = h_lifnr * i_lfm1_ekorg = ' ' i_data = 'X' i_partner = ' ' IMPORTING a_lfa1 = hlp_lfa1 * a_lfm1 = hlp_lfm1 EXCEPTIONS vendor_not_found = 01.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = addr1_sel IMPORTING address_value = addr1_val EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.

FT_PROCESS_CONTROL_DATA_FETCH CALL FUNCTION 'FT_PROCESS_CONTROL_DATA_FETCH' EXPORTING i_country = loc_country_t609s i_direction = loc_direction IMPORTING e_control_data = itab_t609s EXCEPTIONS entry_not_found = 1 * WRONG_DIRECTION = 2 OTHERS = 3.

ENQUEUE_EMEKKOE CALL FUNCTION 'ENQUEUE_EMEKKOE' EXPORTING mode_ekko = 'E' mandt = sy-mandt ebeln = hlp_ft_bnr _wait = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2.

ENQUEUE_EMMKPF CALL FUNCTION 'ENQUEUE_EMMKPF' EXPORTING mode_mkpf = 'E' mandt = sy-mandt mblnr = hlp_ft_bnr mjahr = hlp_ft_jahr _wait = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ENQUEUE_EVVBLKE





CALL FUNCTION 'ENQUEUE_EVVBLKE' EXPORTING mode_likp = 'E' mandt = sy-mandt vbeln = hlp_ft_bnr _wait = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2.

ENQUEUE_EVVBRKE CALL FUNCTION 'ENQUEUE_EVVBRKE' EXPORTING mode_vbrk = 'E' mandt = sy-mandt vbeln = hlp_ft_bnr _wait = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2.

DEQUEUE_EMEKKOE CALL FUNCTION 'DEQUEUE_EMEKKOE' EXPORTING mode_ekko = 'E' mandt = sy-mandt ebeln = hlp_ft_bnr.

DEQUEUE_EMMKPF CALL FUNCTION 'DEQUEUE_EMMKPF' EXPORTING mode_mkpf = 'E' mandt = sy-mandt mblnr = hlp_ft_bnr mjahr = hlp_ft_jahr.

DEQUEUE_EVVBLKE CALL FUNCTION 'DEQUEUE_EVVBLKE' EXPORTING mode_likp = 'E' mandt = sy-mandt vbeln = hlp_ft_bnr.

DEQUEUE_EVVBRKE CALL FUNCTION 'DEQUEUE_EVVBRKE' EXPORTING mode_vbrk = 'E' mandt = sy-mandt vbeln = hlp_ft_bnr.

ENQUEUE_EMEKKOE CALL FUNCTION 'ENQUEUE_EMEKKOE' EXPORTING mode_ekko = 'E' mandt = sy-mandt ebeln = loc_ft_bnr EXCEPTIONS foreign_lock = 1 system_failure = 2.

DEQUEUE_EMEKKOE CALL FUNCTION 'DEQUEUE_EMEKKOE' EXPORTING mode_ekko = 'E' mandt = sy-mandt ebeln = loc_ft_bnr.

ENQUEUE_EVVBLKE CALL FUNCTION 'ENQUEUE_EVVBLKE' EXPORTING mode_likp = 'E' mandt = sy-mandt vbeln = loc_ft_bnr EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ENQUEUE_EVVBLKE CALL FUNCTION 'ENQUEUE_EVVBLKE' EXPORTING mandt = sy-mandt vbeln = loc_ft_bnr.

ENQUEUE_EVVBRKE CALL FUNCTION 'ENQUEUE_EVVBRKE' EXPORTING mode_vbrk = 'E' mandt = sy-mandt vbeln = loc_ft_bnr EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

ENQUEUE_EVVBRKE CALL FUNCTION 'ENQUEUE_EVVBRKE' EXPORTING mandt = sy-mandt vbeln = loc_ft_bnr.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 text = loc_text.

FT_COCKPIT_IMP_ORDERS_SELECT CALL FUNCTION 'FT_COCKPIT_IMP_ORDERS_SELECT' TABLES i_range_iland = p_iland i_range_ebeln = p_ebeln i_range_bukrs = p_bukrs i_range_bsart = p_bsart i_range_ernam = ranges_ernam i_range_bedat = p_bedat i_range_ekorg = p_ekorg i_range_lifnr = p_lifnr i_range_llief = p_llief i_range_werks = p_werks i_range_reswk = p_reswk itab_ekko = itab_ekko itab_ekpo = itab_ekpo * ITAB_LFA1 = EXCEPTIONS no_data_selected = 1 OTHERS = 2.

EXPIMP_TABLES_REFRESH CALL FUNCTION 'EXPIMP_TABLES_REFRESH'.

EXPIMP_MASS_DATA_READ CALL FUNCTION 'EXPIMP_MASS_DATA_READ' EXPORTING i_ahbas = con_1be i_updkz = ' ' * I_INVOICE_CREATION = ' ' TABLES * I_T_XLIKP = * I_T_KOMFK = * I_T_XVBRK = i_t_ekko = itab_ekko * I_T_MKPF = * EXCEPTIONS * WRONG_UPDATE_FLAG = 1 * NO_FT_DATA_FOUND = 2 * OTHERS = 3 .

EXPIMP_MASS_DATA_RETRIEVE CALL FUNCTION 'EXPIMP_MASS_DATA_RETRIEVE' TABLES i_t_ft_header = itab_eikp i_t_ft_line_item = itab_eipo * EXCEPTIONS * NO_FT_DATA_FOUND = 1 * OTHERS = 2 .

REUSE_ALV_VARIANT_DEFAULT_GET CALL FUNCTION 'REUSE_ALV_VARIANT_DEFAULT_GET' EXPORTING i_save = 'A' CHANGING cs_variant = gx_variant EXCEPTIONS not_found = 4.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = h_address_selection IMPORTING address_value = h_address_data_value EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.

ADDR_DIALOG_PREPARE CALL FUNCTION 'ADDR_DIALOG_PREPARE' EXPORTING titlebar = h_titlebar TABLES excluded_functions = h_tab_excluded_functions EXCEPTIONS internal_error = 1 OTHERS = 2.




ADDR_DIALOG CALL FUNCTION 'ADDR_DIALOG' EXPORTING check_address = con_x TABLES number_handle_tab = h_address_dialog EXCEPTIONS address_not_exist = 1 group_not_valid = 2 parameter_error = 3 internal_error = 4 OTHERS = 5.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = lv_icon *>>>>>>>>>>>>>>>> START OF INSERTION HP_321057 <<<<<<<<<<<<<<<<<<<<<<<<< ADD_STDINF = ' ' *>>>>>>>>>>>>>>>> END OF INSERTION HP_321057 <<<<<<<<<<<<<<<<<<<<<<<<<<< IMPORTING result = hlp_result EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ENQUEUE_EMMKPF CALL FUNCTION 'ENQUEUE_EMMKPF' EXPORTING mode_mkpf = 'E' mandt = sy-mandt mblnr = loc_ft_bnr mjahr = loc_ft_jahr EXCEPTIONS foreign_lock = 1 system_failure = 2. "#EC DOM_EQUAL

DEQUEUE_EMMKPF CALL FUNCTION 'DEQUEUE_EMMKPF' "#EC DOM_EQUAL EXPORTING mode_mkpf = 'E' mandt = sy-mandt mblnr = loc_ft_bnr mjahr = loc_ft_jahr. "#EC DOM_EQUAL



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