FKPY3_CANC_FILEREC is a standard ABAP INCLUDE 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 FKPY3_CANC_FILEREC 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: Include FKPY3_CANC_FILEREC
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
CONVERSION_EXIT_ALPHA_INPUT CALL FUNCTION 'CONVERSION_EXIT_ALPHA_INPUT' EXPORTING input = l_custid IMPORTING output = l_custid1.
FKK_DME_MESSAGE_COLLECT * CALL FUNCTION 'FKK_DME_MESSAGE_COLLECT' * EXPORTING * i_msgid = 'FKKBRPNO' * i_msgty = 'E' * i_msgno = 057 * i_msgv1 = wa_payh-org1r.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'DD_TRNUM' toyear = sy-datum(4) IMPORTING number = ddno_tsr-transmno.
FKK_DME_MESSAGE_COLLECT * CALL FUNCTION 'FKK_DME_MESSAGE_COLLECT' * EXPORTING * i_msgid = 'FKKBRPNO' * i_msgty = 'E' * i_msgno = 043.
FKK_DME_FILE_WRITE CALL FUNCTION 'FKK_DME_FILE_WRITE' TABLES t_lines = t_file_output.
FKK_DME_FILE_WRITE CALL FUNCTION 'FKK_DME_FILE_WRITE' TABLES t_lines = t_file_output.
FKK_DME_FILE_CLOSE CALL FUNCTION 'FKK_DME_FILE_CLOSE' EXPORTING i_name = lc_text.
FKK_DME_ADMINDATA_FILL CALL FUNCTION 'FKK_DME_ADMINDATA_FILL' EXPORTING i_format = 'NO_DD' i_laufd = gd_laufd i_laufi = gc_laufi i_orign = '' i_xvorl = gc_xvorl i_report = sy-repid i_org1r = gc_org1r i_ubnks = 'NO' i_sum_regut = total_amount i_waers = 'NOK' i_dtkey = '' i_usrex = '' i_fsnam = gc_fsnam i_tsnam = gc_tsnam i_renum = gc_renum.
FKK_PAYMENT_DATA_DISPLAY CALL FUNCTION 'FKK_PAYMENT_DATA_DISPLAY' EXPORTING i_doc1r = l_doc1r "wa_payord_rev-pyord i_doc1t = '05' i_no_display = 'X' IMPORTING e_dpayh = s_payh TABLES t_payp = it_payp EXCEPTIONS no_data_found = 1 OTHERS = 2.
FKK_DME_MESSAGE_COLLECT * CALL FUNCTION 'FKK_DME_MESSAGE_COLLECT' * EXPORTING * i_msgid = 'FKKBRPNO' * i_msgty = 'E' * i_msgno = 058 * i_msgv1 = s_payh-doc1r.
NUMBER_GET_NEXT CALL FUNCTION 'NUMBER_GET_NEXT' EXPORTING nr_range_nr = '01' object = 'DD_PONUM' toyear = sy-datum(4) IMPORTING number = p_ddno_posr-orderno.
FKK_DME_MESSAGE_COLLECT * CALL FUNCTION 'FKK_DME_MESSAGE_COLLECT' * EXPORTING * i_msgid = 'FKKBRPNO' * i_msgty = 'E' * i_msgno = 042.
FKK_DME_MESSAGE_COLLECT * CALL FUNCTION 'FKK_DME_MESSAGE_COLLECT' * EXPORTING * i_msgid = 'FKKBRPNO' * i_msgty = 'E' * i_msgno = 056 * i_msgv1 = p_doc1r.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.