FI_CA_PAYMENT_REC_PDF_EXIT 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 FI_CA_PAYMENT_REC_PDF_EXIT 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FI_CA_PAYMENT_ITEMS_READ CALL FUNCTION 'FI_CA_PAYMENT_ITEMS_READ' EXPORTING x_opbel = x_paym_doc-opbel TABLES t_fkkop = ht_ref_items EXCEPTIONS not_found = 1 OTHERS = 2.
FI_CA_PAYMENT_ITEMS_READ CALL FUNCTION 'FI_CA_PAYMENT_ITEMS_READ' EXPORTING x_opbel = ht_cdref-ptbel TABLES t_fkkop = ht_ref_items EXCEPTIONS not_found = 1 OTHERS = 2.
FKK_GL_LINE_ITEMS_SEL_BY_OPBEL CALL FUNCTION 'FKK_GL_LINE_ITEMS_SEL_BY_OPBEL' EXPORTING i_opbel = ht_cdref-ptbel TABLES tp_fkkopk = ht_fkkopk.
FKK_GET_RFKH0 * CALL FUNCTION 'FKK_GET_RFKH0' "note 891580 * IMPORTING "note 891580 * y_rfkh0 = l_rfkh0. "note 891580
FKK_GL_LINE_ITEMS_SEL_BY_OPBEL CALL FUNCTION 'FKK_GL_LINE_ITEMS_SEL_BY_OPBEL' EXPORTING i_opbel = x_paym_doc-opbel TABLES tp_fkkopk = t_fkkopk.
FI_CA_PAYMENT_ITEMS_READ CALL FUNCTION 'FI_CA_PAYMENT_ITEMS_READ' EXPORTING x_opbel = x_paym_doc-opbel tables t_fkkop = ht_ref_items EXCEPTIONS NOT_FOUND = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
FI_CA_PAYMENT_REC_PDF_EXIT - FICAPAYMENTRECPDFEXIT FI_CA_PAYMENT_RECEIPT_LIB - FICAPAYMENTRECEIPTLIB FI_CA_PAYMENT_RECEIPT_LIB - FICAPAYMENTRECEIPTLIB FI_CA_PAYMENT_MEDIA_LIB - Event ISSTA: Initialize FI_CA_PAYMENT_MEDIA_LIB - Event ISSTA: Initialize FI_CA_PAYMENT_LIB000 - INTERNAL: Form Class Library