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

FTOPFORM SAP ABAP INCLUDE - documentation and ABAP source code







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

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:

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.

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

EXPIMP_DATA_MAINTAIN CALL FUNCTION 'EXPIMP_DATA_MAINTAIN' EXPORTING i_ahbas = p_ahbas i_tcode = p_tcode i_tcode_typ = p_tcode_typ TABLES i_tab_tree = lt_tree_cock.

GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING langu = sy-langu tabname = con_table_eikp withtext = 'X' TABLES fieldtab = int_tab_dfies EXCEPTIONS internal_error = 1 no_texts_found = 2 table_has_no_fields = 3 table_not_activ = 4 OTHERS = 5.

GET_FIELDTAB CALL FUNCTION 'GET_FIELDTAB' EXPORTING langu = sy-langu tabname = con_table_eipo withtext = 'X' TABLES fieldtab = int_tab_dfies EXCEPTIONS internal_error = 1 no_texts_found = 2 table_has_no_fields = 3 table_not_activ = 4 OTHERS = 5.

HELP_VALUES_GET_NO_DD_NAME CALL FUNCTION 'HELP_VALUES_GET_NO_DD_NAME' EXPORTING selectfield = con_fname_hefel titel = text-001 IMPORTING ind = h_merk_index TABLES fields = help_tab_struc full_table = help_tab_fields EXCEPTIONS OTHERS = 1.

FT_COCKPIT_INCOMPLETNESS_SEL CALL FUNCTION 'FT_COCKPIT_INCOMPLETNESS_SEL' EXPORTING i_ahbas = i_ahbas i_checked = i_checked i_incomplete = i_incomplete TABLES i_tab_kopf = lt_komm_tab_kopf i_tab_pos = lt_komm_tab_pos i_tab_tree = lt_komm_tree_tab i_tab_hefel_kopf = lt_s_hefel i_tab_hefel_pos = lt_s_hefeli EXCEPTIONS wrong_selection = 1 OTHERS = 2.

FT_COCKPIT_MANUEL_STATUS_SEL CALL FUNCTION 'FT_COCKPIT_MANUEL_STATUS_SEL' EXPORTING i_ahbas = lv_ahbas i_incomplete = lv_incomplete i_checked = lv_checked TABLES i_tab_kopf = lt_tab_kopf i_tab_pos = lt_tab_pos i_tab_tree = lt_tab_tree i_tab_likp = lt_likp i_tab_vbrk = lt_vbrk i_tab_ekko = lt_ekko i_tab_mkpf = lt_mkpf EXCEPTIONS wrong_selection = 1 OTHERS = 2.

FT_USER_CONTROL_DATA_READ CALL FUNCTION 'FT_USER_CONTROL_DATA_READ' EXPORTING i_user_name = lv_sy_user i_ft_area = lv_ft_area IMPORTING e_r_user_area_setup = s_user_area_setup EXCEPTIONS wrong_ft_area = 1 OTHERS = 2.

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.

FT_INCOMPLETION_FIELDS_FETCH CALL FUNCTION 'FT_INCOMPLETION_FIELDS_FETCH' EXPORTING i_incompletion_procedure = loc_uvexi i_level = loc_level i_field_invisible_fetch = ' ' i_field_optional_fetch = ' ' i_field_incomplete_fetch = 'X' i_field_mandatory_fetch = 'X' TABLES e_t_incompletion_fields = itab_t609f EXCEPTIONS wrong_level = 1 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 FTOPFORM or its description.