SAP Reports / Programs

IS_U_ACCOUNT_CHANGE SAP ABAP Report - INTERNAL: Form Class Library







IS_U_ACCOUNT_CHANGE 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_ACCOUNT_CHANGE 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_ACCOUNT_CHANGE. "Basic submit
SUBMIT IS_U_ACCOUNT_CHANGE AND RETURN. "Return to original report after report execution complete
SUBMIT IS_U_ACCOUNT_CHANGE 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 IS_U_ACCOUNT_CHANGE

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_ACCOUNT_READ CALL FUNCTION 'FKK_ACCOUNT_READ' EXPORTING i_vkont = l_vkont * I_GPART = * I_ONLY_GPART = * I_BYPASS_BUFFER = * I_SET_ENQUEUE = * I_ONLY_ACC_HOLDER = 'X' * I_ONLY_ACTUAL_NON_ACC_HOLDERS = 'X' IMPORTING e_fkkvk = l_fkkvk e_fkkvkp = l_fkkvkp * TABLES * T_FKKVKP = EXCEPTIONS not_found = 1 foreign_lock = 2 OTHERS = 3.

ISU_DB_PARTNER_SINGLE CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' EXPORTING x_partner = g_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_LENGTH = 80 * X_LINE_COUNT = 1 * X_PRGCONTEXT = ' ' * X_SUBCONTEXT = ' ' x_read_adrc_regio = 'X' * X_READ_ISU_DATA = ' ' * X_READ_MRU = ' ' * X_READ_KONZ = ' ' * X_READ_BUKRS = ' ' * X_READ_CUST_REGIO = ' ' x_addrnumber = c-rec_addr * X_PARTNER = * X_ACCOUNT = x_persnumber = wa_bus_part-persnumber * X_HAUS = * X_VSTELLE = * X_DEVLOC = * X_ANLAGE = * X_ADDR1_VAL = * X_EKUN_EXT = * X_FKKVKP1 = * X_EHAU = * X_EVBS = * X_EGPL = * X_EANL = * X_ACTUAL = * X_BUKRS = ' ' * X_SPARTE = ' ' * X_AKLASSE = ' ' * X_ADDR_OBJ = * X_REFRESH_ADDRESS = IMPORTING * Y_ADDR_LINES = * Y_LINE_COUNT = y_eadrdat = y_bp_address * Y_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_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 = wa_cont_acct-gpart x_regiogroup = wa_bp_address-regiogroup x_bukrs = wa_cont_acct-opbuk TABLES yt_cont = gt_cont.

ISU_ACTORS_PRINT_PROVIDE CALL FUNCTION 'ISU_ACTORS_PRINT_PROVIDE' EXPORTING x_task = 'TS20500286' x_number = 1 x_langu = c-langu IMPORTING y_actor = y_clerk1 TABLES xt_cont = gt_cont EXCEPTIONS no_actor_found = 1 internal_error = 2 OTHERS = 3.

ISU_ACTORS_PRINT_PROVIDE CALL FUNCTION 'ISU_ACTORS_PRINT_PROVIDE' EXPORTING x_task = 'TS20500104' x_number = 2 x_langu = c-langu IMPORTING y_actor = y_clerk2 TABLES xt_cont = gt_cont EXCEPTIONS no_actor_found = 1 internal_error = 2 OTHERS = 3.

ISU_S_ALL_BANK_DATA CALL FUNCTION 'ISU_S_ALL_BANK_DATA' EXPORTING x_vkont = x_cont_acct-vkont x_langu = c-langu IMPORTING y_bp_bankdetin = l_bp_bankdetin y_bp_bankdetout = l_bp_bankdetout y_bankdetin = l_bankdetin y_bankdetout = l_bankdetout y_bp_adr_bankdetin = l_bp_adr_bankdetin y_bp_adr_bankdetout = l_bp_adr_bankdetout EXCEPTIONS general_fault = 1 OTHERS = 2.

FKK_OPEN_ITEM_SELECT CALL FUNCTION 'FKK_OPEN_ITEM_SELECT' EXPORTING i_applk = 'R' * I_CONTINUE = ' ' * I_NO_COLL_BILL_ITEMS = ' ' i_no_enqueue = 'X' * I_PAYMENT_DATE = * IMPORTING * E_AVKEY = TABLES t_seltab = lt_seltab * T_ENQTAB = t_fkkcl = yt_open_item * T_BUKTAB = * T_AGRTAB = * T_FIELDS = EXCEPTIONS concurrent_clearing = 1 OTHERS = 2.

ISU_DB_TSPAT_SINGLE CALL FUNCTION 'ISU_DB_TSPAT_SINGLE' EXPORTING x_spras = c-langu x_sparte = x_open_item-spart * x_actual = ' ' IMPORTING y_tspat = y_itm_divtxt * y_vtext = EXCEPTIONS not_found = 1 system_error = 2 not_qualified = 3 OTHERS = 4.

ISU_DB_TE305T_SINGLE CALL FUNCTION 'ISU_DB_TE305T_SINGLE' EXPORTING x_applk = x_open_item-applk x_spras = c-langu x_bukrs = x_open_item-bukrs x_sparte = x_open_item-spart x_hvorg = x_open_item-hvorg x_tvorg = x_open_item-tvorg * x_actual = IMPORTING y_te305t = y_opn_itm_tx EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = 'T' x_partner = x_cont_acct-gpart x_account = x_cont_acct-vkont x_fkkvkp1 = x_cont_acct x_read_adrc_regio = 'X' * x_addrnumber = x_cont_acct-adrnb * x_persnumber = x_cont_acct-gpart IMPORTING y_eadrdat = y_rec_adress 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 = y_rec_adress x_langu = c-langu IMPORTING y_address = y_rec_adress EXCEPTIONS not_qualified = 1 OTHERS = 2.

ISU_ADDRESS_PROVIDE CALL FUNCTION 'ISU_ADDRESS_PROVIDE' EXPORTING x_address_type = 'A' x_read_adrc_regio = 'X' x_addrnumber = wa_receiver-addrnumber x_persnumber = wa_receiver-persnumber IMPORTING y_eadrdat = y_rec_adress 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 = y_rec_adress x_langu = c-langu IMPORTING y_address = y_rec_adress EXCEPTIONS not_qualified = 1 OTHERS = 2.

ISU_DB_PARTNER_SINGLE CALL FUNCTION 'ISU_DB_PARTNER_SINGLE' EXPORTING x_partner = wa_cont_acct-abwma x_rltyp = ' ' IMPORTING y_but000 = y_receiver EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 OTHERS = 4.



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