SAP Reports / Programs | Basis Components | Security | User and Authorization Management(BC-SEC-USR-ADM) SAP BC

RSUSLAND SAP ABAP Report - Report RSUSLAND country definition of central user administration







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

SCUM - Central User Administration
SCUG - Transfer Users


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 RSUSLAND. "Basic submit
SUBMIT RSUSLAND AND RETURN. "Return to original report after report execution complete
SUBMIT RSUSLAND 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: SCR_NAME = D User Name
Title: Report RSUSLAND country definition of central user administration
Text Symbol: V04 = Do you really want to exit?
Text Symbol: V03 = The assignment is not saved
Text Symbol: V02 = Distribution model assignmt
Text Symbol: V01 = Dist. parameters
Text Symbol: UAB = Cancellation by user
Text Symbol: T04 = No activity group
Text Symbol: T03 = No profiles exist
Text Symbol: T02 = User exists
Text Symbol: T01 = Name differs
Text Symbol: N01 = New System: Not All Users Were Copied
Text Symbol: M04 = Save Field Selections?
Text Symbol: M03 = Exit field selection
Text Symbol: M02 = Field selection was not saved
Text Symbol: M01 = Do you want to leave the transaction?
Text Symbol: ER1 = Error Log
Text Symbol: 007 = Do you want to continue?
Text Symbol: 006 = Existing data for the selected users will be overwritten.
Text Symbol: 004 = Transfer License Data
Text Symbol: 003 = Transfer Role Assignments
Text Symbol: 002 = Transfer Profile Assignments
Text Symbol: 001 = Select Selected Users


INCLUDES used within this REPORT RSUSLAND

INCLUDE RSUSLAND_PBO.
INCLUDE RSUSLAND_PAI.
INCLUDE RSUSLAND_FRM.


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:

POPUP_DISPLAY_TEXT call function 'POPUP_DISPLAY_TEXT' exporting * LANGUAGE = SY-LANGU popup_title = 'Verteilungsparameter'(v01) * START_COLUMN = 10 * START_ROW = 3 text_object = 'SUSR_ZBV_MODEL_PARAMS' * HELP_MODAL = 'X' * IMPORTING * CANCELLED = exceptions text_not_found = 0 others = 0.



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