SAP Reports / Programs

ISU_ACCTINFO_LIB SAP ABAP Report - INTERNAL: Form Class Library







ISU_ACCTINFO_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_ACCTINFO_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_ACCTINFO_LIB. "Basic submit
SUBMIT ISU_ACCTINFO_LIB AND RETURN. "Return to original report after report execution complete
SUBMIT ISU_ACCTINFO_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_ACCTINFO_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_ACCTINFO_PARA_DWB_GET CALL FUNCTION 'FKK_ACCTINFO_PARA_DWB_GET' IMPORTING e_dfkkcoh = global_dfkkcoh e_but000 = global_but000 TABLES t_fkkepos = global_t_fkkepos t_fkkepos_all = global_t_allfkkepos t_sel_keys = global_t_sel_keys t_sel_fields = global_t_sel_fields t_sel_values = global_t_sel_values EXCEPTIONS OTHERS = 1.

FKK_LINE_ITEMS_WITH_SELECTIONS CALL FUNCTION 'FKK_LINE_ITEMS_WITH_SELECTIONS' EXPORTING i_fkkeposc = l_fkkeposc TABLES t_selhead = l_tab_selhead * T_SELVALUES = t_postab = global_t_fkkepos * T_KPLTAB = EXCEPTIONS no_items_found = 1 OTHERS = 2.

ISU_GET_HEADER_ADDRESS CALL FUNCTION 'ISU_GET_HEADER_ADDRESS' EXPORTING x_doc_type = '6' x_langu = c-langu x_but000 = t_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 = 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_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_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.

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

ISU_ACC_DISP_BASIC_LIST_1205 CALL FUNCTION 'ISU_ACC_DISP_BASIC_LIST_1205' EXPORTING i_postab = yt_acct_item * i_fkkl1 = i_langu = c-langu IMPORTING e_postab = yt_acct_item.



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