SAP Reports / Programs | Basis Components | Exchange Infrastructure | Integration Engine(BC-XI-IS-IEN) SAP BC

RSXMB_CONFIG_PP SAP ABAP Report - Program RSXMB_CONFIG_PP







RSXMB_CONFIG_PP 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 RSXMB_CONFIG_PP 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

SXMS_CONF_PP - Transfer of User ID Configuration


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


Text pool values


Title: Program RSXMB_CONFIG_PP
Text Symbol: L03 = Create destination?
Text Symbol: L02 = No
Text Symbol: L01 = Yes
Text Symbol: 028 = Process Integration: Technical user for Principal Propagation
Text Symbol: 027 = No
Text Symbol: 026 = Yes
Text Symbol: 025 = Do you want to save your changes before exiting?
Text Symbol: 023 = Generic entries of type * are not allowed for users
Text Symbol: 022 = Fill out all required fields
Text Symbol: 021 = Error when saving
Text Symbol: 020 = Entries saved
Text Symbol: 014 = Status of RFC destination SAPXIPP
Text Symbol: 013 = XIPPUSER status
Text Symbol: 012 = User
Text Symbol: 011 = Interface Namespace
Text Symbol: 010 = Interface Name
Text Symbol: 007 = No authorization to check the RFC destination
Text Symbol: 006 = RFC destination exists
Text Symbol: 005 = User exists
Text Symbol: 004 = Unexpected Error
Text Symbol: 003 = RFC destination does not exist
Text Symbol: 002 = User has no roles
Text Symbol: 001 = User does not exist


INCLUDES used within this REPORT RSXMB_CONFIG_PP

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:

SXMB_GET_CONFIG CALL FUNCTION 'SXMB_GET_CONFIG' EXPORTING im_area = if_xms_config=>co_area_runtime im_param = if_xms_config=>co_param_engine_type IMPORTING ex_value = gv_value EXCEPTIONS parameter_not_found = 1 OTHERS = 2.

BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING username = gv_user IMPORTING logondata = gv_logondata TABLES activitygroups = gt_roles return = gt_return.

BAPI_USER_GET_DETAIL CALL FUNCTION 'BAPI_USER_GET_DETAIL' EXPORTING username = gv_user_pi IMPORTING logondata = gv_logondata TABLES activitygroups = gt_roles return = gt_return.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = gv_dest action = 'L' destlock = 'X' keep_password = 'X' EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = gv_user_icon * TEXT = ' ' * INFO = ' ' add_stdinf = 'X' IMPORTING result = user_status EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = gv_dest_icon * TEXT = ' ' * INFO = ' ' add_stdinf = 'X' IMPORTING result = dest_status EXCEPTIONS icon_not_found = 1 outputfield_too_short = 2 OTHERS = 3.

RSEC_GENERATE_PASSWORD CALL FUNCTION 'RSEC_GENERATE_PASSWORD' EXPORTING alphabet = l_alphabet * output_length = 7 IMPORTING output = gv_new_password EXCEPTIONS some_error = 1 OTHERS = 2.

BAPI_USER_DELETE CALL FUNCTION 'BAPI_USER_DELETE' EXPORTING username = gv_user TABLES return = gt_return.

BAPI_USER_CREATE1 CALL FUNCTION 'BAPI_USER_CREATE1' EXPORTING username = lv_username logondata = lv_logondata password = lv_password address = lv_address self_register = ' ' TABLES return = lt_return.

BAPI_USER_GET_DETAIL * CALL FUNCTION 'BAPI_USER_GET_DETAIL' * EXPORTING * username = 'XIAPPLUSER' * TABLES * activitygroups = lt_roles * return = lt_return.

BAPI_USER_ACTGROUPS_ASSIGN CALL FUNCTION 'BAPI_USER_ACTGROUPS_ASSIGN' EXPORTING username = lv_username TABLES activitygroups = lt_roles return = lt_return.

RSEC_GENERATE_PASSWORD * CALL FUNCTION 'RSEC_GENERATE_PASSWORD' * EXPORTING * alphabet = 'ABCDEFGHIJKLMNOPQRSTUVXYWZ0123456789' ** ALPHABET_LENGTH = 0 ** FORCE_INIT = ' ' * output_length = 7 ** DOWNWARDS_COMPATIBLE = ' ' * IMPORTING * output = gv_new_password * EXCEPTIONS * some_error = 1 * OTHERS = 2 * .

SUSR_USER_CHANGE_PASSWORD_RFC * CALL FUNCTION 'SUSR_USER_CHANGE_PASSWORD_RFC' * EXPORTING * bname = lv_username * password = lv_password_change * new_password = gv_new_password ** NEW_BCODE = ** NEW_CODVN = ** USE_NEW_EXCEPTION = 0 ** USE_BAPI_RETURN = 0 * IMPORTING ** PWD_CHANGE_SSO = * return = ls_return * EXCEPTIONS * change_not_allowed = 1 * password_not_allowed = 2 * internal_error = 3 * canceled_by_user = 4 * password_attempts_limited = 5 * OTHERS = 6 * .

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = gv_dest action = 'D' EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

RFC_MODIFY_R3_DESTINATION CALL FUNCTION 'RFC_MODIFY_R3_DESTINATION' EXPORTING destination = gv_dest action = 'I' destlock = 'X' * AUTHORITY_CHECK = 'X' loadbalancing = '' * LANGUAGE = ' ' client = sy-mandt user = gv_user password = gv_new_password EXCEPTIONS authority_not_available = 1 destination_already_exist = 2 destination_not_exist = 3 destination_enqueue_reject = 4 information_failure = 5 trfc_entry_invalid = 6 internal_failure = 7 snc_information_failure = 8 snc_internal_failure = 9 destination_is_locked = 10 OTHERS = 11.

DSYS_SHOW_FOR_F1HELP CALL FUNCTION 'DSYS_SHOW_FOR_F1HELP' EXPORTING application = 'SO70' dokclass = 'DT' * doklangu = sy-langu dokname = 'SXMB_CONF_PP' EXCEPTIONS class_unknown = 1 object_not_found = 2 OTHERS = 3.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-025 text_button_1 = text-026 text_button_2 = text-027 display_cancel_button = 'X' IMPORTING answer = g_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

POPUP_TO_CONFIRM CALL FUNCTION 'POPUP_TO_CONFIRM' EXPORTING text_question = text-025 text_button_1 = text-026 text_button_2 = text-027 display_cancel_button = 'X' IMPORTING answer = g_answer EXCEPTIONS text_not_found = 1 OTHERS = 2.

SYSTEM_UUID_C_CREATE





* CALL FUNCTION 'SYSTEM_UUID_C_CREATE' * IMPORTING * uuid = lv_guid.

RSEC_GENERATE_PASSWORD CALL FUNCTION 'RSEC_GENERATE_PASSWORD' EXPORTING alphabet = l_alphabet * output_length = 7 IMPORTING output = gv_new_password EXCEPTIONS some_error = 1 OTHERS = 2.

BAPI_USER_CREATE1 CALL FUNCTION 'BAPI_USER_CREATE1' EXPORTING username = lv_username logondata = lv_logondata password = lv_password address = lv_address self_register = ' ' TABLES return = lt_return.

BAPI_USER_GET_DETAIL * CALL FUNCTION 'BAPI_USER_GET_DETAIL' * EXPORTING * username = 'XIAPPLUSER' * TABLES * activitygroups = lt_roles * return = lt_return.

BAPI_USER_ACTGROUPS_ASSIGN CALL FUNCTION 'BAPI_USER_ACTGROUPS_ASSIGN' EXPORTING username = lv_username TABLES activitygroups = lt_roles return = lt_return.

RSEC_GENERATE_PASSWORD * CALL FUNCTION 'RSEC_GENERATE_PASSWORD' * EXPORTING * alphabet = 'ABCDEFGHIJKLMNOPQRSTUVXYWZ0123456789' ** ALPHABET_LENGTH = 0 ** FORCE_INIT = ' ' * output_length = 7 ** DOWNWARDS_COMPATIBLE = ' ' * IMPORTING * output = gv_new_password * EXCEPTIONS * some_error = 1 * OTHERS = 2 * .

SUSR_USER_CHANGE_PASSWORD_RFC * CALL FUNCTION 'SUSR_USER_CHANGE_PASSWORD_RFC' * EXPORTING * bname = lv_username * password = lv_password_change * new_password = gv_new_password ** NEW_BCODE = ** NEW_CODVN = ** USE_NEW_EXCEPTION = 0 ** USE_BAPI_RETURN = 0 * IMPORTING ** PWD_CHANGE_SSO = * return = ls_return * EXCEPTIONS * change_not_allowed = 1 * password_not_allowed = 2 * internal_error = 3 * canceled_by_user = 4 * password_attempts_limited = 5 * OTHERS = 6 * .



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