RBDEVACT is a standard Executable ABAP Report 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 RBDEVACT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
BD72 - Activate Events
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: Activate events for ALE/EDI
Text Symbol: 001 = No coupling found
Text Symbol: 002 = Activated
Text Symbol: 003 = Following events activated:
Text Symbol: E01 = No couplings exist for activation
Text Symbol: E02 = No inbound methods found
Text Symbol: P01 = Activate ALE event coupling?
Text Symbol: P02 = Activate event coupling
Text Symbol: T01 = Code
Text Symbol: T02 = Object type
Text Symbol: T03 = Event
Text Symbol: T04 = Action
INCLUDE MBDCONST.
No SAP DATABASE tables are accessed within this REPORT code!
POPUP_TO_CONFIRM_STEP CALL FUNCTION 'POPUP_TO_CONFIRM_STEP' "#EC FB_OLDED EXPORTING DEFAULTOPTION = C_NO TEXTLINE1 = 'ALE-Ereigniskopplungen aktivieren?'(P01) TITEL = 'Ereigniskopplungen aktivieren'(P02) IMPORTING ANSWER = ANSWER.
VIEW_MARK_WRITE CALL FUNCTION 'VIEW_MARK_WRITE' EXPORTING OBJNAME = C_OBJNAME BEGIN = 'X' * OBJTYPE = 'T' * TABLES * DDOBJECTS = EXCEPTIONS OTHERS = 1.
VIEW_MARK_WRITE CALL FUNCTION 'VIEW_MARK_WRITE' EXPORTING OBJNAME = C_OBJNAME BEGIN = ' ' * OBJTYPE = 'T' * TABLES * DDOBJECTS = EXCEPTIONS OTHERS = 1.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING i_callback_program = sy-repid it_sort = sort i_grid_title = header is_layout = gsi_layout it_fieldcat = gti_fieldcat[] it_excluding = gsi_excluding[] TABLES t_outtab = output_list EXCEPTIONS OTHERS = 0.
TR_OBJECT_CHECK CALL FUNCTION 'TR_OBJECT_CHECK' EXPORTING WI_KO200 = WI_KO200 IMPORTING WE_ORDER = WE_ORDER TABLES WT_E071K = WT_E071K EXCEPTIONS ERROR_MESSAGE = 01.
TR_OBJECT_INSERT CALL FUNCTION 'TR_OBJECT_INSERT' EXPORTING WI_ORDER = WE_ORDER WI_KO200 = WI_KO200 IMPORTING WE_ORDER = WE_ORDER TABLES WT_E071K = WT_E071K EXCEPTIONS ERROR_MESSAGE = 01.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RBDEVACT - Activate events for ALE/EDI RBDEVACT - Activate events for ALE/EDI RBDEOIO_REORG - IDOC EOIO: Reorganization of Sequence Management Inbound and Outbound RBDEOIO_REORG - IDOC EOIO: Reorganization of Sequence Management Inbound and Outbound RBDENQUEUE_ADM - Change in Repeats of Lock for Object Channels RBDENQUEUE_ADM - Change in Repeats of Lock for Object Channels