SAP Reports / Programs

BUP_STATUSPROFILE_CONVERT SAP ABAP Report - SAP BP: Convert user status into BP role exclusion group







BUP_STATUSPROFILE_CONVERT 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 BUP_STATUSPROFILE_CONVERT 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 BUP_STATUSPROFILE_CONVERT. "Basic submit
SUBMIT BUP_STATUSPROFILE_CONVERT AND RETURN. "Return to original report after report execution complete
SUBMIT BUP_STATUSPROFILE_CONVERT 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: STSMA = D Status Profile
Title: SAP BP: Convert user status into BP role exclusion group
Text Symbol: M01 = BP role exclusion group &1
Text Symbol: M02 = is not replaced by new assignments
Text Symbol: T01 = Status Profile Conversion
Text Symbol: T02 = Cancel processing?
Text Symbol: T03 = Exit
Text Symbol: T04 = Changes were made
Text Symbol: T05 = Save changes first?
Text Symbol: TE1 = Enter a status profile
Text Symbol: TE2 = Status profile &1 does not contain any convertible statuses
Text Symbol: TE3 = First assign the status to a BP role
Text Symbol: TE4 = A role category is not assigned to BP role &1
Text Symbol: TE5 = Status &1 does not contain any assigned transactions


INCLUDES used within this REPORT BUP_STATUSPROFILE_CONVERT

INCLUDE BUP_STATUSPROFILE_CONVERTTOP . " GLOBAL DATA
INCLUDE BUP_STATUSPROFILE_CONVERTO01 . " PBO-MODULES
INCLUDE BUP_STATUSPROFILE_CONVERTI01 . " PAI-MODULES
INCLUDE BUP_STATUSPROFILE_CONVERTF01 . " FORM-ROUTINES


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:

No SAP FUNCTION MODULES are executed within this report code!



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