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

RFKKAVI1 SAP ABAP INCLUDE - Returns Lot Transfer (Subroutines)







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


Text pool values


Title: Returns Lot Transfer (Subroutines)


INCLUDES used within this REPORT RFKKAVI1

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_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' " Note 1422710 EXPORTING " Note 1422710 i_set_new = ' ' " Note 1422710 IMPORTING " Note 1422710 e_applk = l_applk " Note 1422710 EXCEPTIONS " Note 1422710 no_appl_selected = 1 " Note 1422710 OTHERS = 2. " Note 1422710

FKK_AVIS_GET_STATUS CALL FUNCTION 'FKK_AVIS_GET_STATUS' EXPORTING i_avkey = xfkkavk-avkey IMPORTING e_staav = l_staav EXCEPTIONS err_advice_not_exists = 1 error_message = 2 OTHERS = 3.

FKK_AVIS_CREATE CALL FUNCTION 'FKK_AVIS_CREATE' EXPORTING i_dfkkavk = dfkkavk TABLES t_dfkkavp = idfkkavp EXCEPTIONS err_wrong_name = 1 err_advice_exist = 2 err_db_action = 3 err_header_field = 4 err_item_field = 5 err_enqueue = 6 err_no_authority = 7 OTHERS = 8.

FKK_AVIS_APPEND CALL FUNCTION 'FKK_AVIS_APPEND' EXPORTING i_avkey = xfkkavk-avkey i_from_transfer = 'X' TABLES t_dfkkavp = xfkkavp EXCEPTIONS err_db_action = 1 err_item_field = 2 err_enqueue = 3 err_no_authority = 4 err_wrong_status = 5 OTHERS = 6.

K_MESSAGE_TRANSFORM CALL FUNCTION 'K_MESSAGE_TRANSFORM' EXPORTING par_langu = sy-langu par_msgid = sy-msgid par_msgno = sy-msgno par_msgv1 = sy-msgv1 par_msgv2 = sy-msgv2 par_msgv3 = sy-msgv3 par_msgv4 = sy-msgv4 IMPORTING par_msgtx = text EXCEPTIONS no_message_found = 1 par_msgid_missing = 2 par_msgno_missing = 3 par_msgty_missing = 4 OTHERS = 5.

ENQUEUE_EFKKAV_I CALL FUNCTION 'ENQUEUE_EFKKAV_I' EXPORTING mandt = sy-mandt runid = p_runid _scope = '1' _collect = 'X' EXCEPTIONS foreign_lock = 1 system_failure = 2 OTHERS = 3.

FKK_FUNC_MODULE_DETERMINE * CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' * EXPORTING * i_fbeve = '0960' * i_applk = bfkkavgr00-applk * TABLES * t_fbstab = xtfkfbc * EXCEPTIONS * OTHERS = 0.

FKK_AVIS_CLOSE CALL FUNCTION 'FKK_AVIS_CLOSE' EXPORTING i_avkey = avtab-avkey EXCEPTIONS err_enqueue = 1 err_no_authority = 2 err_db_action = 3 err_wrong_status = 4 OTHERS = 5.

FKK_AVIS_CLOSE CALL FUNCTION 'FKK_AVIS_CLOSE' EXPORTING i_avkey = avtab-avkey i_only_release = 'X' EXCEPTIONS err_enqueue = 1 err_no_authority = 2 err_db_action = 3 err_wrong_status = 4 OTHERS = 5.

FILE_VALIDATE_NAME CALL FUNCTION 'FILE_VALIDATE_NAME' " note 1584421 EXPORTING LOGICAL_FILENAME = c_lgname CHANGING PHYSICAL_FILENAME = as_fname EXCEPTIONS OTHERS = 1. " note 1584421

DATE_CHECK_PLAUSIBILITY CALL FUNCTION 'DATE_CHECK_PLAUSIBILITY' EXPORTING date = auxdat EXCEPTIONS plausibility_check_failed = 1 OTHERS = 2.

FKK_SAMPLE_0960 ** CALL FUNCTION 'FKK_SAMPLE_0960'.

RS_REFRESH_FROM_SELECTOPTIONS CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' EXPORTING curr_report = prgname "#EC DOM_EQUAL TABLES selection_table = vari_tab EXCEPTIONS not_found = 1 no_report = 2 OTHERS = 3.

RS_LIST_SELECTION_TABLE CALL FUNCTION 'RS_LIST_SELECTION_TABLE' EXPORTING report = prgname "#EC DOM_EQUAL seltext = 'X' newpage = space TABLES sel_tab = vari_tab.

REUSE_ALV_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_LIST_DISPLAY' EXPORTING is_layout = ls_layo it_fieldcat = lt_fcat TABLES t_outtab = gt_errout.



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