SAP Reports / Programs

SAPMBSVA SAP ABAP dialog Program - General Status Management: Status Profile Maintenance







SAPMBSVA is a standard Module pool for a dialog screen ABAP Program 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 SAPMBSVA 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

OK03 - Display Status Profiles
CRMBS02 - Maintain Status Profiles
CRMBS03 - Display Status Profiles
OK02 - Maintain Status Profiles
BS03 - Display status profiles
BS02 - Maintain status profiles
OPJ6 - Maintain Status Profiles
OIBS - Maintain Status Profiles


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


Text pool values


Title: General Status Management: Status Profile Maintenance
Text Symbol: T02 = Maintenance Language
Text Symbol: T01 = Status Profile
Text Symbol: O01 = Allowed Object Types
Text Symbol: M05 = Deleted by
Text Symbol: M04 = Replaced by
Text Symbol: M03 = Disallows
Text Symbol: M02 = Warns of
Text Symbol: M01 = Allowed
Text Symbol: C02 = Status Trans.
Text Symbol: C01 = Transaction Control
Text Symbol: B02 = Status Trans.
Text Symbol: B01 = Influence on Transactions
Text Symbol: A02 = ONo.Stat Description LONo.HONo.Ini Item Prio.
Text Symbol: A01 = User Status
Text Symbol: 033 = be Fully Deleted?
Text Symbol: 032 = Should Status
Text Symbol: 031 = Delete Status
Text Symbol: 024 = Assign Now?
Text Symbol: 023 = Do You Want to Save First?
Text Symbol: 022 = Data Is Not Saved
Text Symbol: 021 = Data Will Be Lost
Text Symbol: 020 = Save Changes?
Text Symbol: 019 = to an Allowed Object Type.
Text Symbol: 018 = Status Profile Not Yet Assigned
Text Symbol: 017 = No
Text Symbol: 016 = Yes
Text Symbol: 015 = Assign Pbject Type
Text Symbol: 014 = Text
Text Symbol: 013 = Other Status Profile
Text Symbol: 012 = Other User Status
Text Symbol: 011 = Display Long Text
Text Symbol: 010 = Change Long Text
Text Symbol: 009 = Create Long Text
Text Symbol: 008 = Status Simultn
Text Symbol: 007 = Back
Text Symbol: 006 = Exit Status Profile
Text Symbol: 005 = Cancel Status Profile





Text Symbol: 004 = Display Status Prof.
Text Symbol: 003 = the Whole Status Profile?
Text Symbol: 002 = Do You Want to Delete
Text Symbol: 001 = Delete Status Prof.


INCLUDES used within this REPORT SAPMBSVA

INCLUDE MBSVATOP.
INCLUDE MBSVAO01 .
INCLUDE MBSVAI01 .
INCLUDE MBSVAF01 .
INCLUDE MBSVAF02 .
INCLUDE MBSVAF03 .


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