FKPY3SEL 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 FKPY3SEL 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 FKPY3SEL
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_PAYMENT_FORMAT_READ CALL FUNCTION 'FKK_PAYMENT_FORMAT_READ' EXPORTING I_FORMI = PAR_FORM IMPORTING E_TFK042F = TFK042F E_TFK042FT = TFK042FT EXCEPTIONS OTHERS = 4.
FKK_PAYMENT_FORMAT_EVENT_READ CALL FUNCTION 'FKK_PAYMENT_FORMAT_EVENT_READ' EXPORTING I_FORMI = PAR_FORM I_EVENT = '10' IMPORTING E_FNAME = H_FNAME E_FORMF = H_FORMF TABLES E_TFK042FM = T_TFK042FM.
FKK_PAYMEDIUM_SAMPLE_10 CALL FUNCTION 'FKK_PAYMEDIUM_SAMPLE_10'.
FKK_CHECK_STRUC_INITIAL CALL FUNCTION 'FKK_CHECK_STRUC_INITIAL' EXPORTING I_TABNAME = H_FORMF IMPORTING E_XENTRIES = XFORP CHANGING C_ENTRIES = PAR_FORP.
FKK_PAYMENT_FORMAT_F4 CALL FUNCTION 'FKK_PAYMENT_FORMAT_F4' IMPORTING E_FORMI = PAR_FORM EXCEPTIONS CANCELLED = 0.
FKK_PAYMENT_FORMAT_CHECK CALL FUNCTION 'FKK_PAYMENT_FORMAT_CHECK' EXPORTING I_FORMI = PAR_FORM.
POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING TITEL = TEXT-100 DIAGNOSETEXT1 = TEXT-101 DIAGNOSETEXT2 = TEXT-102 DIAGNOSETEXT3 = TEXT-103 TEXTLINE1 = TEXT-104 IMPORTING ANSWER = H_ANSWER.
FKK_PAYMENT_FORMAT_READ CALL FUNCTION 'FKK_PAYMENT_FORMAT_READ' EXPORTING I_FORMI = PAR_FORM IMPORTING E_TFK042F = *TFK042F.
PDF_FORM_CHECK CALL FUNCTION 'PDF_FORM_CHECK' EXPORTING i_formname = par_pdf3.
HELP_OBJECT_SHOW CALL function 'HELP_OBJECT_SHOW' exporting dokclass = 'TX' dokname = H_DOCU_OBJ DOKTITLE = H_DOCU_TITLE tables links = lt_links EXCEPTIONS OTHERS = 0.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.