RBDCUS63 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this report customizing objects for ALE Customizing Distribution can be selected using various filter criteria...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 RBDCUS63 into the relevant SAP transactions such as SE38 or SE80
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: P_PROJ = D Project Name
Selection Text: P_SELEC = D Keywords
Selection Text: P_TAB = D Table Name
Selection Text: SO_MESTY = D Message Type
Title: Maintenance of Distribution Group - Selection of Customizing Objects
Text Symbol: 002 = Distribution Group:
Text Symbol: 003 = Customizing Table:
Text Symbol: 004 = Object Type
Text Symbol: 005 = Object
Text Symbol: 006 = Project:
Text Symbol: 007 = Message Type:
Text Symbol: 008 = Description
Text Symbol: 010 = Note
Text Symbol: 011 = Group:
Text Symbol: 012 = Multiple Assignment
Text Symbol: 014 = Keyword:
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
STAT_OBJECT_GET_OBJECTS_FOR_KW CALL FUNCTION 'STAT_OBJECT_GET_OBJECTS_FOR_KW' EXPORTING project_id = p_proj TABLES cust_objects = selec_custobjs keywords = selec_tab not_existing_keywords = dummy EXCEPTIONS * PROJECT_NOT_FOUND = 1 * NO_KEYWORDS_FOUND = 2 OTHERS = 3 .
MAINTAIN_DISTRIBUTION_OBJECT CALL FUNCTION 'MAINTAIN_DISTRIBUTION_OBJECT' EXPORTING group = p_group objekttyp = objects-objecttype objektname = objects-objectname objectkey = space template = space EXCEPTIONS object_not_found = 1 OTHERS = 2.
BD_CHECK_OBJ_IN_PROJ CALL FUNCTION 'BD_CHECK_OBJ_IN_PROJ' EXPORTING project_id = p_proj objecttype = objecttype objectname = objectname IMPORTING used = use.
GET_ALE_OBJECT_TEXT CALL FUNCTION 'GET_ALE_OBJECT_TEXT' EXPORTING objecttype = objects-objecttype objectname = objects-objectname IMPORTING ddtext = objects-ddtext EXCEPTIONS no_text_found = 1 OTHERS = 2.
GET_CUSTOMIZINGOBJECTS_TABLE CALL FUNCTION 'GET_CUSTOMIZINGOBJECTS_TABLE' EXPORTING tabname = p_tab only_prim_table = 'X' TABLES t_obj_h = t_obj_h EXCEPTIONS error_table = 1 OTHERS = 2.
GET_CUSTOMIZINGOBJECTS_TABLE CALL FUNCTION 'GET_CUSTOMIZINGOBJECTS_TABLE' EXPORTING tabname = p_tab only_prim_table = ' ' TABLES t_obj_h = t_obj_h EXCEPTIONS error_table = 1 OTHERS = 2.
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.
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.
OWN_LOGICAL_SYSTEM_GET CALL FUNCTION 'OWN_LOGICAL_SYSTEM_GET' IMPORTING own_logical_system = own_logical_system EXCEPTIONS own_logical_system_not_defined = 1 OTHERS = 2.
AUTH_CHECK_USER_ALE_CUST CALL FUNCTION 'AUTH_CHECK_USER_ALE_CUST' EXPORTING group_cust = p_group actvt = '02' EXCEPTIONS is_allowed = 1 is_not_allowed = 2 OTHERS = 3.
ENQUEUE_E_TABLE CALL FUNCTION 'ENQUEUE_E_TABLE' EXPORTING * MODE_RSTABLE = 'E' tabname = 'TBD72' varkey = h_varkey * X_TABNAME = ' ' * X_VARKEY = ' ' * _SCOPE = '2' * _WAIT = ' ' * _COLLECT = ' ' EXCEPTIONS foreign_lock = 1 system_failure = 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 = .
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
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 RBDCUS58 - Display Outbound ALE Requests RBDCUS58 - Display Outbound ALE Requests