SAP Reports / Programs

RFKKOPBWS SAP ABAP Report - BW: Display of Extracts of Open and Cleared Items







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

FPBWS - OI Selection for Extraction - Admin.


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


Text pool values


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


INCLUDES used within this REPORT RFKKOPBWS

INCLUDE RFKKOPBWSTOP.
INCLUDE RFKKOPBWSAUX.


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:

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.



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