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
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.
Title: Include RFKKORD01F01
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
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 .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.