SAP Reports / Programs

FKKINV_LIB SAP ABAP Report - FKKINVLIB







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


Text pool values


Text Symbol: 100 = Selection of Invoicing Document


INCLUDES used within this REPORT FKKINV_LIB

INCLUDE EMSG_CONSTANTS.
INCLUDE IFKKINV_CO.


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_PAYMENT_MEDIA_PRINT CALL FUNCTION 'FKK_PAYMENT_MEDIA_PRINT' EXPORTING x_itcpo = h_itcpo x_xnapm = h_xnapm x_c = c_core TABLES t_paymo = t_paymo t_gendata = y_tab_gendata t_sel_per_fclass = y_tabn_sel_per_fclass EXCEPTIONS failed = 1 OTHERS = 2.

FKK_INV_SET_OTF_DATA * call function 'FKK_INV_SET_OTF_DATA' * tables * yt_otf_data = gt_otf.

FKK_INV_SET_RAW_DATA CALL FUNCTION 'FKK_INV_SET_RAW_DATA' EXPORTING i_strn_header = .

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

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = l_applk EXCEPTIONS no_appl_selected = 1 OTHERS = 2.

FKK_INVDOC_SELECT_SINGLE CALL FUNCTION 'FKK_INVDOC_SELECT_SINGLE' EXPORTING i_applk = l_applk i_invdocno = l_invdocno IMPORTING e_fkkinvdoc_h = l_invdoc_h EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_INV_PRINT_GET_COH_4_DOCH CALL FUNCTION 'FKK_INV_PRINT_GET_COH_4_DOCH' EXPORTING i_invdoc_h = l_invdoc_h i_ignore_copri = co_true IMPORTING e_fkkcoh_tab = t_corr_head[] EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '2685' i_applk = l_invdoc_h-applk TABLES t_fbstab = lt_fbstab.

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

FKK_INV_PRINT_DATA_GET CALL FUNCTION 'FKK_INV_PRINT_DATA_GET' EXPORTING i_invdocno = l_invdoc_h-invdocno i_cokey = l_fkkcoh-cokey IMPORTING e_invdoc_h = l_invdoc_h e_fkkcoh = l_fkkcoh.

FKK_INVDOC_SELECT_SINGLE CALL FUNCTION 'FKK_INVDOC_SELECT_SINGLE' EXPORTING i_applk = g_applk i_invdocno = l_invdoc_h-invdocno IMPORTING e_fkkinvdoc = l_invdoc EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '2687' i_applk = g_applk TABLES t_fbstab = lt_fbstab EXCEPTIONS error_message = 1.

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

FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = wa_corr_head-gpart IMPORTING e_but000 = yt_receiver EXCEPTIONS partner_in_role_not_found = 1 partner_not_found = 2 internal_error = 3 OTHERS = 4.

BUP_PARTNER_GET CALL FUNCTION 'BUP_PARTNER_GET' EXPORTING i_partner = wa_corr_head-gpart IMPORTING e_but000_address = yt_receiver EXCEPTIONS partner_not_found = 1 wrong_parameters = 2 internal_error = 3 OTHERS = 4.

BUA_ADDRESS_GET CALL FUNCTION 'BUA_ADDRESS_GET' EXPORTING i_partner = wa_corr_head-gpart i_addrnumber = wa_corr_head-adrnr IMPORTING e_address = yt_rec_addres 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 = wa_corr_head-agpart IMPORTING e_but000 = yt_sender 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 = wa_corr_head-agpart i_addrnumber = wa_corr_head-aadrnr i_xmemory = 'X' IMPORTING e_address = yt_sen_addres 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 IMPORTING address_value = h_addr1_val EXCEPTIONS parameter_error = 1 address_not_exist = 2 version_not_exist = 3 internal_error = 4 OTHERS = 5.

FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = xt_header-gpart IMPORTING e_but000 = yt_bupa EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 OTHERS = 4.

FKK_INV_ACCOUNT_READ CALL FUNCTION 'FKK_INV_ACCOUNT_READ' EXPORTING i_mdcat = xt_header-mdcat i_vkont = xt_header-vkont i_gpart = xt_header-gpart i_valdt = sy-datlo IMPORTING e_fkkvk = yt_account e_fkkvkp = t_account_bp EXCEPTIONS not_found = 1 foreign_lock = 2 not_valid = 3 invalid_mdcat = 5 OTHERS = 4.

PAYMENT_MEDIUM_INIT CALL FUNCTION 'PAYMENT_MEDIUM_INIT' IMPORTING e_paymo = wa_paymo EXCEPTIONS OTHERS = 1.

FKK_PYBUK_DETERMINE CALL FUNCTION 'FKK_PYBUK_DETERMINE' EXPORTING i_fkkvkp = t_account_bp IMPORTING e_pybuk = l_pybuk EXCEPTIONS no_pybuk_found = 1 error_message = 1 OTHERS = 2.

PAYMENT_MEDIUM_DATA CALL FUNCTION 'PAYMENT_MEDIUM_DATA' EXPORTING i_paymi = l_paymi i_xnapm = l_xnapm IMPORTING e_paymo = wa_paymo TABLES t_fimsg = lt_fimsg EXCEPTIONS no_print = 1 OTHERS = 2.

FKK_INV_LAST_INVOICE_GET CALL FUNCTION 'FKK_INV_LAST_INVOICE_GET' EXPORTING i_applk = g_applk i_vkont = xt_header-vkont i_mdcat = xt_header-mdcat i_present_invoice = l_invdoc_h IMPORTING e_no_invoice_found = prev_not_found e_previous_invoice = yt_prev_doc_h EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_INV_SRCDOCNO_CONV_TO_ORIG CALL FUNCTION 'FKK_INV_SRCDOCNO_CONV_TO_ORIG' EXPORTING i_srcdoccat = cl_fkkinv_co=>doccat_invbill i_srcdocno = gt_source-srcdocno IMPORTING e_doc_invbi = l_billdocno EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_INV_SRCDOCNO_CONV_TO_ORIG CALL FUNCTION 'FKK_INV_SRCDOCNO_CONV_TO_ORIG' EXPORTING i_srcdoccat = cl_fkkinv_co=>doccat_subinv i_srcdocno = gt_source-srcdocno IMPORTING e_doc_subin = l_invdocno EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_INVDOC_SELECT_INVDOCNO CALL FUNCTION 'FKK_INVDOC_SELECT_INVDOCNO' EXPORTING i_invdocno_tab = lt_sub_invdocno IMPORTING e_fkkinvdoc_h_tab = lt_sub_invdoc_h.

FKK_DB_T001_SINGLE CALL FUNCTION 'FKK_DB_T001_SINGLE' EXPORTING x_bukrs = x_item-bukrs IMPORTING y_t001 = y_cocode EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.

FKK_INV_SRCDOCNO_CONV_TO_ORIG CALL FUNCTION 'FKK_INV_SRCDOCNO_CONV_TO_ORIG' EXPORTING i_srcdoccat = x_item-srcdoccat i_srcdocno = x_item-srcdocno IMPORTING e_doc_invbi = l_billdocno EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_INV_SRCDOCNO_CONV_TO_ORIG CALL FUNCTION 'FKK_INV_SRCDOCNO_CONV_TO_ORIG' EXPORTING i_srcdoccat = x_item-srcdoccat i_srcdocno = x_item-srcdocno IMPORTING e_doc_invbi = l_billdocno EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_INV_SRCDOCNO_CONV_TO_ORIG CALL FUNCTION 'FKK_INV_SRCDOCNO_CONV_TO_ORIG' EXPORTING i_srcdoccat = x_item-srcdoccat i_srcdocno = x_item-srcdocno IMPORTING e_doc_invbi = l_billdocno EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_INV_SRCDOCNO_CONV_TO_ORIG CALL FUNCTION 'FKK_INV_SRCDOCNO_CONV_TO_ORIG' EXPORTING i_srcdoccat = cl_fkkinv_co=>doccat_collbill i_srcdocno = gt_source-srcdocno IMPORTING e_doc_colbi = l_opbel EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_BP_LINE_ITEMS_SELECT CALL FUNCTION 'FKK_BP_LINE_ITEMS_SELECT' EXPORTING i_opbel = l_opbel ix_opbel = 'X' TABLES pt_fkkop = lt_colbi_item[] EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_INVDOC_SELECT CALL FUNCTION 'FKK_INVDOC_SELECT' EXPORTING i_applk = g_applk i_abwbl_ranges = lt_abwbl_r IMPORTING e_fkkinvdoc_h_tab = lt_invdoc_h[] EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_BUPA_READ_SINGLE CALL FUNCTION 'FKK_BUPA_READ_SINGLE' EXPORTING i_partner = x_child_doch-gpart IMPORTING e_but000 = y_bupa_child EXCEPTIONS partner_not_found = 1 partner_in_role_not_found = 2 internal_error = 3 OTHERS = 4.

FKK_INV_ACCOUNT_READ CALL FUNCTION 'FKK_INV_ACCOUNT_READ' EXPORTING i_mdcat = x_child_doch-mdcat i_vkont = x_child_doch-vkont i_gpart = x_child_doch-gpart i_valdt = sy-datlo IMPORTING e_fkkvk = y_acc_child e_fkkvkp = t_accbp_chld EXCEPTIONS not_found = 1 foreign_lock = 2 not_valid = 3 invalid_mdcat = 5 OTHERS = 4.

FKK_DB_T001_SINGLE CALL FUNCTION 'FKK_DB_T001_SINGLE' EXPORTING x_bukrs = bukrs IMPORTING y_t001 = cocode EXCEPTIONS not_found = 1 system_error = 2 OTHERS = 3.




CONVERT_TO_LOCAL_CURRENCY CALL FUNCTION 'CONVERT_TO_LOCAL_CURRENCY' EXPORTING date = sy-datum foreign_amount = betrw foreign_currency = twaers local_currency = cocode-waers IMPORTING local_amount = betrh EXCEPTIONS error_message = 1.

ISU_S_PRINTACT_SEARCH_UPDATE CALL FUNCTION 'ISU_S_PRINTACT_SEARCH_UPDATE' EXPORTING x_formclass = co_fc_invoice x_obj_type = co_par_bor_partner x_obj_key = l_obj_key x_update = c-pa_update x_print = c-pa_print TABLES yt_eprintact = yt_printact yt_lines = t_par_line EXCEPTIONS not_found = 1 not_qualified = 2 failed = 3 OTHERS = 4.

ISU_S_PRINTACT_SEARCH_UPDATE CALL FUNCTION 'ISU_S_PRINTACT_SEARCH_UPDATE' EXPORTING x_formclass = co_fc_invoice x_obj_type = co_par_bor_account x_obj_key = l_obj_key x_update = c-pa_update x_print = c-pa_print TABLES yt_eprintact = lt_eprintact yt_lines = lt_lines EXCEPTIONS not_found = 1 not_qualified = 2 failed = 3 OTHERS = 4.

FKK_INV_SRCDOCNO_CONV_TO_ORIG CALL FUNCTION 'FKK_INV_SRCDOCNO_CONV_TO_ORIG' EXPORTING i_srcdoccat = cl_fkkinv_co=>doccat_sd i_srcdocno = gt_source-srcdocno IMPORTING e_doc_sd = l_opbel EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_BP_LINE_ITEMS_SELECT CALL FUNCTION 'FKK_BP_LINE_ITEMS_SELECT' EXPORTING i_opbel = l_opbel ix_opbel = co_true ix_sample_flag = co_true TABLES pt_fkkop = lt_fkkop EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_DOC_HEADER_SELECT_BY_OPBEL CALL FUNCTION 'FKK_DOC_HEADER_SELECT_BY_OPBEL' EXPORTING i_opbel = lt_fkkmko-opbel ix_opbel = co_true ix_sample_flag = co_true IMPORTING e_fkkko = l_fkkko EXCEPTIONS error_message = 1.

RV_BILLING_PRINT_VIEW CALL FUNCTION 'RV_BILLING_PRINT_VIEW' EXPORTING comwa = l_vbco3 IMPORTING kopf = yt_sd_header TABLES pos = t_sd_item[] EXCEPTIONS terms_of_payment_not_in_t052 = 1 OTHERS = 2.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '2684' i_applk = g_applk TABLES t_fbstab = lt_fbstab EXCEPTIONS error_message = 1.

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

FKK_INV_SRCDOCNO_CONV_TO_ORIG CALL FUNCTION 'FKK_INV_SRCDOCNO_CONV_TO_ORIG' EXPORTING i_srcdoccat = x_item-srcdoccat i_srcdocno = x_item-srcdocno IMPORTING e_doc_subin = l_invdocno EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_INV_SRCDOCNO_CONV_TO_ORIG CALL FUNCTION 'FKK_INV_SRCDOCNO_CONV_TO_ORIG' EXPORTING i_srcdoccat = cl_fkkinv_co=>doccat_vbrk i_srcdocno = gt_source-srcdocno IMPORTING e_doc_vbrk = l_vbeln EXCEPTIONS error_message = 1 OTHERS = 2.

RV_BILLING_PRINT_VIEW CALL FUNCTION 'RV_BILLING_PRINT_VIEW' EXPORTING comwa = l_vbco3 IMPORTING kopf = l_vbrk TABLES pos = lt_vbrp[] EXCEPTIONS terms_of_payment_not_in_t052 = 1 OTHERS = 2.

FKK_BIX_BIT4_SEL_FOR_PRINT CALL FUNCTION 'FKK_BIX_BIT4_SEL_FOR_PRINT' EXPORTING i_billdocno = x_bihead_bit-billdocno IMPORTING et_bit4_it = yt_bit_it[] et_bit4_py = t_bit_py[] et_bit4_tx = t_bit_tx[] et_bit4_tt = t_bit_tt[] EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_BIX_CIT4_SEL_FOR_PRINT CALL FUNCTION 'FKK_BIX_CIT4_SEL_FOR_PRINT' EXPORTING i_gpart = wa_bihead_bit-gpart it_bit4_it_print = yt_bit_it[] IMPORTING et_cit4 = t_cit[] EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_BIX_COMMTAX_SEL_FOR_PRINT CALL FUNCTION 'FKK_BIX_COMMTAX_SEL_FOR_PRINT' EXPORTING it_opbel = lt_opbel IMPORTING et_bit_commtax = gt_bit_commtax.

FKK_VT_GET_SUBAP_OF_PROV_CONTR CALL FUNCTION 'FKK_VT_GET_SUBAP_OF_PROV_CONTR' IMPORTING ev_subap = lv_subap EXCEPTIONS provider_contract_not_active = 1 subap_not_active = 2 OTHERS = 3.

FKK_INV_PRINT_VT_I_DATA_GET CALL FUNCTION 'FKK_INV_PRINT_VT_I_DATA_GET' EXPORTING iv_subap = lv_subap iv_vtkey = x_item-vtref iv_vtpos = x_item-vtpos iv_langu = c-langu IMPORTING es_vt_i_inv_print = y_prvctr_inv EXCEPTIONS general_fault = 1 OTHERS = 2.

FKK_VT_GET_SUBAP_OF_PROV_CONTR CALL FUNCTION 'FKK_VT_GET_SUBAP_OF_PROV_CONTR' IMPORTING ev_subap = lv_subap EXCEPTIONS provider_contract_not_active = 1 subap_not_active = 2 OTHERS = 3.

FKK_INV_PRINT_VT_I_DATA_GET CALL FUNCTION 'FKK_INV_PRINT_VT_I_DATA_GET' EXPORTING iv_subap = lv_subap iv_vtkey = x_bit_it-vtref iv_vtpos = x_bit_it-vtpos iv_langu = c-langu IMPORTING es_vt_i_bit_print = y_prvctr_bit EXCEPTIONS general_fault = 1 OTHERS = 2.

FKK_S_DET_SETTINGS_EXTDOC CALL FUNCTION 'FKK_S_DET_SETTINGS_EXTDOC' IMPORTING x_extdoc_on = g_extdoc_on.

FKK_MA_AGREEMENT_GET CALL FUNCTION 'FKK_MA_AGREEMENT_GET' EXPORTING i_makey = l_master_agrmt-makey i_agrmt = l_master_agrmt-agrmt i_date = xt_header-bldat IMPORTING e_ma_h = l_ma_h EXCEPTIONS error_message = 1.

FKK_MA_AGREEMENT_GET CALL FUNCTION 'FKK_MA_AGREEMENT_GET' EXPORTING i_makey = l_master_agrmt-makey i_agrmt = l_master_agrmt-agrmt i_date = xt_header-bldat IMPORTING e_ma_agi = l_ma_agi EXCEPTIONS error_message = 1.

FKK_MA_AGREEMENT_GET CALL FUNCTION 'FKK_MA_AGREEMENT_GET' EXPORTING i_makey = l_master_agrmt-makey i_agrmt = l_master_agrmt-agrmt i_date = xt_header-bldat IMPORTING e_ma_agl = l_ma_agl EXCEPTIONS error_message = 1.

FKK_MA_AGREEMENT_GET CALL FUNCTION 'FKK_MA_AGREEMENT_GET' EXPORTING i_makey = l_master_agrmt-makey i_agrmt = l_master_agrmt-agrmt i_date = xt_header-bldat IMPORTING e_ma_h = l_ma_h EXCEPTIONS error_message = 1.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'INV_GPVKT_A_CAT_KK' value = l_domvalue langu = c-langu * BYPASS_BUFFER = ' ' IMPORTING dd07v_wa = y_bpca_a_cat rc = l_rc.

FKK_INV_SRCDOCNO_CONV_TO_ORIG CALL FUNCTION 'FKK_INV_SRCDOCNO_CONV_TO_ORIG' EXPORTING i_srcdoccat = x_item-srcdoccat i_srcdocno = x_item-srcdocno IMPORTING e_doc_invbi = l_billdocno EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_BIX_DISC_DETAILS_GET CALL FUNCTION 'FKK_BIX_DISC_DETAILS_GET' EXPORTING iv_disckey = l_invbi_item-disckey iv_disckey_versno = l_invbi_item-disckey_versno iv_langu = c-langu IMPORTING es_tfk8117t = y_disckey EXCEPTIONS not_found = 1 OTHERS = 2.

FKK_INV_SRCDOCNO_CONV_TO_ORIG CALL FUNCTION 'FKK_INV_SRCDOCNO_CONV_TO_ORIG' EXPORTING i_srcdoccat = x_item-srcdoccat i_srcdocno = x_item-srcdocno IMPORTING e_doc_invbi = l_billdocno EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_BIX_DISC_DETAILS_GET CALL FUNCTION 'FKK_BIX_DISC_DETAILS_GET' EXPORTING iv_disckey = l_invbi_item-disckey iv_disckey_versno = l_invbi_item-disckey_versno IMPORTING es_tfk8117 = l_tfk8117 EXCEPTIONS not_found = 1 OTHERS = 2.

DD_DOMVALUE_TEXT_GET CALL FUNCTION 'DD_DOMVALUE_TEXT_GET' EXPORTING domname = 'DISC_UTILIZATION_KK' value = l_domvalue langu = c-langu * BYPASS_BUFFER = ' ' IMPORTING dd07v_wa = y_disc_util rc = l_rc.

FKK_INV_SRCDOCNO_CONV_TO_ORIG CALL FUNCTION 'FKK_INV_SRCDOCNO_CONV_TO_ORIG' EXPORTING i_srcdoccat = x_item-srcdoccat i_srcdocno = x_item-srcdocno IMPORTING e_doc_invbi = l_billdocno EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_MA_AGREEMENT_GET CALL FUNCTION 'FKK_MA_AGREEMENT_GET' EXPORTING i_makey = l_master_agrmt-makey i_agrmt = l_master_agrmt-agrmt i_date = l_srcref_invbi_head-bill_basedate IMPORTING e_ma_agd = l_ma_agd e_ma_h = l_ma_h EXCEPTIONS error_message = 1.

FKK_MA_AGREEMENT_GET CALL FUNCTION 'FKK_MA_AGREEMENT_GET' EXPORTING i_makey = l_disc_agrmt-makey i_agrmt = l_disc_agrmt-agrmt i_date = l_srcref_invbi_head-bill_basedate IMPORTING e_ma_agd = l_ma_agd e_ma_h = l_ma_h EXCEPTIONS error_message = 1.

CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = xt_header-invdocno IMPORTING output = l_pnxref.

SEPA_MANDATES_API_GET CALL FUNCTION 'SEPA_MANDATES_API_GET' EXPORTING i_sel_criteria = l_criteria IMPORTING et_mandates = lt_mandates.



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