RFKKOPBWS is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for trados = docu -> fi -> fica Display of extracts of open and cleared items for the Business Information Warehouse (BW) With this program you can display all extracts of open and cleared items saved...see full standard documentation available for this report. Also check out the submitted Comments related to this SAP report and the details below to see which OBJECTS it interacts with such as TABLES, FUNCTION MODULES, INCLUDES ETC.
If you would like to execute this report or see the full code listing simply enter RFKKOPBWS into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
FPBWS - OI Selection for Extraction - Admin.
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: BW: Display of Extracts of Open and Cleared Items
Text Symbol: 001 = Run Identification
Text Symbol: 002 = Date
Text Symbol: 003 = Saved Extracts
Text Symbol: 004 = Select extract for deletion?
Text Symbol: 005 = Deletion of Extract
Text Symbol: 006 = Deleted Extracts
Text Symbol: 007 = Open Item Extracts
Text Symbol: 008 = Cleared Item Extracts
Text Symbol: 009 = Set/reset the deletion indicator for the selected extracts?
Text Symbol: I01 = Refresh
Text Symbol: I02 = Set/Reset Deletion Indicator
Text Symbol: ST1 = Run ended with errors
Text Symbol: ST2 = Parameters for run saved
Text Symbol: ST3 = Run ended successfully
Text Symbol: ST4 = Extract data deleted
INCLUDE RFKKOPBWSTOP.
INCLUDE RFKKOPBWSAUX.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-009 * TEXT_BUTTON_1 = 'Ja'(001) icon_button_1 = 'ICON_OKAY' * TEXT_BUTTON_2 = 'Nein'(002) icon_button_2 = 'ICON_CANCEL' default_button = ' ' display_cancel_button = ' ' IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
FKK_AKTIV2_RUN_KEY_CONSTRUCT * CALL FUNCTION 'FKK_AKTIV2_RUN_KEY_CONSTRUCT' * EXPORTING * i_aktyp = 'OPBW' * i_laufd = i_laufd * i_laufi = i_laufi * IMPORTING * e_runkey = runkey.
FKK_AKTIV2_RUN_KEY_CONSTRUCT CALL FUNCTION 'FKK_AKTIV2_RUN_KEY_CONSTRUCT' EXPORTING i_aktyp = 'OPBW' i_laufd = i_laufd i_laufi = i_laufi IMPORTING e_runkey = runkey.
FKK_AKTIV2_RUN_KEY_SET CALL FUNCTION 'FKK_AKTIV2_RUN_KEY_SET' EXPORTING i_aktyp = 'OPBW' i_laufd = i_laufd i_laufi = i_laufi.
FKKOPBW_DSTATUS_CHECK CALL FUNCTION 'FKKOPBW_DSTATUS_CHECK' EXPORTING i_laufd = wa_itab-laufd i_laufi = wa_itab-laufi CHANGING c_sel_stat = wa_itab-status.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-004 * TEXT_BUTTON_1 = 'Ja'(001) icon_button_1 = 'ICON_OKAY' * TEXT_BUTTON_2 = 'Nein'(002) icon_button_2 = 'ICON_CANCEL' default_button = ' ' display_cancel_button = ' ' IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
FKK_AKTIV2_RUN_KEY_CONSTRUCT CALL FUNCTION 'FKK_AKTIV2_RUN_KEY_CONSTRUCT' EXPORTING i_aktyp = 'CIBW' i_laufd = i_laufd i_laufi = i_laufi IMPORTING e_runkey = runkey.
FKK_AKTIV2_RUN_KEY_SET CALL FUNCTION 'FKK_AKTIV2_RUN_KEY_SET' EXPORTING i_aktyp = 'CIBW' i_laufd = i_laufd i_laufi = i_laufi.
FKKCIBW_DSTATUS_CHECK CALL FUNCTION 'FKKCIBW_DSTATUS_CHECK' EXPORTING i_laufd = wa_itab-laufd i_laufi = wa_itab-laufi CHANGING c_sel_stat = wa_itab-status.
POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-004 * TEXT_BUTTON_1 = 'Ja'(001) icon_button_1 = 'ICON_OKAY' * TEXT_BUTTON_2 = 'Nein'(002) icon_button_2 = 'ICON_CANCEL' default_button = ' ' display_cancel_button = ' ' IMPORTING answer = answer EXCEPTIONS text_not_found = 1 OTHERS = 2.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RFKKOPBWS - BW: Display of Extracts of Open and Cleared Items RFKKOPBWS - BW: Display of Extracts of Open and Cleared Items RFKKOPBWC_GENINCLUDE - Program RFKKOPBWC_GENINCLUDE RFKKOPBWC_GENINCLUDE - Program RFKKOPBWC_GENINCLUDE RFKKOP31P_TOP - RFKKOP31PTOP RFKKOP31PF02 - documentation and ABAP source code