SAP Reports / Programs

RBDCUS48 SAP ABAP Report - Distribution of Distribution Groups







RBDCUS48 is a standard Executable ABAP Report available within your SAP system (depending on your version and release level). It is used for With this function distribution groups can be transferred to other systems...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 RBDCUS48 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

BDXA - Distribution of Distribution Groups


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 RBDCUS48. "Basic submit
SUBMIT RBDCUS48 AND RETURN. "Return to original report after report execution complete
SUBMIT RBDCUS48 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_GROUP = D Distribution Group
Selection Text: SO_LOGSY = D Logical System
Title: Distribution of Distribution Groups
Text Symbol: 001 = No information on model for message type CONDA2.
Text Symbol: 002 = Error determining RFC destination or there is no partner profile for message type CONDA2
Text Symbol: 003 = Error in the distribution
Text Symbol: 004 = Object conflict in target system
Text Symbol: 005 = Distribution is in process
Text Symbol: 006 = Maintenance system of distribution group is not unique
Text Symbol: FEC = Communication error:
Text Symbol: FES = System Error:


INCLUDES used within this REPORT RBDCUS48

No INCLUDES are used within this REPORT code!


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:

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.

RFC_DISTRIBUTION_GROUPS CALL FUNCTION 'RFC_DISTRIBUTION_GROUPS' DESTINATION logsys-destination_synch EXPORTING group_cust = p_group owner_logs = own_logical_system TABLES t_tbd72 = t_tbd72 t_tbd71t = t_tbd71t e_tbd72 = e_tbd72 EXCEPTIONS communication_failure = 1 MESSAGE logsys-e_msg system_failure = 2 MESSAGE logsys-e_msg error_groupownersys = 3 other_error = 4 object_error = 5 OTHERS = 6.

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.

ALE_MODEL_INFO_GET CALL FUNCTION 'ALE_MODEL_INFO_GET' EXPORTING message_type = 'CONDA2' receiving_system = logsys-sys sending_system = own_logical_system * VALIDDATE = SY-DATUM TABLES model_data = model_data EXCEPTIONS no_model_info_found = 1 own_system_not_defined = 2 OTHERS = 3.

RFC_DATA_DETERMINE_FOR_CHECKS CALL FUNCTION 'RFC_DATA_DETERMINE_FOR_CHECKS' EXPORTING message_type = 'CONDA2' * MESSAGE_CODE = * MESSAGE_FUNCTION = rcvprn = logsys-sys rcvprt = 'LS' return_any_desttype = 'X' * RCVPFC = IMPORTING destination_asynch = destination_asynch destination_synch = logsys-destination_synch EXCEPTIONS no_parnter_definition = 1 no_port = 2 no_logdes_in_port = 3 dest_does_not_exist = 4 r2_system = 5 external_system = 6 OTHERS = 7.

ALE_MODEL_INFO_GET CALL FUNCTION 'ALE_MODEL_INFO_GET' EXPORTING message_type = 'CONDA2' * RECEIVING_SYSTEM = ' ' * SENDING_SYSTEM = ' ' * VALIDDATE = SY-DATUM TABLES model_data = model_data EXCEPTIONS no_model_info_found = 1 own_system_not_defined = 2 OTHERS = 3.

GET_ALE_OBJECT_TEXT CALL FUNCTION 'GET_ALE_OBJECT_TEXT' EXPORTING objecttype = error_objects-objekttyp objectname = error_objects-objektname IMPORTING ddtext = error_objects-obj_text EXCEPTIONS no_text_found = 1 OTHERS = 2.

REUSE_ALV_HIERSEQ_LIST_DISPLAY CALL FUNCTION 'REUSE_ALV_HIERSEQ_LIST_DISPLAY' EXPORTING is_layout = ls_layout it_fieldcat = lt_fieldcat i_tabname_header = 'LOGSYS' i_tabname_item = 'ERROR_OBJECTS' is_keyinfo = is_keyinfo is_print = is_print TABLES t_outtab_header = logsys t_outtab_item = error_objects EXCEPTIONS program_error = 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 RBDCUS48 or its description.