RFKKCOLLPAY06 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 RFKKCOLLPAY06 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!
FKK_DB_DFKKCOLL_SINGLE call function 'FKK_DB_DFKKCOLL_SINGLE' exporting i_opbel = t_dfkkcoll-opbel i_inkps = t_dfkkcoll-inkps importing e_fkkcoll = h_dfkkcoll exceptions not_found = 1 initial_value = 2 others = 3.
FKK_DB_DFKKCOLL_SEL_BY_OPBEL call function 'FKK_DB_DFKKCOLL_SEL_BY_OPBEL' exporting i_opbel = t_dfkkcoll-opbel tables t_fkkcoll = h_dfkkcoll exceptions not_found = 1 initial_value = 2 others = 3.
FKK_DFKKCOLL_UPD_FROM_PAY call function 'FKK_DFKKCOLL_UPD_FROM_PAY' in update task tables t_dfkkcoll = u_dfkkcoll.
FKK_DB_DFKKCOLL_SINGLE call function 'FKK_DB_DFKKCOLL_SINGLE' exporting i_opbel = c_opbel i_inkps = p_xfkkcollp-inkps importing e_fkkcoll = b_fkkcoll exceptions not_found = 1 initial_value = 2 others = 3.
FKK_DB_DFKKCOLL_SEL_BY_OPBEL call function 'FKK_DB_DFKKCOLL_SEL_BY_OPBEL' exporting i_opbel = c_opbel tables t_fkkcoll = ht_fkkcoll exceptions not_found = 1 initial_value = 2 others = 3.
FKK_DB_DFKKCOLL_SINGLE call function 'FKK_DB_DFKKCOLL_SINGLE' exporting i_opbel = w_opbel i_inkps = w_inkps exceptions not_found = 1 initial_value = 2 others = 3.
FKK_DB_DFKKCOLL_SEL_BY_OPBEL call function 'FKK_DB_DFKKCOLL_SEL_BY_OPBEL' exporting i_opbel = w_opbel exceptions not_found = 1 initial_value = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKCOLLPAY06 - documentation and ABAP source code RFKKCOLLPAY05 - documentation and ABAP source code RFKKCOLLPAY04_ALV - RFKKCOLLPAY04ALV RFKKCOLLPAY03_ALV - Include LFKMLUXX RFKKCOLLPAY02_ALV - Verbuchung von Empfänger- und Leitwegposten aus Kontoauszug RFKKCOLLPAY01 - documentation and ABAP source code