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

RSUSLAND_PBO SAP ABAP INCLUDE - RSUSLANDPBO







RSUSLAND_PBO is a standard ABAP INCLUDE 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_PBO into the relevant SAP transactions such as SE38 or SE80


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


INCLUDES used within this REPORT RSUSLAND_PBO

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:

SUSR_ZBV_BASE_AUTH_CHECK call function 'SUSR_ZBV_BASE_AUTH_CHECK' exporting activity = '78' "c_act_assign exceptions not_authorized = 1 parameter_error = 2 others = 3.

SUSR_ZBV_CENTRALSYSTEM_GET call function 'SUSR_ZBV_CENTRALSYSTEM_GET' importing central_system_sysid = c_sysid central_system_clnt = c_clnt exceptions duplicate_central_system = 1 new_system = 2 others = 3.

SUSR_ZBV_FLD_SELECT call function 'SUSR_ZBV_FLD_SELECT' exporting custmodel = g_bapilink fieldgroup = field_group tables it_usrfldtsel = it_usrfldtsel.

SUSR_ZBV_REMOTE_USERS_GET call function 'SUSR_ZBV_REMOTE_USERS_GET' tables userlist = lt_ususername_remote userlaws = userlaws law_supported_syst = lt_supported_systems local_users = lt_local_ususername exceptions no_auth = 1.

SUSR_ZBV_REMOTE_USERS_GET call function 'SUSR_ZBV_REMOTE_USERS_GET' destination new_system tables userlist = lt_ususername_remote userlaws = userlaws law_supported_syst = lt_supported_systems local_users = lt_local_ususername exceptions no_auth = 1 system_failure = 2 message msgtext communication_failure = 3 message msgtext others.

SUSR_ZBV_REMOTE_USERS_PROFILES call function 'SUSR_ZBV_REMOTE_USERS_PROFILES' tables userprofiles = userprofiles exceptions no_auth = 1.

SUSR_ZBV_REMOTE_USERS_PROFILES call function 'SUSR_ZBV_REMOTE_USERS_PROFILES' destination new_system tables userprofiles = userprofiles exceptions no_auth = 1 system_failure = 2 message msgtext communication_failure = 3 message msgtext others.

SUSR_ZBV_REMOTE_USERS_ACTGRP call function 'SUSR_ZBV_REMOTE_USERS_ACTGRP' tables useractgrp = useractgrps exceptions no_auth = 1.

SUSR_ZBV_REMOTE_USERS_ACTGRP call function 'SUSR_ZBV_REMOTE_USERS_ACTGRP' destination new_system tables useractgrp = useractgrps exceptions no_auth = 1 system_failure = 2 message msgtext communication_failure = 3 message msgtext others.



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