SAP Reports / Programs | Financial Accounting | Contract Accounts Receivable and Payable(FI-CA) SAP FI

RFKKCOPA00F02 SAP ABAP INCLUDE - ACC Interface Routines







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


ABAP code to call this SAP report using the submit statement

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.






SUBMIT RFKKCOPA00F02. "Basic submit
SUBMIT RFKKCOPA00F02 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKCOPA00F02 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: ACC Interface Routines


INCLUDES used within this REPORT RFKKCOPA00F02

No INCLUDES are used within this REPORT code!


TABLES used within REPORT and the associated SELECT statement:





No SAP DATABASE tables are accessed within this REPORT code!


Function Modules used within report and the associated call statement:

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.



Contribute (Add Comments)

Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.







The contribute/comments section below therefore offer's an opportunity for anyone to add additional information. This can be anything from useful hints, tips and screen shots to relevant SAP notes or anything else you feel is relevant to this report.

This will then be available for everyone to easily find by simply searching on the report name RFKKCOPA00F02 or its description.