SAP Reports / Programs | Financial Accounting | Localization(FI-LOC) SAP FI

EPIC_EBS_RFEBKA00 SAP ABAP Report - Report EPIC_EBS_RFEBKA00







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


Text pool values


Title: Report EPIC_EBS_RFEBKA00


INCLUDES used within this REPORT EPIC_EBS_RFEBKA00

INCLUDE RFEBKA03.
INCLUDE RFEKAP00. "N927883
INCLUDE SCHEDMAN_EVENTS. "N1079742
INCLUDE RKASMAWF. "N1079742


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:

FIEB_RETURNS CALL FUNCTION 'FIEB_RETURNS' TABLES t_statements = lt_statements t_return_charges = g_return_charges.

FIEB_SET_DUNNING_BLOCK CALL FUNCTION 'FIEB_SET_DUNNING_BLOCK' EXPORTING i_kukey = febcl-kukey i_esnum = febcl-esnum i_bukrs = l_kukey-bukrs i_belnr = febcl-selvon(10) i_gjahr = l_gjahr i_kunnr = l_kunnr i_lifnr = l_lifnr i_mansp = l_kukey-mansp i_anztg = l_kukey-anztg IMPORTING e_mansp = l_mansp TABLES it_gjahr = lt_gjahr "hw931339 EXCEPTIONS already_existing = 1 not_possible = 2 OTHERS = 3.

LIST_FROM_MEMORY CALL FUNCTION 'LIST_FROM_MEMORY' TABLES listobject = gt_rfebbu01_output EXCEPTIONS not_found = 1.

BP_JOB_SELECT CALL FUNCTION 'BP_JOB_SELECT' EXPORTING jobselect_dialog = 'N' jobsel_param_in = ls_param enddate = sy-datum TABLES jobselect_joblist = lt_joblist EXCEPTIONS OTHERS = 6.

JOB_OPEN CALL FUNCTION 'JOB_OPEN' EXPORTING jobname = 'RFEBKA20' IMPORTING jobcount = l_job EXCEPTIONS OTHERS = 4.

JOB_CLOSE CALL FUNCTION 'JOB_CLOSE' EXPORTING jobcount = l_job jobname = 'RFEBKA20' strtimmed = 'X' EXCEPTIONS OTHERS = 9.

GET_PRINT_PARAMETERS CALL FUNCTION 'GET_PRINT_PARAMETERS' EXPORTING no_dialog = 'X' list_name = list_name mode = 'CURRENT' * LAYOUT = 'X_65_132' IMPORTING out_archive_parameters = p_arc_param out_parameters = p_pri_param.

POST_MEMO_ENTRIES_POLLING_DIR CALL FUNCTION 'POST_MEMO_ENTRIES_POLLING_DIR' TABLES t_febko = xfebko * T_FEBEP = t_febpi = xfebpi EXCEPTIONS statement_not_processed = 1 distinct_fdes_not_found = 1 other_customization = 1 nothing_to_post = 2 OTHERS = 1.

KPEP_MONI_INIT_RECORD CALL FUNCTION 'KPEP_MONI_INIT_RECORD' EXPORTING ls_detail = ls_detail ls_witem = ls_witem IMPORTING ls_key = ls_key_static TABLES lt_selkrit = lt_selkrit lt_param = lt_param.

BP_JOB_STATUS_GET CALL FUNCTION 'BP_JOB_STATUS_GET' EXPORTING jobcount = jobcount jobname = jobname IMPORTING status = l_status EXCEPTIONS job_doesnt_exist = 1 unknown_error = 2 parent_child_inconsistency = 3 OTHERS = 4.

KPEP_MONI_CLOSE_RECORD CALL FUNCTION 'KPEP_MONI_CLOSE_RECORD' EXPORTING ls_key = ls_key_static ls_scma_event = ls_event CHANGING ld_aplstat = ld_aplstat EXCEPTIONS * NO_ID_GIVEN = 1 OTHERS = 0.

VRM_SET_VALUES CALL FUNCTION 'VRM_SET_VALUES' EXPORTING id = id values = t_values.



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