IDWT_CIS_F01 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 IDWT_CIS_F01 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 IDWT_CIS_F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_WT_CIS_VENDOR_VALIDATIONS CALL FUNCTION 'FI_WT_CIS_VENDOR_VALIDATIONS' CHANGING c_compcd = it_comp_cd c_partner = c_verify[].
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'CIS_CATEGORY' text = 'X' * LANGU = ' ' * BYPASS_BUFFER = ' ' * IMPORTING * RC = TABLES dd07v_tab = it_dom EXCEPTIONS * WRONG_TEXTFLAG = 1 OTHERS = 1.
DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'CIS_VFNSTATUS' text = 'X' * LANGU = ' ' * BYPASS_BUFFER = ' ' * IMPORTING * RC = TABLES dd07v_tab = it_dom_status EXCEPTIONS * WRONG_TEXTFLAG = 1 OTHERS = 1.
ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING address_selection = set_addr IMPORTING address_value = get_addr.
FORMAT_MESSAGE CALL FUNCTION 'FORMAT_MESSAGE' EXPORTING id = msg_class lang = sy-langu no = lv_wa_error-number v1 = lv_wa_error-message_v1 v2 = lv_wa_error-message_v2 v3 = lv_wa_error-message_v3 v4 = lv_wa_error-message_v4 IMPORTING msg = wa_error-msgtxt EXCEPTIONS not_found = 1 OTHERS = 2.
IDWT_CIS_PASSWORD_HASH CALL FUNCTION 'IDWT_CIS_PASSWORD_HASH' EXPORTING l_password = wa_comp_cd-gb_cis_authval IMPORTING value = wa_comp_cd-gb_cis_authval method = wa_idwt_cis_trans_header-cis_auth_mthd.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'GB_CIS_ICR' IMPORTING number = icr returncode = rc.
IDWT_CIS_BPM_VERIFY_INIT CALL FUNCTION 'IDWT_CIS_BPM_VERIFY_INIT' IN BACKGROUND TASK DESTINATION 'CIS_VERIFY' EXPORTING idwtcompcd = it_comp_cd idwt_cis_trans_header = it_idwt_cis_trans_header idwtadd_gb = wa_idwtadd_gb idwtpartner_ext = it_verify[].
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
IDWT_CIS_F01 - Include IDWT_CIS_F01 IDSEGDAT - Include IDSEGDAT IDSD_UPDATE_CI_MESSAGES - Update Output messages for Credit invoices IDSD_UPDATE_CI_MESSAGES - Update Output messages for Credit invoices IDREPFW_SELECTION_TOP - Include: Top of the Report with Data Declaration and Macros IDREPFW_SELECTION_TEST - Test of Dynamic Selection Screen for Reporting Framework