SAP Reports / Programs

ISM_CA_FORMCLASS_ACCTSTMT SAP ABAP Report - INTERNAL: Form Class Library







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

INCLUDE EMSG.
INCLUDE IEFGMAC3.
INCLUDE IEFGMAC4.


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:

POPUP_GET_VALUES CALL FUNCTION 'POPUP_GET_VALUES' EXPORTING * NO_VALUE_CHECK = ' ' popup_title = l_title start_column = '20' start_row = '8' IMPORTING returncode = l_rc TABLES fields = lt_sval EXCEPTIONS error_in_fields = 1 OTHERS = 2.

FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = x_partner IMPORTING e_but000 = yt_bus_part EXCEPTIONS OTHERS = 1.

BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = t_bus_part-partner i_addrnumber = t_bus_part-addrnumber i_xmemory = 'X' IMPORTING e_address = y_bp_address EXCEPTIONS no_address_found = 1 internal_error = 2 wrong_parameters = 3 OTHERS = 4.

FKK_COMPLETE_ACCOUNT_READ CALL FUNCTION 'FKK_COMPLETE_ACCOUNT_READ' EXPORTING i_gpart = xt_bus_part-partner * I_VKONT = ' ' * I_XACCU = ' ' * IX_SAMPLE_FLAG = ' ' i_only_open = 'X' TABLES t_fkkop = yt_open_item EXCEPTIONS no_items_found = 1 * PARTNER_NOT_SPECIFIED = 2 * ACCOUNT_NOT_SPECIFIED = 3 OTHERS = 4 .

FKK_COMPLETE_ACCOUNT_READ CALL FUNCTION 'FKK_COMPLETE_ACCOUNT_READ' EXPORTING i_gpart = xt_bus_part-partner * I_VKONT = ' ' * I_XACCU = ' ' * IX_SAMPLE_FLAG = ' ' i_only_open = space TABLES t_fkkop = yt_item EXCEPTIONS * NO_ITEMS_FOUND = 1 * PARTNER_NOT_SPECIFIED = 2 * ACCOUNT_NOT_SPECIFIED = 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.

FKK_FKKVK_READ CALL FUNCTION 'FKK_FKKVK_READ' EXPORTING i_vkont = x_open_item-vkont IMPORTING e_fkkvk = y_itm_cntnam EXCEPTIONS not_found = 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.



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