RFKKCOLPAY06 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 RFKKCOLPAY06 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: Read Collection Agency File (Subroutines) - DFKKCOLL
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 EXCEPTIONS err_item_not_found = 1 OTHERS = 2.
FKK_DB_DFKKCOLL_MODE * CALL FUNCTION 'FKK_DB_DFKKCOLL_MODE' IN UPDATE TASK * EXPORTING * i_mode = 'U' * TABLES * t_fkkcoll = u_dfkkcoll * EXCEPTIONS * error = 1 * OTHERS = 2.
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.
RFKKCOLPAY06 - Read Collection Agency File (Subroutines) - DFKKCOLL RFKKCOLPAY05 - Read Collection Agency File (Subroutines) - File RFKKCOLPAY04_ALV - RFKKCOLPAY04ALV RFKKCOLPAY04 - Read Collection Agency File (Subroutines) - Create List RFKKCOLPAY03_ALV - RFKKCOLPAY03ALV RFKKCOLPAY03 - documentation and ABAP source code