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

RFKIRL01 SAP ABAP INCLUDE - Returns Lot Transfer (Subroutines)







RFKIRL01 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 RFKIRL01 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 RFKIRL01. "Basic submit
SUBMIT RFKIRL01 AND RETURN. "Return to original report after report execution complete
SUBMIT RFKIRL01 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 RFKIRL01

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

BP_SET_MSG_HANDLING CALL FUNCTION 'BP_SET_MSG_HANDLING' EXPORTING handlingtype = btc_suppress_msgs_on_handler EXCEPTIONS OTHERS = 0.

FKK_RLS_STATUS CALL FUNCTION 'FKK_RLS_STATUS' EXPORTING i_keyr1 = xfkkrk-keyr1 IMPORTING e_stars = l_stars e_anzpo = l_anzpo e_fikey = l_fikey EXCEPTIONS error_message = 1.

BP_SET_MSG_HANDLING CALL FUNCTION 'BP_SET_MSG_HANDLING' EXPORTING handlingtype = btc_show_msgs_on_handler EXCEPTIONS OTHERS = 0.

FKK_REFUSAL_BATCH_CREATE CALL FUNCTION 'FKK_REFUSAL_BATCH_CREATE' CHANGING c_fkkrk = xfkkrk EXCEPTIONS error_message = 1.

FKK_REFUSAL_BATCH_APPEND CALL FUNCTION 'FKK_REFUSAL_BATCH_APPEND' TABLES t_fkkrp = xfkkrp t_fkkrp3 = xfkkrp3 EXCEPTIONS error_message = 1.

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_EFKKRL CALL FUNCTION 'ENQUEUE_EFKKRL' EXPORTING mandt = sy-mandt runid = p_runid _scope = '1' 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 = bfkkrgr00-applk TABLES t_fbstab = xtfkfbc EXCEPTIONS OTHERS = 0.

FKK_RLS_CLOSE CALL FUNCTION 'FKK_RLS_CLOSE' EXPORTING i_keyr1 = rltab-keyr1 EXCEPTIONS not_found = 1 no_authorization = 2 not_valid = 3 OTHERS = 4.

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 = err_txt EXCEPTIONS no_message_found = 1 par_msgid_missing = 2 par_msgno_missing = 3 par_msgty_missing = 4 OTHERS = 5.

FKK_REFUSAL_BATCH_CLOSE * CALL FUNCTION 'FKK_REFUSAL_BATCH_CLOSE' * EXPORTING * I_KEYR1 = RLTAB-KEYR1 * EXCEPTIONS * OTHERS = 1.

FKK_REFUSAL_BATCH_RELEASE * call function 'FKK_REFUSAL_BATCH_RELEASE' * exporting * i_keyr1 = rltab-keyr1 * exceptions * others = 1.

FKK_PAYMENT_BATCH_UNLOCK_ALL call function 'FKK_PAYMENT_BATCH_UNLOCK_ALL' exporting _synchron = 'X'.

FKK_RLS_PLAN_JOB CALL FUNCTION 'FKK_RLS_PLAN_JOB' EXPORTING i_keyr1 = p_keyr1-low i_date = sy-datum i_time = sy-uzeit i_jobname = jobname * IMPORTING * E_JOBCOUNT = * E_JOBNAME = * E_DATES = * E_TIMES = EXCEPTIONS not_found = 1 no_authorization = 2 mission_impossible = 3 failure = 4 OTHERS = 5.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = jobname IMPORTING jobcount = jobcount EXCEPTIONS cant_create_job = 1 invalid_job_data = 2 jobname_missing = 3 OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = jobcount jobname = jobname strtimmed = 'X' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = jobcount jobname = jobname sdlstrtdt = p_strdt sdlstrttm = p_strtm strtimmed = ' ' EXCEPTIONS cant_start_immediate = 1 invalid_startdate = 2 jobname_missing = 3 job_close_failed = 4 job_nosteps = 5 job_notex = 6 lock_failed = 7 OTHERS = 8.

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.

AUTHORITY_CHECK_TCODE CALL FUNCTION 'AUTHORITY_CHECK_TCODE' EXPORTING TCODE = 'FP09' EXCEPTIONS OK = 0 NOT_OK = 2 OTHERS = 3.

HELP_OBJECT_SHOW CALL FUNCTION 'HELP_OBJECT_SHOW' EXPORTING dokclass = 'NA' dokname = name msg_var_1 = ls_error-msgv1 msg_var_2 = ls_error-msgv2 msg_var_3 = ls_error-msgv3 msg_var_4 = ls_error-msgv4 TABLES links = tline EXCEPTIONS object_not_found = 1 sapscript_error = 2 OTHERS = 3.



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