RPFIAPQA_PAYTFORMS_SELECTION 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 RPFIAPQA_PAYTFORMS_SELECTION 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: Payment Froms (Qatar)
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
F4_CHECK_LOT CALL FUNCTION 'F4_CHECK_LOT' EXPORTING i_xdynp = 'X' i_dynp_progn = 'RPFIAPQA_PAYTFORMS' i_dynp_dynnr = '1000' i_dynp_zbukr = 'ZW_ZBUKR-LOW' i_dynp_hbkid = 'SEL_HBKI-LOW' i_dynp_hktid = 'SEL_HKTI-LOW' IMPORTING e_stapl = par_stap EXCEPTIONS OTHERS = 0.
LOT_CHECK CALL FUNCTION 'LOT_CHECK' EXPORTING i_hbkid = SEL_HBKI-LOW i_hktid = SEL_HKTI-LOW i_stapl = par_stap i_zbukr = ZW_ZBUKR-LOW IMPORTING * E_STAPI = par_stap E_STAPL = par_stap * E_ZWELS = pcec-stapi EXCEPTIONS NOT_FOUND_LOT = 1 NOT_FOUND_NEXT_LOT = 2 NO_NEXT_LOT = 3 LOT_NOT_SEQUENTIAL = 4 OTHERS = 5 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RPFIAPQA_PAYTFORMS_SELECTION - Payment Froms (Qatar) RPFIAPQA_PAYTFORMS_MAIN - Include RPFIAPQA_PAYTFORMS_MAIN RPFIAPQA_PAYTFORMS_FORM - Include RPFIAPQA_PAYTFORMS_FORM RPFIAPQA_PAYTFORMS_DATA - Include RPFIAPQA_PAYTFORMS_DATA RPFIAPQA_PAYTFORMS - Payment Forms (Qatar) RPFIAPQA_PAYTFORMS - Payment Forms (Qatar)