SAP Reports / Programs | Financial Services | Collections/Disbursements(FS-CD) SAP FS

ISISCD_INTEREST_LIB SAP ABAP Report - INTERNAL: Form Class Library







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

IMA_PARTNER_INSOBJECT_READ CALL FUNCTION 'IMA_PARTNER_INSOBJECT_READ' EXPORTING I_PARTNER = GPART_ORG I_INSOBJECT = VTREF I_BYPASS_BUFFER = 'X' IMPORTING E_DIMAIOBPAR = YT_HEAD * TABLES * T_DIMAIOBPAR = EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.

VVOZINS_DB_VVKKIHISTIOB_SELECT CALL FUNCTION 'VVOZINS_DB_VVKKIHISTIOB_SELECT' EXPORTING I_GPART = GPART_ORG I_VTREF = VTREF I_WAERS = GLOBAL_WAERS I_BISDAT_LOW = ABDAT I_BISDAT_HIGH = BISDAT TABLES T_VVKKIHISTIOB = GLOBAL_T_VVKKIHISTIOB.

FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING I_PARTNER = GLOBAL_GPART * I_XBANK = * I_XADDR_MULT = * I_XTELN_MULT = * I_XFAXN_MULT = * I_XCOMM_FRTH = IMPORTING E_BUT000 = Y_RECEIVER * TABLES * T_BANK = * T_ADDRESS = * T_TELNO = * T_FAXNO = * T_TTXNO = * T_TLXNO = * 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_GPART * I_RLTYP = I_ADDRNUMBER = GLOBAL_ADRNR I_XMEMORY = 'X' * I_XWA = ' ' IMPORTING E_ADDRESS = Y_REC_ADRESS EXCEPTIONS NO_ADDRESS_FOUND = 1 INTERNAL_ERROR = 2 WRONG_PARAMETERS = 3 OTHERS = 4.

FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING I_PARTNER = GLOBAL_AGPART * I_XBANK = * I_XADDR_MULT = * I_XTELN_MULT = * I_XFAXN_MULT = * I_XCOMM_FRTH = IMPORTING E_BUT000 = Y_SENDER * TABLES * T_BANK = * T_ADDRESS = * T_TELNO = * T_FAXNO = * T_TTXNO = * T_TLXNO = * 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_AGPART * I_RLTYP = I_ADDRNUMBER = GLOBAL_AADRNR I_XMEMORY = 'X' * I_XWA = ' ' IMPORTING E_ADDRESS = Y_SEN_ADRESS EXCEPTIONS NO_ADDRESS_FOUND = 1 INTERNAL_ERROR = 2 WRONG_PARAMETERS = 3 OTHERS = 4.

ADDR_GET CALL FUNCTION 'ADDR_GET' EXPORTING ADDRESS_SELECTION = H_ADDR_SEL * ADDRESS_GROUP = * READ_SADR_ONLY = ' ' * READ_TEXTS = ' ' IMPORTING ADDRESS_VALUE = H_ADDR1_VAL * ADDRESS_ADDITIONAL_INFO = * RETURNCODE = * ADDRESS_TEXT = * SADR = * TABLES * ADDRESS_GROUPS = * ERROR_TABLE = * VERSIONS = EXCEPTIONS PARAMETER_ERROR = 1 ADDRESS_NOT_EXIST = 2 VERSION_NOT_EXIST = 3 INTERNAL_ERROR = 4 OTHERS = 5.

EWU_FICA_CONVERT_ANY_STRUCTURE call function 'EWU_FICA_CONVERT_ANY_STRUCTURE' exporting i_structure_name = 'VVKKIHISTIOB' changing c_data = y_zinszteuro.



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