RBDCUS64 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for The IMG projection for message types and distribution groups enables selection fields to be automatically assigned in an IMG project...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 RBDCUS64 into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
BDXQ - IMG Display of Distribution Groups
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.
Selection Text: SO_MESTY = D .
Selection Text: P_SELEC = D .
Selection Text: P_PROJ = D .
Selection Text: P_GROUP = D .
Title: IMG Display of Distribution Groups
Text Symbol: USE = Used in Project
Text Symbol: TIT = IMG Display of Distribution Groups
Text Symbol: OBT = Obj. Type
Text Symbol: OBN = Obj. Name
Text Symbol: DDT = Explanatory Short Text
Text Symbol: 036 = Object Description
Text Symbol: 016 = Project:
Text Symbol: 015 = Message Type:
Text Symbol: 014 = Distribution Group:
Text Symbol: 010 = Caution
Text Symbol: 009 = of key words in project
Text Symbol: 008 = You are generating new assignments
Text Symbol: 007 = The following customizing objects could not be identified in the project
Text Symbol: 006 = The following customizing objects have been projected
Text Symbol: 005 = Customizing Objects for Messages Types
Text Symbol: 004 = Customizing Objects of Distribution Group
Text Symbol: 003 = Projection Data
Text Symbol: 002 = Project
No INCLUDES are used within this REPORT code!
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 = 'N' textline1 = text-008 textline2 = text-009 titel = text-010 IMPORTING answer = answer EXCEPTIONS OTHERS = 1.
STAT_OBJECT_SET_KEYWORDS_CU CALL FUNCTION 'STAT_OBJECT_SET_KEYWORDS_CU' EXPORTING project_id = p_proj TABLES cust_objects = h1_tbd72 keywords = key_wds not_existing_keywords = k_dummy EXCEPTIONS no_customizing_objects_found = 1 no_keywords_found = 2 project_not_found = 3 OTHERS = 4.
BD_CHECK_OBJ_IN_PROJ CALL FUNCTION 'BD_CHECK_OBJ_IN_PROJ' EXPORTING project_id = p_proj objecttype = objecttype objectname = objectname IMPORTING used = use.
MESSAGE_GET_ENTITY_TABLES CALL FUNCTION 'MESSAGE_GET_ENTITY_TABLES' EXPORTING message_type = h_mestyp-mestyp message_code = space message_function = space sending_system = space own_system = space receiving_system = space TABLES t_entity_tables = h_t_entity_tables.
GET_CUSTOMIZINGOBJECTS_TABLE CALL FUNCTION 'GET_CUSTOMIZINGOBJECTS_TABLE' EXPORTING tabname = t_entity_tables-tabname only_prim_table = 'X' TABLES t_obj_h = t_obj_h EXCEPTIONS error_table = 1 OTHERS = 2.
AUTH_CHECK_USER_ALE_CUST CALL FUNCTION 'AUTH_CHECK_USER_ALE_CUST' EXPORTING group_cust = '' actvt = 'BE' EXCEPTIONS is_allowed = 1 is_not_allowed = 2 OTHERS = 3.
SPROJECT_CHECK_EXISTENCE CALL FUNCTION 'SPROJECT_CHECK_EXISTENCE' EXPORTING project_id = p_proj * MESSAGE_WHEN_EXIST = ' ' IMPORTING * PROJECT_CLASS = message = s_message EXCEPTIONS OTHERS = 1.
SPROJECT_READ CALL FUNCTION 'SPROJECT_READ' EXPORTING project_id = p_proj * LANGUAGE = SY-LANGU * IMPORTING * HEADER = * MESSAGE = TABLES * STATUS = * PRIORITY = * RESOURCE = keywords = kwds * NOTETYPE = * OBJECTLIST = .
GET_ALE_OBJECT_TEXT CALL FUNCTION 'GET_ALE_OBJECT_TEXT' EXPORTING objecttype = t_objects-objecttyp objectname = t_objects-objectname IMPORTING ddtext = t_objects-ddtext EXCEPTIONS no_text_found = 1 OTHERS = 2.
REUSE_ALV_GRID_DISPLAY CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY' EXPORTING I_GRID_TITLE = titeltext is_layout = list_layout it_fieldcat = gt_fieldcat[] it_sort = it_sort TABLES t_outtab = T_OBJECTS EXCEPTIONS 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.
RBDCUS64 - IMG Display of Distribution Groups RBDCUS64 - IMG Display of Distribution Groups RBDCUS63 - Maintenance of Distribution Group - Selection of Customizing Objects RBDCUS63 - Maintenance of Distribution Group - Selection of Customizing Objects RBDCUS59 - Display Inbound ALE Requests RBDCUS59 - Display Inbound ALE Requests