SAP Reports / Programs

CRMOST_GENSTATUS_MONITOR SAP ABAP Report - Monitoring for CRMOST_GENSTATUS







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

CRMOST_MON - Web Service Tool Monitoring


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


Text pool values


Web Service Tool - Generation Status Overview
Selection Text: P_USAGE = Object Usage
Selection Text: P_STATUS = Show only status 'Error'
Selection Text: P_STAT2 = Show import errors
Selection Text: P_SHOW = Show missing objects
Selection Text: P_OBJECT = D .
Selection Text: P_DUMMY = No extra selection
Selection Text: P_DRAFT = Show objects wth status 'DRFT'
Title: Monitoring for CRMOST_GENSTATUS
Text Symbol: 035 = Import customizing
Text Symbol: 036 = Generate all service objects via queue
Text Symbol: 037 = Meaning of Icons
Text Symbol: 038 = Missing object
Text Symbol: 039 = Service Object in status "Draft"
Text Symbol: 040 = Service Object
Text Symbol: 041 = Example Object
Text Symbol: 042 = Level 1 Object
Text Symbol: 043 = Invalid Object Type
Text Symbol: 044 = OK
Text Symbol: 045 = Inactive
Text Symbol: 046 = Error
Text Symbol: 047 = Function module
Text Symbol: 048 = Function group
Text Symbol: 049 = Structure
Text Symbol: 050 = Table type
Text Symbol: 051 = Web Service
Text Symbol: 052 = Check
Text Symbol: 053 = Check all service objects
Text Symbol: 054 = Consistency Check for object:
Text Symbol: 055 = Generate service object via RFC
Text Symbol: 056 = No authorization for transaction SOAMANAGER
Text Symbol: 057 = Display of function group not possible
Text Symbol: 058 = Display of function module not possible
Text Symbol: 059 = Check dependencies
Text Symbol: 034 = Generation done
Text Symbol: 001 = Level
Text Symbol: 002 = I/O
Text Symbol: 003 = Date





Text Symbol: 004 = Time
Text Symbol: 005 = User
Text Symbol: 006 = CRM Web Service Tool - Generation Status Overview
Text Symbol: 007 = Status
Text Symbol: 008 = Actions
Text Symbol: 009 = Generate
Text Symbol: 010 = Delete
Text Symbol: 011 = Client
Text Symbol: 012 = Do you really want to delete the generated objects?
Text Symbol: 013 = Confirmation
Text Symbol: 014 = Refresh data
Text Symbol: 015 = Service obj/Task/Obj Type
Text Symbol: 016 = Generate all existing service objects
Text Symbol: 017 = Generate service objects with errors
Text Symbol: 018 = No. of ex. objects
Text Symbol: 019 = No. of errors
Text Symbol: 020 = Show status overview for object(s)
Text Symbol: 021 = Set breakpoint
Text Symbol: 022 = Debugging activated
Text Symbol: 023 = Debugging de-activated
Text Symbol: 024 = Export customizing
Text Symbol: 025 = Set filter
Text Symbol: 026 = Design Time instance not available:
Text Symbol: 027 = Reading data for object:
Text Symbol: 028 = Updating status information for object:
Text Symbol: 029 = Selecting data from status table
Text Symbol: 030 = Building monitoring tree
Text Symbol: 031 = No dependencies
Text Symbol: 032 = Clean-up status table
Text Symbol: 033 = Generate selected objects
001 Web Service Tool - Generation Status Overview


INCLUDES used within this REPORT CRMOST_GENSTATUS_MONITOR

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:

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