SAP Reports / Programs | Contract Accounts Receivable and Payable | SAP Utilities | Contract Accounts Receivable and Payable(IS-U-CA) SAP IS

IS_U_CA_BANK_MAINTAIN_LIB SAP ABAP Report - Example 0040: Additional Check for an Accounts Receivable/Payable Item







IS_U_CA_BANK_MAINTAIN_LIB is a standard Executable ABAP Report 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 IS_U_CA_BANK_MAINTAIN_LIB 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 IS_U_CA_BANK_MAINTAIN_LIB. "Basic submit
SUBMIT IS_U_CA_BANK_MAINTAIN_LIB AND RETURN. "Return to original report after report execution complete
SUBMIT IS_U_CA_BANK_MAINTAIN_LIB 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 IS_U_CA_BANK_MAINTAIN_LIB

INCLUDE EMSG.
INCLUDE IEFGMAC3.


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:

FKKCORR_DFKKCOH_GET_CORR call function 'FKKCORR_DFKKCOH_GET_CORR' exporting i_cokey = x_cokey importing e_dfkkcoh = global_dfkkcoh * TABLES * ET_DFKKCOD = * ET_DFKKCODCLUST = exceptions not_found = 1 others = 2.

ISU_DB_PARTNER_SINGLE call function 'ISU_DB_PARTNER_SINGLE' exporting x_partner = global_dfkkcoh-gpart * X_RLTYP = CO_CONTRACT_PARTNER * X_XBANK = * X_XADDR_MULT = * X_ADDRNUMBER = * X_VALDT = SY-DATUM importing y_but000 = y_bus_part * Y_RLTYPES = * TABLES * TY_BANK = * TY_ADDRESS = * TY_RLTYPES = exceptions partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 others = 4.

ISU_ADDRESS_PROVIDE call function 'ISU_ADDRESS_PROVIDE' exporting x_address_type = 'A' x_read_adrc_regio = 'X' x_addrnumber = l_adrnr x_persnumber = l_recipient importing * Y_ADDR_LINES = * Y_LINE_COUNT = y_eadrdat = y_bp_address * Y_ADRC_REGIO = y_adrc_regio = t_adrc_regio * Y_ADDR_DATA = * Y_CUST_REGIO = * TABLES * T_ISU_REGK = exceptions not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 others = 6.

ISU_ADDRESS_PROVIDE call function 'ISU_ADDRESS_PROVIDE' exporting x_address_type = 'B' x_read_adrc_regio = 'X' x_partner = wa_bus_part-partner importing y_eadrdat = y_bp_address y_adrc_regio = t_adrc_regio exceptions not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 others = 6.

ISU_MOVE_BUSPART_ADDRESS call function 'ISU_MOVE_BUSPART_ADDRESS' exporting x_buspart = wa_bus_part x_address = y_bp_address x_langu = c-langu importing y_address = y_bp_address exceptions not_qualified = 1 others = 2.

ISU_ACTORS_SET_CONTAINER call function 'ISU_ACTORS_SET_CONTAINER' exporting * x_partner = t_return_doc-gpart x_partner = x_detail-gpart x_regiogroup = wa_bp_address-regiogroup * x_bukrs = i_fkkract-opbuk x_bukrs = global_dfkkcoh-bukrs tables yt_cont = t_cont.

ISU_ACTORS_PRINT_PROVIDE call function 'ISU_ACTORS_PRINT_PROVIDE' exporting x_task = 'TS20500110' x_number = 1 x_langu = c-langu importing y_actor = y_clerk1 tables xt_cont = t_cont exceptions no_actor_found = 1 internal_error = 2 others = 3.

ISU_ACTORS_PRINT_PROVIDE * call function 'ISU_ACTORS_PRINT_PROVIDE' * exporting * x_task = 'TS20500110' * x_number = 2 * x_langu = c-langu * importing * y_actor = y_clerk2 * tables * xt_cont = t_cont * exceptions * no_actor_found = 1 * internal_error = 2 * others = 3.

BUP_BANK_GET_ALL CALL FUNCTION 'BUP_BANK_GET_ALL' EXPORTING i_partner = x_detail-gpart i_valdt_sel = '00000000' TABLES t_but0bk = t_bus0bk EXCEPTIONS no_bkvid_found = 1 wrong_parameters = 2 internal_error = 3 not_valid = 4 OTHERS = 5.

BUP_BUT0BK_SELECT_WITH_PARTNER * call function 'BUP_BUT0BK_SELECT_WITH_PARTNER' * exporting * i_partner = x_detail-gpart * i_valdt_sel = x_detail-valdt * tables * t_but0bk = t_but0bk * exceptions * not_found = 1 * others = 2.

ISU_DB_PARTNER_SINGLE call function 'ISU_DB_PARTNER_SINGLE' exporting x_partner = global_dfkkcoh-gpart x_addrnumber = global_dfkkcoh-adrnr importing y_but000 = y_receiver exceptions partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 others = 4.

BUA_ADDRESS_GET call function 'BUA_ADDRESS_GET' exporting i_partner = wa_receiver-partner i_addrnumber = wa_receiver-addrnumber i_xmemory = 'X' importing e_address = l_bus020_ext exceptions no_address_found = 1 internal_error = 2 wrong_parameters = 3 others = 4.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = 'B' x_read_adrc_regio = 'X' x_partner = wa_receiver-partner IMPORTING y_eadrdat = l_eadrdat y_adrc_regio = t_adrc_regio EXCEPTIONS not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 OTHERS = 6.

ISU_ADDRESS_PROVIDE call function 'ISU_ADDRESS_PROVIDE' exporting x_address_type = 'A' x_read_adrc_regio = 'X' x_addrnumber = l_adrnr x_persnumber = wa_receiver-persnumber importing y_eadrdat = l_eadrdat y_adrc_regio = t_adrc_regio exceptions not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 others = 6.

ISU_MOVE_BUSPART_ADDRESS CALL FUNCTION 'ISU_MOVE_BUSPART_ADDRESS' EXPORTING x_buspart = wa_receiver x_address = l_eadrdat x_langu = c-langu IMPORTING y_address = l_eadrdat EXCEPTIONS not_qualified = 1 OTHERS = 2.

ISU_DB_PARTNER_SINGLE call function 'ISU_DB_PARTNER_SINGLE' exporting x_partner = global_dfkkcoh-agpart importing y_but000 = y_sender exceptions partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 others = 4.

BUA_ADDRESS_GET call function 'BUA_ADDRESS_GET' exporting i_partner = global_dfkkcoh-agpart i_addrnumber = global_dfkkcoh-aadrnr i_xmemory = 'X' importing e_address = l_bus020_ext exceptions no_address_found = 1 internal_error = 2 wrong_parameters = 3 others = 4.

ISU_ADDRESS_PROVIDE call function 'ISU_ADDRESS_PROVIDE' exporting x_address_type = 'A' x_addrnumber = wa_sender-addrnumber x_persnumber = wa_sender-persnumber importing y_eadrdat = l_eadrdat exceptions not_found = 1 parameter_error = 2 object_not_given = 3 address_inconsistency = 4 installation_inconsistency = 5 others = 6.

ADDR_GET





call function 'ADDR_GET' exporting address_selection = l_addr_sel importing address_value = l_addr1_val exceptions parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 others = 5.



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