SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

FI_CA_DUNNING_LIB_NEW SAP ABAP Report - Data Retrieval Library for Form Class







FI_CA_DUNNING_LIB_NEW 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 FI_CA_DUNNING_LIB_NEW 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 FI_CA_DUNNING_LIB_NEW. "Basic submit
SUBMIT FI_CA_DUNNING_LIB_NEW AND RETURN. "Return to original report after report execution complete
SUBMIT FI_CA_DUNNING_LIB_NEW VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Data Retrieval Library for Form Class


INCLUDES used within this REPORT FI_CA_DUNNING_LIB_NEW

INCLUDE EMSG.
INCLUDE IEFGMAC3.
INCLUDE LFICA_MACROSDAT.
INCLUDE LFICA_MACROS001.
INCLUDE LFICA_MACROS002.
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:

FKK5_DWB_PARAM_GET CALL FUNCTION 'FKK5_DWB_PARAM_GET' IMPORTING e_but000 = l_f_but000 e_fkkmako = c_fkkmako TABLES t_fkkmaze = t_fkkmaze t_fkkmareduct = t_fkkmareduct t_fkkepos = t_fkkepos t_fkkvkp1 = t_fkkvkp1.

DOMAIN_VALUE_GET CALL FUNCTION 'DOMAIN_VALUE_GET' EXPORTING i_domname = 'OBJ1T_KK' i_domvalue = l_domvalue IMPORTING e_ddtext = t_redu_item-obj1t_txt EXCEPTIONS OTHERS = 1.

FKK_DUNN_REDUCTION_REASON_TEXT CALL FUNCTION 'FKK_DUNN_REDUCTION_REASON_TEXT' EXPORTING i_obj1t = t_redu_item-obj1t i_reason = t_redu_item-reason IMPORTING e_reason_text = t_redu_item-reason_txt EXCEPTIONS not_found = 1 OTHERS = 2.

FKK_GET_RECEIVER_ADDRNUMBER CALL FUNCTION 'FKK_GET_RECEIVER_ADDRNUMBER' EXPORTING i_gpart = receiver_gpart i_adr_kind = '0001' IMPORTING e_addrnumber = receiver_adrnr.

FKK_READ_DUNNING_HISTORY CALL FUNCTION 'FKK_READ_DUNNING_HISTORY' EXPORTING gpart = receiver_gpart TABLES i_fkkmako = yt_dunn_head i_fkkmaze = t_dunn_item i_fkkmareduct = t_fkkmareduct EXCEPTIONS not_found = 1 OTHERS = 2.

DOMAIN_VALUE_GET CALL FUNCTION 'DOMAIN_VALUE_GET' EXPORTING i_domname = 'OBJ1T_KK' i_domvalue = l_domvalue IMPORTING e_ddtext = t_redu_item-obj1t_txt EXCEPTIONS OTHERS = 1.

FKK_DUNN_REDUCTION_REASON_TEXT CALL FUNCTION 'FKK_DUNN_REDUCTION_REASON_TEXT' EXPORTING i_obj1t = t_redu_item-obj1t i_reason = t_redu_item-reason IMPORTING e_reason_text = t_redu_item-reason_txt EXCEPTIONS not_found = 1 OTHERS = 2.

FKK_DUNNING_OPEN_ITEMS CALL FUNCTION 'FKK_DUNNING_OPEN_ITEMS' EXPORTING i_fkkmako = yt_dunn_head TABLES t_fkkmaze = t_dunn_item t_fkkepos = t_open_item t_fkkvkp1 = t_cont_acct.

FKK_BUPA_READ_SINGLE * CALL FUNCTION 'FKK_BUPA_READ_SINGLE' * EXPORTING * i_partner = receiver_gpart * IMPORTING * e_but000 = lf_bus000_ext * EXCEPTIONS * OTHERS = 4.

BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = receiver_gpart i_addrnumber = receiver_adrnr i_xmemory = 'X' IMPORTING e_address = y_bp_address 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 = receiver_gpart IMPORTING e_but000 = y_bus_part EXCEPTIONS OTHERS = 1.

FKK_BP_LINE_ITEMS_SELECT CALL FUNCTION 'FKK_BP_LINE_ITEMS_SELECT' EXPORTING i_abwtp = 'R' ix_abwtp = 'X' TABLES pt_fkkop = t_fkkop tp_abwbl_range = t_abwbl_range.

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 = t_dunn_head-gpart IMPORTING e_but000 = y_bupa EXCEPTIONS OTHERS = 1.

FKK_SAMPLE_1321 IF 1 = 2. CALL FUNCTION 'FKK_SAMPLE_1321'. ENDIF.

EWU_FICA_CONVERT_ANY_STRUCTURE CALL FUNCTION 'EWU_FICA_CONVERT_ANY_STRUCTURE' EXPORTING i_structure_name = 'FKKMAKO' CHANGING c_data = y_d_head_eur.

EWU_FICA_CONVERT_ANY_STRUCTURE CALL FUNCTION 'EWU_FICA_CONVERT_ANY_STRUCTURE' EXPORTING i_structure_name = 'FKKMAZE' CHANGING c_data = y_d_item_eur.

EWU_FICA_CONVERT_ANY_STRUCTURE CALL FUNCTION 'EWU_FICA_CONVERT_ANY_STRUCTURE' EXPORTING i_structure_name = 'FKKEPOS' CHANGING c_data = y_o_item_eur.

EWU_FICA_CONVERT_ANY_STRUCTURE





CALL FUNCTION 'EWU_FICA_CONVERT_ANY_STRUCTURE' EXPORTING i_structure_name = 'FKKEPOS' CHANGING c_data = y_i_item_eur.

FKK_SAMPLE_1321 IF 1 = 2. CALL FUNCTION 'FKK_SAMPLE_1321'. ENDIF.



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