RFKKCOPA00F02 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 RFKKCOPA00F02 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: ACC Interface Routines
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_ALTERNATIVE_POSTING_DATE CALL FUNCTION 'FKK_ALTERNATIVE_POSTING_DATE' EXPORTING i_bukrs = l_accit-bukrs i_budat = l_accit-budat i_hkont = l_accit-hkont IMPORTING e_uebud = l_accit-budat e_monat = l_accit-monat e_gjahr = l_accit-gjahr EXCEPTIONS altern_date_not_found = 1 altern_date_periode_not_open = 2 period_blocked = 3 OTHERS = 4.
AC_DOCUMENT_CREATE CALL FUNCTION 'AC_DOCUMENT_CREATE' EXPORTING i_comp = ' ' i_comp_check = ' ' TABLES t_acchd = p_t_acchd t_accit = p_t_accit t_acccr = p_t_acccr EXCEPTIONS error_message = 1.
AC_DOCUMENT_POST CALL FUNCTION 'AC_DOCUMENT_POST' EXPORTING i_awtyp = l_acchd-awtyp i_awref = l_acchd-awref i_aworg = l_acchd-aworg i_awsys = l_acchd-awsys i_comp = ' ' EXCEPTIONS error_message = 1.
FKK_COMP_CODE_DATA CALL FUNCTION 'FKK_COMP_CODE_DATA' EXPORTING i_bukrs = i_bukrs IMPORTING e_t001 = l_t001 e_x001 = l_x001.
FKK_UPDATE_DFKKCOPA_IN_UT CALL FUNCTION 'FKK_UPDATE_DFKKCOPA_IN_UT' IN UPDATE TASK EXPORTING i_fkkcopa = i_fkkcopa i_cocnt = i_fikey-cocnt TABLES so_bukrs = l_r_bukrs.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKCOPA00F02 - ACC Interface Routines RFKKCOPA00F01 - Selection of COPA Data RFKKCOPA00 - Transfer of Account Assignment Data to Profitability Analysis RFKKCOPA00 - Transfer of Account Assignment Data to Profitability Analysis RFKKCONVCURR - EURO: Form Routine Pool for Conversion Rules RFKKCONVCURR - EURO: Form Routine Pool for Conversion Rules