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

RFKKRD00F03 SAP ABAP INCLUDE - Event Calls







RFKKRD00F03 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 RFKKRD00F03 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 RFKKRD00F03. "Basic submit
SUBMIT RFKKRD00F03 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKKRD00F03 VIA SELECTION-SCREEN. "Display selection screen of submitted report to user
    See more syntax options for the ABAP SUBMIT statement


Text pool values


Title: Event Calls


INCLUDES used within this REPORT RFKKRD00F03

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_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '1102' i_applk = c_f_fkkop-applk TABLES t_fbstab = l_t_fbstab EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_SAMPLE_1102 CALL FUNCTION 'FKK_SAMPLE_1102'.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '1101' i_applk = c_f_fkkop-applk TABLES t_fbstab = l_t_fbstab EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_SAMPLE_1101 CALL FUNCTION 'FKK_SAMPLE_1101'.

FKK_TAX_EXEMPT_KEY_DETERMINE CALL FUNCTION 'FKK_TAX_EXEMPT_KEY_DETERMINE' EXPORTING i_fkktaxexc = l_fkktaxexc IMPORTING e_exc_key = l_txexk. " exemption key

FKK_TAX_LINES_CREATE CALL FUNCTION 'FKK_TAX_LINES_CREATE' EXPORTING i_applk = c_t_fkkko-applk i_waers = c_t_fkkko-waers i_bukrs = c_t_fkkop-bukrs i_betrw = c_t_fkkop-betrw i_mwskz = c_t_fkkop-mwskz i_txjcd = c_t_fkkop-txjcd " comes from VKONT in event 1102 i_txdat = c_t_fkkko-bldat "<-correct. for correct tax lin.

FKK_FKKOPK_COMPLETE_CHECK CALL FUNCTION 'FKK_FKKOPK_COMPLETE_CHECK' EXPORTING i_fkkko = c_t_fkkko i_fkkopk = c_t_fkkopk.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '1100' i_applk = c_t_fkkko-applk TABLES t_fbstab = l_t_fbstab EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_FKKOPK_ADD_CO_DEFAULT_DATA CALL FUNCTION 'FKK_FKKOPK_ADD_CO_DEFAULT_DATA' EXPORTING I_FKKKO = C_T_FKKKO CHANGING C_FKKOPK = C_T_FKKOPK EXCEPTIONS error_message = 1.

FKK_SAMPLE_1100 CALL FUNCTION 'FKK_SAMPLE_1100'.

FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '5405' i_applk = u_applk TABLES t_fbstab = lt_fbstab EXCEPTIONS error_message = 1 OTHERS = 2.

FKK_SAMPLE_5405 CALL FUNCTION 'FKK_SAMPLE_5405'.



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 RFKKRD00F03 or its description.