SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

IDWT_CIS_F01 SAP ABAP INCLUDE - Include IDWT_CIS_F01







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


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


Text pool values


Title: Include IDWT_CIS_F01


INCLUDES used within this REPORT IDWT_CIS_F01

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:

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[].



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