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

RBDEVACT SAP ABAP Report - Activate events for ALE/EDI







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


Transaction Code(s):

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

BD72 - Activate Events


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


Text pool values


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


INCLUDES used within this REPORT RBDEVACT

INCLUDE MBDCONST.


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_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.



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