ISISCD_DUNNING_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_DUNNING_LIB into the relevant SAP transactions such as SE38 or SE80
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.
Title: Internal: Form Class Library
INCLUDE EMSG.
INCLUDE IEFGMAC3.
INCLUDE LFICA_MACROSDAT.
INCLUDE LFICA_MACROS001.
INCLUDE LFICA_MACROS002.
No SAP DATABASE tables are accessed within this REPORT code!
VKKMA6_DWB_PARAM_GET CALL FUNCTION 'VKKMA6_DWB_PARAM_GET' IMPORTING e_vtref = global_vtref * 31.01.2000 GOENS: VN-Daten
EWU_FICA_CONVERT_ANY_STRUCTURE CALL FUNCTION 'EWU_FICA_CONVERT_ANY_STRUCTURE' EXPORTING i_structure_name = 'FKKMAKO' CHANGING c_data = x_dunn_head.
EWU_FICA_CONVERT_ANY_STRUCTURE CALL FUNCTION 'EWU_FICA_CONVERT_ANY_STRUCTURE' EXPORTING *-Integration VVKKMHIST in FKKMAKO * i_structure_name = 'VVKKMHIST' i_structure_name = 'FKKMAKO' CHANGING c_data = x_ins_dunn_h.
FKK_SAMPLE_1321 CALL FUNCTION 'FKK_SAMPLE_1321'.
BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = global_but000-partner * I_RLTYP = i_addrnumber = global_dfkkcoh-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.
BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = global_but000-partner * I_RLTYP = i_addrnumber = global_but000-addrnumber i_xmemory = 'X' * I_XWA = ' ' IMPORTING e_address = y_rec_adress EXCEPTIONS no_address_found = 1 internal_error = 2 wrong_parameters = 3 OTHERS = 4.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
ISISCD_DUNNING_LIB - Internal: Form Class Library ISISCD_DUNNING_LIB - Internal: Form Class Library ISISCD_DEPOT_PARTNER_LIB - INTERNAL: Form Class Library ISISCD_DEPOT_PARTNER_LIB - INTERNAL: Form Class Library ISISCD_DEPOT_ACCOUNT_LIB - INTERNAL: Form Class Library ISISCD_DEPOT_ACCOUNT_LIB - INTERNAL: Form Class Library