SAP Reports / Programs | Basis Components | Basis Services / Communication Interfaces | Alert Framework(BC-SRV-GBT-ALM) SAP BC

RSALERTCATDEF SAP ABAP Report - ALM: Maintaining Alert Categories and Alert Server Landscape







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

ALRTCATDEF_SEL - Define Alert Category


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 RSALERTCATDEF. "Basic submit
SUBMIT RSALERTCATDEF AND RETURN. "Return to original report after report execution complete
SUBMIT RSALERTCATDEF 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: P_CLASS = Alert Classification
Title: ALM: Maintaining Alert Categories and Alert Server Landscape
Text Symbol: 036 = Alias is already being used - Choose a different one
Text Symbol: 035 = Transport
Text Symbol: 033 = Change
Text Symbol: 032 = Delete
Text Symbol: 031 = Create
Text Symbol: 028 = Classification
Text Symbol: 027 = (Local System)
Text Symbol: 026 = (Central Alert Server)
Text Symbol: 025 = Long Text (E-Mail, Fax)
Text Symbol: 024 = Short Text (SMS, Pager)
Text Symbol: 023 = Name of New Alert Category
Text Symbol: 022 = New Alert Category
Text Symbol: 021 = Copy Alert Category
Text Symbol: 020 = All Classifications
Text Symbol: 019 = Unclassified
Text Symbol: 018 = Create Alert Category
Text Symbol: 017 = Delete Alert Category
Text Symbol: 011 = Delete Subsq. Activity
Text Symbol: 010 = Create Subsq. Activity
Text Symbol: 009 = Change
Text Symbol: 008 = Display
Text Symbol: 007 = already exists
Text Symbol: 006 = Alert Category
Text Symbol: 005 = Save
Text Symbol: 004 = No
Text Symbol: 003 = Yes
Text Symbol: 002 = Do you want to save?


INCLUDES used within this REPORT RSALERTCATDEF

INCLUDE RSARLTCATDEFTOP.
INCLUDE RLTCATDEF_USER_COMMAND_0100I01.
INCLUDE RLTCATDEF_STATUS_0100O01.
INCLUDE RSARLTCATDEFEVTHNDL.
INCLUDE RLTCATDEF_SUB_0110O01.
INCLUDE RLTCATDEF_SUB_0120O01.
INCLUDE RLTCATDEF_SUB_0130O01.
INCLUDE RLTCATDEF_SUB_0140O01.
INCLUDE RLTCATDEF_SUB_0120I01.




INCLUDE RLTCATDEF_SUB_0130I01.
INCLUDE RLTCATDEF_SUB_0140I01.


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:

SALRT_GET_DESTINATION CALL FUNCTION 'SALRT_GET_DESTINATION' IMPORTING ep_rfcdest = g_dest EXCEPTIONS destination_undefined = 1 OTHERS = 2.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_GREEN' text = g_icon_stext add_stdinf = ' ' IMPORTING RESULT = g_icon_stext_yes.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_RED' text = g_icon_stext add_stdinf = ' ' IMPORTING RESULT = g_icon_stext_no.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_GREEN' text = g_icon_ltext add_stdinf = ' ' IMPORTING RESULT = g_icon_ltext_yes.

ICON_CREATE CALL FUNCTION 'ICON_CREATE' EXPORTING name = 'ICON_LED_RED' text = g_icon_ltext add_stdinf = ' ' IMPORTING RESULT = g_icon_ltext_no.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SALRTSCUST' CHANGING ct_fieldcat = gt_fieldcat.

LVC_FIELDCATALOG_MERGE CALL FUNCTION 'LVC_FIELDCATALOG_MERGE' EXPORTING i_structure_name = 'SALRTSACTV' CHANGING ct_fieldcat = gt_fieldcat_0140.



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