RFKKABS3F01 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 RFKKABS3F01 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.
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '0900' i_applk = applktab-applk TABLES t_fbstab = h_fbstab.
FKK_SAMPLE_0900 CALL FUNCTION 'FKK_SAMPLE_0900'.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '0901' i_applk = applktab-applk TABLES t_fbstab = h_fbstab.
FKK_SAMPLE_0901 CALL FUNCTION 'FKK_SAMPLE_0901'.
SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING text = p_text.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '0902' i_applk = applktab-applk TABLES t_fbstab = h_fbstab.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '0903' i_applk = applktab-applk TABLES t_fbstab = h_fbstab.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '0904' i_applk = applktab-applk TABLES t_fbstab = h_fbstab.
FKK_FUNC_MODULE_DETERMINE CALL FUNCTION 'FKK_FUNC_MODULE_DETERMINE' EXPORTING i_fbeve = '0905' i_applk = applktab-applk TABLES t_fbstab = h_fbstab.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_structure_name = 'FKK_PRSTART_STAT' TABLES t_outtab = delstat EXCEPTIONS program_error = 1 OTHERS = 2.
NOTICE_OPEN CALL FUNCTION 'NOTICE_OPEN' EXPORTING x_object = note_object x_key = note_key x_wmode = '2' x_upd_online = 'X' x_dialog = dlg IMPORTING y_obj = obj EXCEPTIONS system_error = 1 language_not_found = 2 notice_object_not_customized = 3 OTHERS = 4.
NOTICE_ACTION CALL FUNCTION 'NOTICE_ACTION' EXPORTING x_action = 'DLT' CHANGING xy_obj = obj EXCEPTIONS action_not_supported = 1 OTHERS = 2.
NOTICE_CLOSE CALL FUNCTION 'NOTICE_CLOSE' EXPORTING x_force = 'X' CHANGING xy_obj = obj.
FKK_SAMPLE_0902 CALL FUNCTION 'FKK_SAMPLE_0902'.
FKK_SAMPLE_0903 CALL FUNCTION 'FKK_SAMPLE_0903'.
FKK_SAMPLE_0904 CALL FUNCTION 'FKK_SAMPLE_0904'.
FKK_SAMPLE_0905 CALL FUNCTION 'FKK_SAMPLE_0905'.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.