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

ISU_CA_ACCTBAL_LIB SAP ABAP Report - INTERNAL: Form Class Library







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


Text pool values


Title: INTERNAL: Form Class Library


INCLUDES used within this REPORT ISU_CA_ACCTBAL_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:

FKK_ACCTSTMT_PARA_DWB_GET *CALL FUNCTION 'FKK_ACCTSTMT_PARA_DWB_GET' * IMPORTING * E_DFKKCOH = GLOBAL_DFKKCOH * E_FKKVK = GLOBAL_FKKVK * E_FKKVKP = GLOBAL_FKKVKP * E_BUT000 = GLOBAL_BUT000 * TABLES * T_FKKCL = GLOBAL_T_FKKCL * EXCEPTIONS * OTHERS = 1.

ISU_ACC_DISP_BASIC_LIST_1205 CALL FUNCTION 'ISU_ACC_DISP_BASIC_LIST_1205' EXPORTING i_postab = yt_item i_langu = c-langu IMPORTING e_postab = yt_item.

FKK_ACCTBALA_PARA_DWB_GET CALL FUNCTION 'FKK_ACCTBALA_PARA_DWB_GET' IMPORTING e_dfkkcoh_old = global_dfkkcoh_old e_dfkkcoh_new = global_dfkkcoh_new e_fkkvk = global_fkkvk e_fkkvkp = global_fkkvkp * E_BUT000 = L_BUT000 TABLES t_postab = global_t_postab t_augtab = global_t_augtab t_transfer_out = global_t_transfer_out t_transfer_in = global_t_transfer_in EXCEPTIONS OTHERS = 1.

ISU_DB_PARTNER_SINGLE CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' EXPORTING x_partner = global_dfkkcoh_new-gpart IMPORTING y_but000 = global_but000 EXCEPTIONS OTHERS = 1.

ISU_ACC_DISP_BASIC_LIST_1205 CALL FUNCTION 'ISU_ACC_DISP_BASIC_LIST_1205' EXPORTING i_postab = yt_clearing i_langu = c-langu IMPORTING e_postab = yt_clearing.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = x_balancenew-salbe foreign_currency = x_balancenew-salwa local_currency = 'EUR' * RATE = 0 * TYPE_OF_RATE = 'M' IMPORTING * EXCHANGE_RATE = * FOREIGN_FACTOR = local_amount = yt_balneweuro-salbe * LOCAL_FACTOR = * EXCHANGE_RATEX = * FIXED_RATE = * DERIVED_RATE_TYPE = EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = x_balanceold-salbe foreign_currency = x_balanceold-salwa local_currency = 'EUR' * RATE = 0 * TYPE_OF_RATE = 'M' IMPORTING * EXCHANGE_RATE = * FOREIGN_FACTOR = local_amount = yt_baloldeuro-salbe * LOCAL_FACTOR = * EXCHANGE_RATEX = * FIXED_RATE = * DERIVED_RATE_TYPE = EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

ISU_GET_HEADER_ADDRESS CALL FUNCTION 'ISU_GET_HEADER_ADDRESS' EXPORTING x_doc_type = '6' x_langu = c-langu x_but000 = wa_bus_part TABLES yt_address = yt_bp_address yt_adrc_regio = t_adrc_regio EXCEPTIONS OTHERS = 1.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = 'A' x_addrnumber = global_addrnumber * x_partner = x_persnumber = xt_bus_part-persnumber x_read_adrc_regio = 'X' IMPORTING y_eadrdat = l_eadrdat y_adrc_regio = l_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 = t_bus_part x_address = l_eadrdat x_langu = c-langu IMPORTING y_address = yt_bp_address EXCEPTIONS not_qualified = 1 OTHERS = 2.

ISU_ACTORS_SET_CONTAINER CALL FUNCTION 'ISU_ACTORS_SET_CONTAINER' EXPORTING x_partner = wa_bus_part-partner * X_REGIOGROUP = T_ADRC_REGIO-REGIOGROUP x_regiogroup = t_bp_address-regiogroup x_bukrs = space TABLES yt_cont = t_cont.

ISU_ACTORS_PRINT_PROVIDE CALL FUNCTION 'ISU_ACTORS_PRINT_PROVIDE' EXPORTING x_task = 'TS20500118' 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 = 'TS20500118' 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.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = x_item-betrw foreign_currency = x_item-waers local_currency = 'EUR' * RATE = 0 * TYPE_OF_RATE = 'M' IMPORTING * EXCHANGE_RATE = * FOREIGN_FACTOR = local_amount = y_itemeuro-betrh * LOCAL_FACTOR = * EXCHANGE_RATEX = * FIXED_RATE = * DERIVED_RATE_TYPE = EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = x_clearing-betrw foreign_currency = x_clearing-waers local_currency = 'EUR' * RATE = 0 * TYPE_OF_RATE = 'M' IMPORTING * EXCHANGE_RATE = * FOREIGN_FACTOR = local_amount = y_cleareuro-betrh * LOCAL_FACTOR = * EXCHANGE_RATEX = * FIXED_RATE = * DERIVED_RATE_TYPE = EXCEPTIONS no_rate_found = 1 overflow = 2 no_factors_found = 3 no_spread_found = 4 derived_2_times = 5 OTHERS = 6.

ISU_DB_PARTNER_SINGLE CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' EXPORTING x_partner = x_partner IMPORTING y_but000 = yt_receiver EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 OTHERS = 4.

ISU_GET_HEADER_ADDRESS CALL FUNCTION 'ISU_GET_HEADER_ADDRESS' EXPORTING x_doc_type = '6' x_langu = c-langu x_but000 = t_receiver TABLES yt_address = yt_rec_adress yt_adrc_regio = t_adrc_regio EXCEPTIONS OTHERS = 1.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = 'A' x_addrnumber = l_dfkkcoh-adrnr * x_partner = l_dfkkcoh-gpart x_persnumber = l_dfkkcoh-persnumber x_read_adrc_regio = 'X' IMPORTING y_eadrdat = l_eadrdat y_adrc_regio = l_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 = t_receiver x_address = l_eadrdat x_langu = c-langu IMPORTING y_address = yt_rec_adress EXCEPTIONS not_qualified = 1 OTHERS = 2.

ISU_ACTORS_SET_CONTAINER CALL FUNCTION 'ISU_ACTORS_SET_CONTAINER' EXPORTING x_partner = wa_receiver-partner x_regiogroup = t_rec_adress-regiogroup x_bukrs = space TABLES yt_cont = t_cont.

ISU_ACTORS_PRINT_PROVIDE CALL FUNCTION 'ISU_ACTORS_PRINT_PROVIDE' EXPORTING x_task = 'TS20500118' x_number = 1 x_langu = c-langu IMPORTING y_actor = y_clerk_1 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 = 'TS20500118' x_number = 2 x_langu = c-langu IMPORTING y_actor = y_clerk_2 TABLES xt_cont = t_cont EXCEPTIONS no_actor_found = 1 internal_error = 2 OTHERS = 3.



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