SAP Reports / Programs | Basis Components | Security | Secure Network Communications(BC-SEC-SNC) SAP BC

RSUSREXT SAP ABAP Report - Enter Correct SNC Names in Table View VUSREXTID (from SAP R/3 4.5)







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


Transaction Code(s):

Below is a list of transaction codes which are relevant to this SAP report

/IWFND/BULK_USER_MAP - Transaction to Perform Bulk User Map


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 RSUSREXT. "Basic submit
SUBMIT RSUSREXT AND RETURN. "Return to original report after report execution complete
SUBMIT RSUSREXT 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: 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





Text Symbol: 016 = Number of External Names Added
Text Symbol: 017 = Number of Ext. Names Changed
Text Symbol: 018 = Number of Ext. Names Deleted
Text Symbol: 021 = Existing External Names Are Not Changed
Text Symbol: 023 = Test Run
Text Symbol: 025 = Calculation of Hash Value Failed
Text Symbol: 030 = Ext. Name Changed
Text Symbol: B01 = BAdI Implementation
Text Symbol: B02 = BAdI


INCLUDES used within this REPORT RSUSREXT

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:

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.



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