SAP Reports / Programs | Basis Components | Middleware | ALE Integration Technology(BC-MID-ALE) SAP BC

RBDRCOBJ SAP ABAP Report - ALE: Process Recovery Objects







RBDRCOBJ is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for This report allows you to display or edit all the recovery objects identified in Transaction 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 RBDRCOBJ 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

BDRL - ALE: Process recovery objects


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


Text pool values


Selection Text: P_PRTSYS = for the partner system
Title: ALE: Process Recovery Objects
Text Symbol: A14 = Processed
Text Symbol: A15 = Object ID
Text Symbol: A16 = ObjectType
Text Symbol: A17 = Date
Text Symbol: A18 = Time
Text Symbol: A19 = Selected
Text Symbol: F01 = Unknown action
Text Symbol: F40 = Selection
Text Symbol: G01 = Display IDoc
Text Symbol: G02 = IDoc
Text Symbol: G03 = Edit IDoc
Text Symbol: G04 = Selection/Deselect All
Text Symbol: G05 = Selection/Select All
Text Symbol: G06 = Cancel Document
Text Symbol: G07 = Doc.
Text Symbol: G08 = Save Changes
Text Symbol: I01 = Only values N, O, or D are valid
Text Symbol: S01 = Changes made successfully
Text Symbol: S02 = Error while saving
Text Symbol: S03 = IDocs processed
Text Symbol: S04 = Documents processed
Text Symbol: 010 = Select recovery objects
Text Symbol: 011 = None
Text Symbol: 012 = Change status
Text Symbol: 013 = Delete IDoc
Text Symbol: 014 = Cancel
Text Symbol: 015 = Send IDoc
Text Symbol: 016 = Steps to carry out with this tool
Text Symbol: 017 = Process recovered objects
Text Symbol: 018 = No application object linked to IDoc &
Text Symbol: 020 = Delete IDoc anyway?
Text Symbol: 021 = Are you sure document & has been cancelled?
Text Symbol: 023 = Confirm
Text Symbol: 024 = IDoc & being processed
Text Symbol: 025 = Object &1 of type &2 processed
Text Symbol: 026 = Doc. canceled





Text Symbol: 101 = Selection of recovery objects for partner system
Text Symbol: 102 = Partner syst.
Text Symbol: 103 = Message type
Text Symbol: 104 = No. of IDocs
Text Symbol: 105 = No. of docs
Text Symbol: A11 = IDocNo.
Text Symbol: A12 = IDoc status
Text Symbol: A13 = Activity


INCLUDES used within this REPORT RBDRCOBJ

INCLUDE MBDCONST.
INCLUDE MBDCONST_RELS.
INCLUDE RBDRCOBJ_PBO.
INCLUDE RBDRCOBJ_PAI.


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_SET_SELSCREEN_STATUS CALL FUNCTION 'RS_SET_SELSCREEN_STATUS' EXPORTING p_status = '001' TABLES p_exclude = p_excluding.

OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = own_system EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'LOGSYS' TABLES value_tab = t_value field_tab = t_title return_tab = t_return EXCEPTIONS parameter_error = 1 no_values_found = 2.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 text = text.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'Y' diagnosetext1 = text_info1 diagnosetext2 = text_info2 * DIAGNOSETEXT3 = ' ' textline1 = text * TEXTLINE2 = ' ' titel = 'IDoc löschen'(013) * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = answer.

SAPGUI_PROGRESS_INDICATOR CALL FUNCTION 'SAPGUI_PROGRESS_INDICATOR' EXPORTING * PERCENTAGE = 0 text = text.

POPUP_TO_CONFIRM_WITH_MESSAGE CALL FUNCTION 'POPUP_TO_CONFIRM_WITH_MESSAGE' EXPORTING defaultoption = 'Y' diagnosetext1 = text_info1 diagnosetext2 = text_info2 * DIAGNOSETEXT3 = ' ' textline1 = text * TEXTLINE2 = ' ' titel = 'Beleg storniert'(026) * START_COLUMN = 25 * START_ROW = 6 IMPORTING answer = answer.

EDI_DOCUMENT_OPEN_FOR_PROCESS CALL FUNCTION 'EDI_DOCUMENT_OPEN_FOR_PROCESS' EXPORTING db_read_option = ' ' document_number = idoc_info-docnum * ENQUEUE_OPTION = SYNCHRONOUS IMPORTING idoc_control = edidc EXCEPTIONS document_foreign_lock = 1 document_not_exist = 2 document_number_invalid = 3 document_is_already_open = 4 OTHERS = 5.

EDI_STATUS_ADD_BLOCK CALL FUNCTION 'EDI_STATUS_ADD_BLOCK' EXPORTING document_number = idoc_info-docnum IMPORTING idoc_control = idoc_info TABLES idoc_status_records = t_edi_ds EXCEPTIONS document_number_invalid = 1 idoc_status_records_empty = 2 other_fields_invalid = 3 status_invalid = 4 OTHERS = 5.

EDI_DOCUMENT_CLOSE_PROCESS CALL FUNCTION 'EDI_DOCUMENT_CLOSE_PROCESS' EXPORTING document_number = idoc_info-docnum * BACKGROUND = NO_BACKGROUND * NO_DEQUEUE = ' ' IMPORTING idoc_control = idoc_info EXCEPTIONS document_not_open = 1 failure_in_db_write = 2 parameter_error = 3 status_set_missing = 4 OTHERS = 5.

SREL_GET_NEXT_NEIGHBORS * CALL FUNCTION 'SREL_GET_NEXT_NEIGHBORS' * EXPORTING * object = idoc_object * ROLETYPE = * relationtype = outidoc_outtid * MAX_HOPS = 1 * TABLES * neighbors = t_neighbors.

REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = g_repid i_callback_pf_status_set = 'SET_PF_STATUS_1000' i_callback_user_command = 'USER_COMMAND_1000' i_grid_title = titeltext is_layout = list_layout it_fieldcat = gt_fieldcat[] it_sort = it_sort TABLES t_outtab = statistics EXCEPTIONS OTHERS = 2.

POPUP_DISPLAY_TEXT





CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = output_text start_column = 10 start_row = 8 text_object = online_help * IMPORTING * CANCELLED = EXCEPTIONS text_not_found = 1 OTHERS = 2.

F4IF_INT_TABLE_VALUE_REQUEST CALL FUNCTION 'F4IF_INT_TABLE_VALUE_REQUEST' EXPORTING retfield = 'TYPE' window_title = text-f40 value_org = 'S' TABLES value_tab = value_tab field_tab = field_tab return_tab = return_tab EXCEPTIONS parameter_error = 1 no_values_found = 2 OTHERS = 3.

EDI_DOCUMENT_STATUS_DISPLAY CALL FUNCTION 'EDI_DOCUMENT_STATUS_DISPLAY' EXPORTING docnum = sel_line-docnum EXCEPTIONS no_status_record_found = 1 OTHERS = 2.

POPUP_DISPLAY_TEXT CALL FUNCTION 'POPUP_DISPLAY_TEXT' EXPORTING language = sy-langu popup_title = output_text start_column = 10 start_row = 8 text_object = online_help * IMPORTING * CANCELLED = 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 RBDRCOBJ or its description.