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

RFKKJOURNALF01 SAP ABAP INCLUDE - documentation and ABAP source code







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


INCLUDES used within this REPORT RFKKJOURNALF01

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:

BUP_PARTNER_DESCRIPTION_GET CALL FUNCTION 'BUP_PARTNER_DESCRIPTION_GET' EXPORTING i_partner = lv_partner i_xmemory = ' ' IMPORTING e_description_name = lv_name EXCEPTIONS partner_not_found = 0 wrong_parameters = 0 internal_error = 0 OTHERS = 0.

FKK_OPEN_ITEMS_WITHOUT_DATE CALL FUNCTION 'FKK_OPEN_ITEMS_WITHOUT_DATE' EXPORTING i_copy_info = 'X' TABLES i_fkkop_db = ifkkop i_fkkko_db = ifkkko e_open_items = ifkkop_out e_open_items_c = ifkkop_batch.

FKK_OPEN_ITEMS_WITHOUT_DATE * CALL FUNCTION 'FKK_OPEN_ITEMS_WITHOUT_DATE' * EXPORTING * i_copy_info = 'X' * TABLES * i_fkkop_db = ifkkop * i_fkkko_db = ifkkko * e_open_items = ifkkop_out * e_open_items_c = ifkkop_copy.

FKK_FM_FMTYP_DETERMINE CALL FUNCTION 'FKK_FM_FMTYP_DETERMINE' EXPORTING i_fkkko = ifkkko "Ausgleichsbelegkopf i_fkkop = ls_op "Ausgeglichene Position i_fmtyp = ls_fm-fmtyp i_tatyp = ifkkko-tatyp IMPORTING e_fmtyp = ls_fm-fmtyp EXCEPTIONS not_possible = 0 OTHERS = 0.

LVC_VARIANT_F4 CALL FUNCTION 'LVC_VARIANT_F4' EXPORTING is_variant = gs_variant i_save = 'A' IMPORTING es_variant = gs_variant.

LVC_VARIANT_SELECT CALL FUNCTION 'LVC_VARIANT_SELECT' EXPORTING i_dialog = space i_user_specific = 'X' it_default_fieldcat = lt_fieldcat CHANGING cs_variant = gs_variant EXCEPTIONS wrong_input = 1 fc_not_complete = 2 not_found = 3 program_error = 4 data_missing = 5 OTHERS = 6.

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = space i_user = sy-uname i_program = 'RFKKJOURNAL' i_applk = 'FI-CA' IMPORTING e_return = do_check EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

FI_CHECK_DATE CALL FUNCTION 'FI_CHECK_DATE' EXPORTING i_bukrs = p_bukrs i_user = sy-uname i_program = 'RFKKJOURNAL' i_from_date = p_budat i_applk = 'FI-CA' EXCEPTIONS no_authority_prog = 1 no_authority_date = 2 wrong_parameter = 3 OTHERS = 4.

FREE_SELECTIONS_RANGE_2_WHERE CALL FUNCTION 'FREE_SELECTIONS_RANGE_2_WHERE' EXPORTING field_ranges = p_tab_range IMPORTING where_clauses = p_tab_where.



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