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

RFKKORD01F01 SAP ABAP INCLUDE - Include RFKKORD01F01







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


Text pool values


Title: Include RFKKORD01F01


INCLUDES used within this REPORT RFKKORD01F01

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:

RS_REFRESH_FROM_SELECTOPTIONS * CALL FUNCTION 'RS_REFRESH_FROM_SELECTOPTIONS' * EXPORTING * curr_report = curr_rep * TABLES * selection_table = subm_seltab.

FKKAR04_GET_ARC_ORDERS CALL FUNCTION 'FKKAR04_GET_ARC_ORDERS' EXPORTING i_maxrec = u_maxsel TABLES i_sel = l_t_sel t_dfkkorder = l_t_order t_dfkkorderhist = l_t_dfkkorderhist EXCEPTIONS no_document_found = 1 as_error = 2 no_selection_criteria = 3 OTHERS = 4.

FKK_GET_APPLICATION CALL FUNCTION 'FKK_GET_APPLICATION' IMPORTING e_applk = l_applk.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_user_command = 'F_USER_COMMAND' is_layout = l_f_layout it_fieldcat = l_t_fieldcat it_sort = lt_sort i_save = 'X' it_events = l_t_events TABLES t_outtab = lt_alv_order EXCEPTIONS program_error = 1 OTHERS = 2.

FKK_ORDER_READ CALL FUNCTION 'FKK_ORDER_READ' EXPORTING i_ordnr = l_ordnr i_actvt = '03' "disp EXCEPTIONS error_head = 1 error_item = 2 error_due = 3 OTHERS = 4.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'REQ_CHECK_KK' langu = sy-langu IMPORTING dd04v_wa = l_dd04v.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'REQ_STOBL_KK' langu = sy-langu IMPORTING dd04v_wa = l_dd04v.

CONVERSION_EXIT_SDATE_OUTPUT CALL FUNCTION 'CONVERSION_EXIT_SDATE_OUTPUT' EXPORTING input = sy-datum IMPORTING output = l_sav_datum.

REUSE_ALV_COMMENTARY_WRITE CALL FUNCTION 'REUSE_ALV_COMMENTARY_WRITE' EXPORTING it_list_commentary = g_t_listtop.

REUSE_ALV_FIELDCATALOG_MERGE CALL FUNCTION 'REUSE_ALV_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'FKKORDER2_ALV' i_client_never_display = 'X' CHANGING ct_fieldcat = c_t_fieldcat.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'XARCHIVED_KK' langu = sy-langu IMPORTING dd04v_wa = l_dd04v.

DDIF_DTEL_GET CALL FUNCTION 'DDIF_DTEL_GET' EXPORTING name = 'REVIDTEXT_KK' langu = sy-langu IMPORTING dd04v_wa = l_dd04v.

DD_DOMVALUES_GET CALL FUNCTION 'DD_DOMVALUES_GET' EXPORTING domname = 'REVID_KK' TEXT = 'X' LANGU = sy-langu * BYPASS_BUFFER = ' ' * IMPORTING * RC = tables dd07v_tab = lt_dd07v * EXCEPTIONS * WRONG_TEXTFLAG = 1 * OTHERS = 2 .

RS_TEXTPOOL_READ CALL FUNCTION 'RS_TEXTPOOL_READ' EXPORTING objectname = 'CL_FKK_ORDER_CONTROL' ACTION = 'DISP' * AUTHORITY_CHECK = ' ' * LANGUAGE = SY-LANGU TABLES tpool = lt_textpool * EXCEPTIONS * OBJECT_NOT_FOUND = 1 * PERMISSION_FAILURE = 2 * INVALID_PROGRAM_TYPE = 3 * ERROR_OCCURED = 4 * ACTION_CANCELLED = 5 * OTHERS = 6 .



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