SAP Reports / Programs | Cross-Application Components | General Application Functions | General status management(CA-GTF-TS-SMT) SAP CA

RBSVSIM0 SAP ABAP Report - Status simulation







RBSVSIM0 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 RBSVSIM0 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 RBSVSIM0. "Basic submit
SUBMIT RBSVSIM0 AND RETURN. "Return to original report after report execution complete
SUBMIT RBSVSIM0 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 = Status profile
Selection Text: OBTYP = Object Category
Title: Status simulation
Text Symbol: T05 = St.Prof.
Text Symbol: T04 = User status
Text Symbol: T03 = System status
Text Symbol: T02 = Status profile
Text Symbol: T01 = Object type
Text Symbol: 005 = Log
Text Symbol: 004 = Actions carried out
Text Symbol: 003 = Permitted transactions that change the status
Text Symbol: 002 = Status maintenance
Text Symbol: 001 = Initialization


INCLUDES used within this REPORT RBSVSIM0

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:

STATUS_OBJECT_CREATE CALL FUNCTION 'STATUS_OBJECT_CREATE' EXPORTING OBTYP = OBTYP STSMA = STSMA IMPORTING OBJNR = OBJNR.

STATUS_MAINTAIN CALL FUNCTION 'STATUS_MAINTAIN' EXPORTING DISPLAY_ONLY = 'X' OBJNR = OBJNR SUBSCREEN_EXT = '0800' SUBSCREEN_PROG_EXT = SYREPID.

STATUS_CHANGE_FOR_ACTIVITY CALL FUNCTION 'STATUS_CHANGE_FOR_ACTIVITY' EXPORTING OBJNR = OBJNR VRGNG = VTAB-VRGNG.

STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING FLG_USER_STAT = 'X' OBJNR = OBJNR SPRAS = SY-LANGU IMPORTING LINE = BSVZ-STEXT USER_LINE = BSVZ-ATEXT.

MESSAGES_INITIALIZE CALL FUNCTION 'MESSAGES_INITIALIZE' EXPORTING RESET = 'X' I_ALLOW_FOREIGN_RESET = 'X'.

STATUS_CHANGE_FOR_ACTIVITY CALL FUNCTION 'STATUS_CHANGE_FOR_ACTIVITY' EXPORTING CHECK_ONLY = 'X' OBJNR = OBJNR VRGNG = VTAB-VRGNG IMPORTING ERROR_OCCURRED = ERROR_OCCURRED.

MESSAGES_STOP CALL FUNCTION 'MESSAGES_STOP' EXCEPTIONS A_MESSAGE = 01 E_MESSAGE = 02 I_MESSAGE = 03 W_MESSAGE = 04.

STATUS_BUFFER_SET_OBJECT CALL FUNCTION 'STATUS_BUFFER_SET_OBJECT' EXPORTING OBJNR = OBJNR OBTYP = OBTYP STSMA = LOG-STSMA TABLES STATUS = STAT.

STATUS_MAINTAIN CALL FUNCTION 'STATUS_MAINTAIN' EXPORTING OBJNR = OBJNR SUBSCREEN_EXT = '0800' SUBSCREEN_PROG_EXT = SYREPID.

STATUS_OBJECT_READ CALL FUNCTION 'STATUS_OBJECT_READ' EXPORTING OBJNR = OBJNR IMPORTING E_JSTO = JSTO.

STATUS_READ CALL FUNCTION 'STATUS_READ' EXPORTING OBJNR = OBJNR IMPORTING STSMA = JSTO-STSMA TABLES STATUS = STAT.

STATUS_TEXT_EDIT CALL FUNCTION 'STATUS_TEXT_EDIT' EXPORTING FLG_USER_STAT = 'X' OBJNR = OBJNR SPRAS = SY-LANGU IMPORTING LINE = LOG-STEXT USER_LINE = LOG-ATEXT.



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