/IXOS/DC_BAPI_FORMS 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 /IXOS/DC_BAPI_FORMS into the relevant SAP transactions such as SE38 or SE80
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.
Title: Include /IXOS/DC_BAPI_FORMS
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
/IXOS/DC_K_BAPI_INIT CALL FUNCTION '/IXOS/DC_K_BAPI_INIT' DESTINATION pi_rfcdest EXPORTING pi_id = pi_id pit_remote = pit_remote pit_remote_sel_range = pit_remote_sel_range pit_remote_list_value = pit_remote_list_value IMPORTING pe_modelinfo = pc_info pe_rc = pc_rc pes_error = pcs_error * TABLES * pt_nodes = pct_nodes EXCEPTIONS communication_failure = 1 MESSAGE pc_rfc_msg system_failure = 2 MESSAGE pc_rfc_msg.
/IXOS/DC_K_BAPI_EXPAND CALL FUNCTION '/IXOS/DC_K_BAPI_EXPAND' DESTINATION pi_rfcdest EXPORTING pi_node_id = pi_recnum IMPORTING pe_rc = pc_rc pes_error = pcs_error TABLES pt_nodes = lt_nodes_part pt_filter = pt_filter EXCEPTIONS node_id_not_valid = 1 communication_failure = 2 MESSAGE pc_rfc_msg system_failure = 3 MESSAGE pc_rfc_msg OTHERS = 4.
/IXOS/DC_K_BAPI_NEW_NODE_INFO CALL FUNCTION '/IXOS/DC_K_BAPI_NEW_NODE_INFO' DESTINATION pi_rfcdest EXPORTING pi_node_id = pi_node_id IMPORTING pe_rc = pc_rc pes_error = pcs_error TABLES pt_node_infos = pct_node_infos pt_doc_infos = pct_doc_infos pt_dataset_infos = pct_dataset_infos EXCEPTIONS communication_failure = 1 MESSAGE pc_rfc_msg system_failure = 2 MESSAGE pc_rfc_msg.
GUI_UPLOAD CALL FUNCTION 'GUI_UPLOAD' EXPORTING filename = pc_filename filetype = 'BIN' * HAS_FIELD_SEPARATOR = ' ' * HEADER_LENGTH = 0 * READ_BY_LINE = 'X' * DAT_MODE = ' ' IMPORTING filelength = pc_filelength * HEADER = TABLES data_tab =
EXCEPTIONS file_open_error = 1 file_read_error = 2 no_batch = 3 gui_refuse_filetransfer = 4 invalid_type = 5 no_authority = 6 unknown_error = 7 bad_data_format = 8 header_not_allowed = 9 separator_not_allowed = 10 header_too_long = 11 unknown_dp_error = 12 access_denied = 13 dp_out_of_memory = 14 disk_full = 15 dp_timeout = 16 OTHERS = 17 .
/IXOS/DC_K_BAPI_INSERT_DOC CALL FUNCTION '/IXOS/DC_K_BAPI_INSERT_DOC' DESTINATION pi_rfcdest EXPORTING pi_parent_node_id = pi_parent_node_id pi_nodetype = pi_nodetype pis_doc_info = ls_doc IMPORTING pes_node = ls_node pe_rc = pc_rc pes_error = pcs_error TABLES pt_document_data = pt_document_data pt_document_data_bin = pt_document_data_bin EXCEPTIONS communication_failure = 1 MESSAGE pc_rfc_msg system_failure = 2 MESSAGE pc_rfc_msg.
/IXOS/DC_K_BAPI_INSERT CALL FUNCTION '/IXOS/DC_K_BAPI_INSERT' DESTINATION pi_rfcdest EXPORTING pi_parent_node_id = pi_node_id pi_nodetype = pi_nodetype IMPORTING pes_node = ls_node pe_rc = pc_rc pet_errors = pct_errors TABLES pt_dataset_infos = pt_dataset_infos EXCEPTIONS communication_failure = 1 MESSAGE pc_rfc_msg system_failure = 2 MESSAGE pc_rfc_msg.
/IXOS/DC_K_BAPI_F4_HELP CALL FUNCTION '/IXOS/DC_K_BAPI_F4_HELP' DESTINATION pi_rfcdest EXPORTING pi_name = ps_ntsf-selfield * PI_NODETYPE = pi_screentype = l_screentype IMPORTING pe_rc = l_rc pes_error = ls_error TABLES pt_helpvalues = lt_helpvalues EXCEPTIONS communication_failure = 1 MESSAGE pc_rfc_msg system_failure = 2 MESSAGE pc_rfc_msg.
/IXOS/DC_K_BAPI_GET_RECORD CALL FUNCTION '/IXOS/DC_K_BAPI_GET_RECORD' DESTINATION pi_rfcdest EXPORTING pi_node_id = pi_node_id pi_screentype = pi_seltype IMPORTING pe_rc = pc_rc pes_error = pcs_error TABLES pt_dataset_infos = pct_dataset_infos EXCEPTIONS communication_failure = 1 MESSAGE pc_rfc_msg system_failure = 2 MESSAGE pc_rfc_msg.
/IXOS/DC_H_VALUES_FROM_ITAB CALL FUNCTION '/IXOS/DC_H_VALUES_FROM_ITAB' EXPORTING pi_mode = '2' pi_title = 'Detail screen' "#EC NOTEXT pi_retfield = 'DUMMY' TABLES pt_tab = lt_detail EXCEPTIONS user_cancel = 1 internal_error = 2 OTHERS = 3.
/IXOS/DC_K_BAPI_GET_URL CALL FUNCTION '/IXOS/DC_K_BAPI_GET_URL' DESTINATION pi_rfcdest EXPORTING pi_node_id = pi_node_id pi_node_type = ls_node-node_type IMPORTING pe_url = l_url pe_rc = pc_rc pes_error = pcs_error EXCEPTIONS communication_failure = 1 MESSAGE pc_rfc_msg system_failure = 2 MESSAGE pc_rfc_msg.
/IXOS/DC_K_BAPI_GET_FILTER_DEF CALL FUNCTION '/IXOS/DC_K_BAPI_GET_FILTER_DEF' DESTINATION pi_rfcdest EXPORTING pi_node_id = pi_current_node_id IMPORTING * pe_title = l_popup_title pe_rc = pc_rc pes_error = pcs_error TABLES pt_filter = pt_filter_def EXCEPTIONS communication_failure = 1 MESSAGE pc_rfc_msg system_failure = 2 MESSAGE pc_rfc_msg .
/IXOS/DC_H_VALUES_FROM_ITAB CALL FUNCTION '/IXOS/DC_H_VALUES_FROM_ITAB' EXPORTING pi_mode = '1' pi_title = 'Select Nodetype' "#EC NOTEXT pi_retfield = 'NODETYPE' * PI_PROJECT = * PI_VERSION = IMPORTING pe_value = pc_selected_nodetype TABLES pt_tab = lt_table EXCEPTIONS user_cancel = 1 internal_error = 2 OTHERS = 3 .
/IXOS/DC_K_BAPI_CHANGE CALL FUNCTION '/IXOS/DC_K_BAPI_CHANGE' DESTINATION pi_rfcdest EXPORTING pi_node_id = pi_node_id IMPORTING pes_node = ls_node pe_rc = pc_rc pet_errors = pct_errors TABLES pt_dataset_infos_new = pt_dataset_infos EXCEPTIONS communication_failure = 1 MESSAGE pc_rfc_msg system_failure = 2 MESSAGE pc_rfc_msg.
/IXOS/DC_H_VALUES_FROM_ITAB CALL FUNCTION '/IXOS/DC_H_VALUES_FROM_ITAB' EXPORTING pi_mode = '2' pi_title = 'Selection screen' "#EC NOTEXT pi_retfield = 'DUMMY' TABLES pt_tab = lt_selection EXCEPTIONS user_cancel = 1 internal_error = 2 OTHERS = 3.
/IXOS/DC_K_BAPI_DELETE CALL FUNCTION '/IXOS/DC_K_BAPI_DELETE' DESTINATION pi_rfcdest EXPORTING pi_node_id = pi_node_id IMPORTING pe_rc = pc_rc pes_error = pcs_error EXCEPTIONS communication_failure = 1 MESSAGE pc_rfc_msg system_failure = 2 MESSAGE pc_rfc_msg.
/IXOS/DC_K_BAPI_MESSAGE_DOC CALL FUNCTION '/IXOS/DC_K_BAPI_MESSAGE_DOC' DESTINATION pi_rfcdest EXPORTING pis_error = pis_error IMPORTING pe_rc = pc_rc pes_error = pcs_bapi_error pet_doc_html = pct_htmltext EXCEPTIONS communication_failure = 1 MESSAGE pc_rfc_msg system_failure = 2 MESSAGE pc_rfc_msg.
/IXOS/DC_K_BAPI_GET_PROPERTIES CALL FUNCTION '/IXOS/DC_K_BAPI_GET_PROPERTIES' DESTINATION pi_rfcdest EXPORTING pi_node_id = pi_node_id IMPORTING pe_rc = pc_rc pes_error = pcs_error TABLES pt_properties = pct_properties EXCEPTIONS communication_failure = 1 MESSAGE pc_rfc_msg system_failure = 2 MESSAGE pc_rfc_msg.
/IXOS/DC_H_VALUES_FROM_ITAB CALL FUNCTION '/IXOS/DC_H_VALUES_FROM_ITAB' EXPORTING pi_mode = '2' pi_title = 'Selection screen' pi_retfield = 'DUMMY' TABLES pt_tab = pt_properties EXCEPTIONS user_cancel = 1 internal_error = 2 OTHERS = 3.
CALL FUNCTION 'CALL_BROWSER' EXPORTING url = pi_url window_name = pi_title EXCEPTIONS frontend_not_supported = 1 frontend_error = 2 prog_not_found = 3 no_batch = 4 unspecified_error = 5 OTHERS = 6.
RFC_GET_FUNCTION_INTERFACE_P CALL FUNCTION 'RFC_GET_FUNCTION_INTERFACE_P' EXPORTING funcname = l_funcname * LANGUAGE = SY-LANGU * NONE_UNICODE_LENGTH = ' ' TABLES params_p = lt_fint EXCEPTIONS fu_not_found = 1 nametab_fault = 2 OTHERS = 3 .
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 /IXOS/DC_BAPI_FORMS or its description.
/IXOS/DC_BAPI_FORMS - Include /IXOS/DC_BAPI_FORMS /IXOS/DC_A_SAVE_VARIANT - Backup DocuLink Variants /IXOS/DC_A_SAVE_VARIANT - Backup DocuLink Variants /IXOS/DC_A_RESTORE_VARIANT - Restore DocuLink Variants /IXOS/DC_A_RESTORE_VARIANT - Restore DocuLink Variants /IXOS/DC_A_REORG_PROTOCOL - Administration of protocol entries (Reorg. with print list archiving)