RSUSREXT 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 RSUSREXT into the relevant SAP transactions such as SE38 or SE80
Below is a list of transaction codes which are relevant to this SAP report
/IWFND/BULK_USER_MAP - Transaction to Perform Bulk User Map
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: EMPTY = Only Users without Ext. Names
Selection Text: FILTER = BAdI
Selection Text: ISSUER = Optional: Name of Issuer
Selection Text: POSTFIX = Suffix of External Name
Selection Text: PREFIX = Prefix of External Name
Selection Text: SHOW_OK = Also Display Correct Entries
Selection Text: TESTMODE = Test Mode
Selection Text: UPDEXIST = Change Existing External Name
Selection Text: USEALIAS = Alias as Variable Part
Selection Text: USEBADI = BAdI Implementation
Selection Text: USEBNAME = User Name as Variable Part
Selection Text: CLASS = D .
Selection Text: CLIENT = D .
Selection Text: ETYPE = D .
Selection Text: UNAME = D .
Title: Enter Correct SNC Names in Table View VUSREXTID (from SAP R/3 4.5)
Text Symbol: S07 = Error while saving (UPDATE)
Text Symbol: S06 = Error while saving (DELETE)
Text Symbol: S05 = Error while saving (INSERT)
Text Symbol: S04 = Further Options
Text Symbol: S03 = Ext. Name Changed
Text Symbol: S02 = User
Text Symbol: S01 = Delete All Other Entries for a User
Text Symbol: B03 = Error Number
Text Symbol: 001 = System
Text Symbol: 002 = Date
Text Symbol: 003 = Started by
Text Symbol: 004 = Clients Checked
Text Symbol: 005 = This report requires release >=4.5.
Text Symbol: 006 = Cannot Lock Table USREXTID
Text Symbol: 007 = Ext. Name Deleted
Text Symbol: 008 = No text for hash value
Text Symbol: 009 = No alias maintained
Text Symbol: 010 = Ext. Name Correct
Text Symbol: 012 = External name added
Text Symbol: 013 = No external ID found
Text Symbol: 014 = Number of User IDs Checked
Text Symbol: 015 = No. of Correct Ext. Names
No INCLUDES are used within this REPORT code!
No SAP DATABASE tables are accessed within this REPORT code!
VIEW_ENQUEUE call function 'VIEW_ENQUEUE' exporting action = 'E' enqueue_mode = 'E' view_name = 'VUSREXTID' enqueue_range = 'X' tables sellist = rangetab exceptions client_reference = 1 foreign_lock = 2 invalid_action = 3 invalid_enqueue_mode = 4 system_failure = 5 table_not_found = 6 others = 7.
RSEC_CALC_HASH_FOR_ISSUER call function 'RSEC_CALC_HASH_FOR_ISSUER' exporting issuer = cissuer client = cs_usrextid-mandt importing issuerh = cs_usrextid-issuerh exceptions internal_error = 1 hash_conflict = 2 others = 3.
RSEC_CALC_HASH_FOR_ISSUER call function 'RSEC_CALC_HASH_FOR_ISSUER' exporting issuer = line client = cs_usrextid-mandt usrextidh_type = cs_usrextid-type importing issuerh = cs_usrextid-extidh es_usrextidh = ls_usrextidh exceptions internal_error = 1 hash_conflict = 2 others = 3.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'FILTER_CHAR_VALUE' dynpprog = dynpprog dynpnr = dynpnr dynprofield = field value_org = 'S' tables value_tab = lt_filter exceptions parameter_error = 1 no_values_found = 2 others = 3.
DYNP_VALUES_READ call function 'DYNP_VALUES_READ' exporting dyname = dynpprog dynumb = dynpnr tables dynpfields = lt_field.
SSFPSE_PARAMETER call function 'SSFPSE_PARAMETER' exporting context = lv_context applic = lv_applic importing profile = lv_profile exceptions pse_not_distrib = 1 pse_not_found = 2 others = 3.
SSFC_GET_CERTIFICATELIST call function 'SSFC_GET_CERTIFICATELIST' exporting profile = lv_profile2 importing certificatelist = lt_certs exceptions ssf_krn_error = 1 ssf_krn_nomemory = 2 ssf_krn_nossflib = 3 ssf_krn_invalid_par = 4 ssf_krn_nocertificate = 5 others = 6.
SSFC_PARSE_CERTIFICATE call function 'SSFC_PARSE_CERTIFICATE' exporting certificate = lv_cert importing subject = ls_certselect-subject exceptions ssf_krn_error = 1 ssf_krn_nomemory = 2 ssf_krn_nossflib = 3 ssf_krn_invalid_par = 4 others = 5.
F4IF_INT_TABLE_VALUE_REQUEST call function 'F4IF_INT_TABLE_VALUE_REQUEST' exporting retfield = 'SUBJECT' dynpprog = dynpprog dynpnr = dynpnr dynprofield = field value_org = 'S' tables value_tab = lt_certselect exceptions parameter_error = 1 no_values_found = 2 others = 3.
Although this basic information may have limited use it does provide an easy to find location to store any knowledge about this program/report.
RSUSREXT - Enter Correct SNC Names in Table View VUSREXTID (from SAP R/3 4.5) RSUSREXT - Enter Correct SNC Names in Table View VUSREXTID (from SAP R/3 4.5) RSUSRDIR - documentation and ABAP source code RSUSRCOM - documentation and ABAP source code RSUSR998 - Call Reporting Tree Info System RSUSR998 - Call Reporting Tree Info System